Description:
Layout/presentation on the WWW.
|
|
|
Styling a range of HTML Headers inside TD
|
| |
I would like the HTML headers (H1-H6) to display differently inside a table cell. The following works: td h4,td h5,td h6 {margin-top:2px} But is there a simpler way to define H4-H6 inside TD ? I tried "td h4,h5,h6" but (from observation) that affects ALL h5,h6
|
|
Yahoo CSS Reset
|
| |
My attention has just been drawn to the Yahoo CSS Reset described at [link] Supposedly this "foundational CSS Reset removes the inconsistent styling of HTML elements provided by browsers." While I can appreciate this in theory, it doesn't help with problems with inconsistencies among... more »
|
|
could not place <dl> inside <address>
|
| |
If I place a <dl> element in <address>, like this: <address> ... <dl>...</dl> ... </address> The dom inspector of Firefox 3.0.9 shows it parses this way: <address>...</address> <dl>...</dl> The following HTML code demonstrate the case, where the <dt> element should float to the left as styled, but not in Firefox 3.0.9.... more »
|
|
Browser Compatibility Help
|
| |
Just wondering if anybody is aware of the css bug I'm experiencing. [link] The page looks correct in firefox and mostly in opera (opera doesn't seem to respect table td width requests), internet explorer 5.5 is a no go, but I don't care about that... The main problem is internet... more »
|
|
|