Hi Jason

> http://anbexpress.com/redesign/
> 1. The hover states work fine in Firefox but it is not working in IE6 for
> some reason.
Add:
ul li a {
    display:block;
    ...
    }
---------------------------------------------------------------------------
>Also the class = "active  " doesnt appear in IE 6.

There is a mistake here. The pseudo-class for active link state is a:active 
not .active.
Try set the border around the whole text link insted of border-bottom.
For example:
a:active {border: #4a230e 2px solid}
--------------------------------------------------------------------------
> 2. The white width of the border produced by the margin in the flash div 
> is
> displaying incorrectly in Firefox. It appears that it is shorter by a few
> pixels. what's going on here?

Add:
#container > #content{padding-bottom:15px;}

Regards,
MaurĂ­cio Samy Silva
http://www.maujor.com/ 

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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