Melinda Odom wrote:
> IE shows a larger space between the pointer and the text but Netscape
>  and Mozilla show the pointer right on top of the text.
> 
> http://www.designhosting.biz/gcim/acop/index.html
> 
> Is there a way to make them even in all browsers?

Yes. Kill IE's layout bug[1].

* html .acopMainNavSub a {height: 0;}
/*\*//*/
* html .acopMainNavSub a {height: auto;}
/**/

...and then you can fine-tune background-position as you like across
browser-land.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to