Daniel Hammond wrote:
> On www.southpawbrothers.com, the top borders of the navigation links show up
> in Firefox (as they should), but they don't show up in IE. Why?
> Daniel Hammond
Probably a combination of things  is causing that specific problem, but 
there are other issues too:
Although your css is valid, the markup is not (always a good idea to 
validate before posting).
- id's are unique, they can only be used once on a page (you have used 
#nav several times)
- you have no doctype, consequently ie is in quirksmode, and rendering 
even among the compliant browsers may be different
- you are using proprietary html in the table
- and you are using i-frames (which complicates things a little)
The good news is that someone far more experienced than me will read 
this, and point you toward a path of salvation.
Regards,
~dL
PS Very nice illustration!

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to