| Thread | Last Post | Replies |
|
| Web sites that discuss IE gotchas? | 31 Dec 2006 10:22 GMT | 18 |
I'm in the process of redesigning my web page and started working more with CSS. I have, what I think is, a nice web layout (I'm no expert so I could be wrong). When I tested it with Konqueror and Firefox it works well (a few minor problems) but when I test it with IE 6.0 it
|
| Transform a Span into a Div | 30 Dec 2006 18:32 GMT | 7 |
I have Span tag. I want to change its behavior to a Div. Is it possible to do this by simply applying the following CSS class to the span tag: .MySpan {display:block}
|
| How to add Pseudo-Elements without using class? | 30 Dec 2006 16:36 GMT | 1 |
for example, I have to add Pseudo-Elements into all `p` tag? how to add it? p:first-letter { font-size: 200%; float: left } didn't work.
|
| css to annotate image files? | 29 Dec 2006 23:44 GMT | 5 |
dear css experts: I have some TIFF images of text articles. I would love to be able to use the "Find" feature in my browser to a particular word in the text, and to have hrefs in the document be clickable. Acrobat Acrobat can do
|
| Div auto height | 29 Dec 2006 20:03 GMT | 4 |
Consider the following HTML: <div class="links"> <img src="linkimages/logo.gif"> <h2>title</h2>
|
| CSS drop down menu problem | 29 Dec 2006 19:42 GMT | 4 |
I have a site I am developing that uses CSS drop down menus. I cannot figure out why they don't work in only one hosting service and then don't work only in IE on that service. They work fine in IE in my local host and on my testing host.
|
| div out of line | 29 Dec 2006 04:08 GMT | 1 |
I've got a problem which has doing my head in for couple of days now; i have 2 div's as follow: #diva {float:left; width: 600px} #divb {float: left; width: 220px}
|
| Browser test | 29 Dec 2006 01:47 GMT | 6 |
Does someone knows a web tool that tests a web site in various browsers and OS? I would like to get the screen shots as a result. And in which browsers should I test my web site?
|
| Layout issues IE vs FireFox | 28 Dec 2006 21:58 GMT | 8 |
I wonder if anyone would be so kind as to help me with this issue that's driving me nuts! The webpage below displays correctly on IE & Opera but NOT on Firefox 2.0. On Firefox the submit button is rendered overlaying the comments field. On
|
| cursor:url(...) and Macintosh | 28 Dec 2006 15:57 GMT | 2 |
Trying to display the cursor as a lens when hovering an image with a link that displays a bigger version of the same image, I did this: a.lens { cursor:url("/site/pix/corporate/lens.cur"), pointer;
|
| what to use rather than deprecated "align" | 28 Dec 2006 04:49 GMT | 4 |
Whats the replacement for align="center" on a div ? Many thanks in advance, Aaron
|
| Why I get a top margin. Going crazy here. Need some help, please. | 28 Dec 2006 03:27 GMT | 11 |
I am creating a centered web site with various div's inside the main (pBase) div. Somehow, I am getting a gap on the top of my browser window both in IE and Firefox.
|
| sample transparency w/ selection color? | 28 Dec 2006 00:53 GMT | 2 |
Dear Experts: I am trying to write a css style that makes text [a] invisible; [b] visible-when-selected (so that at least a visible block appears over the selected text---like black foreground over black background with 50% opacity to make it gray and shine through what is
|
| Slightly off-topic question | 27 Dec 2006 15:55 GMT | 11 |
Ok sorry for the off-topic question. I see a lot of people posting their html code here. Why so many people still use iso-8859-X instead of UTF8? Is there a particular reason?
|
| Curved Corners on Tables. | 27 Dec 2006 01:23 GMT | 2 |
How would you get curved corners on tables. I would prefer not to use graphics but will try anything. Cheers Possum.. Pic Example
|