Wouldn't IE for Mac also be influenced by the hacks below?
body.index #main {
margin-left: 250px;
_margin-left: 245px; /* IE hack */
margin-right: 15px;
_margin-right: 10px; /* IE hack */
background-color: transparent;
}
The testing I've done on IE Mac seems to be holding most everything
properly, other than a couple of floats adding space below, which I
expected. Does this make the consensus to use David's method: a
separate style sheet for IE? IE confuses the ever-living out of me!
w
Wayne Godfrey
[EMAIL PROTECTED]
On Aug 8, 2005, at 9:58 PM, Thierry Koblentz wrote:
Darren Wood wrote:
I use a very simple rule that will allow for CSS validation...
Its the " * html " selector
As a side note:
- Conditional Comments are IE/Win only (>= v5),
- the star selector hack works with IE/Mac too.
Thierry | www.TJKDesign.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************