ajsep77
Junior Member
Posts: 2
Registered: 3/7/2007
Member Is Offline
|
| posted on 3/7/2007 at 06:45 PM |
|
|
Text Wrap Issue
Problem with the following site in IE
The mouseover state looks fine, but the default state doesn't wrap the lines (if needed). There are no size specifications in the css files, and both
states (over and default) are exactly the same, except for color specificaton.
Any ideas??
|
|
|
tigra
Administrator
Posts: 1905
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/7/2007 at 08:27 PM |
|
|
Use <br /> to break the line where you need to.
|
|
|
ajsep77
Junior Member
Posts: 2
Registered: 3/7/2007
Member Is Offline
|
| posted on 3/7/2007 at 09:47 PM |
|
|
using </br>
I'm trying to do it without using </br> line breaks, like a table would do it automatically, exactly like it is working in the mouseover
state....
|
|
|
tigra
Administrator
Posts: 1905
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 3/7/2007 at 10:05 PM |
|
|
This looks like some IE effect. Menu wraps the text the same when in Firefox.
Try applying the width to the outer tag in CSS.
|
|
|