[WSG] Hover text bunching up in Firefox

2006-01-12 Thread White Ash
Title: Message Hello ~ The navigation (at the bottom of the page) looks fine in IE, but the hover text bunches up in Firefox like there is a right margin making the text wrap. Any ideas on how to remedy this? http://altautoaccess.com/jumpstart.htm http://altautoaccess.com/css/home.css

RE: [WSG] Hover text bunching up in Firefox

2006-01-12 Thread Scott Swabey
You may want to try adding a width to your link container div: div#links { width: 11em; } It's a quick fix. Regards Scott Swabey Design Development Director Lafinboy Productions www.lafinboy.com White Ash wrote The navigation (at the bottom of the page) looks fine in IE,

Re: [WSG] Hover text bunching up in Firefox

2006-01-12 Thread denAnden.dk
Title: Message White Ash wrote, The navigation (at the bottom of the page) looks fine in IE, but the hover text bunches up in Firefox like there is a right margin making the text wrap. Any ideas on how to remedy this? Maybe if you define a width, as 100%, i´m not sure, but