Michael Stevens wrote:
> OK, it's starting to come together... 
> www.bctarizona.com/test/index_new2b.php
> 
> Got the top horizontal list centered by adding some margin to the 
> first item scooting it over...
> 
> The only issue I have currently is the same top menu's mouseovers 
> don't work in FF but do in IE. Can't see why because they use the 
> exact same method as in the left menu mouseovers and they work 
> fine...

You have...
#topmenu a:hover, {

...but you *should* have...
#topmenu a:hover {

IE/win ignores the extra ',' - while the other browsers correctly ignore
the entire rule.


Otherwise it looks ok on the surface, but there are too many source-code
errors...
<http://validator.w3.org/check?uri=http://www.bctarizona.com/test/index_new2b.php>

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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