Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« on: Dec 02, 2006, 09:25:25 PM »
This IE vs FF is driving me crazy... Finaly my whole site looks the same in both browsers. Theres only one little thing that isn't working the way I want it to work. I have a block of text that will be sized according to the browsers window size (i.e. 100% width) the text displayed inside this block is wider, so I've added the overflow: scroll; property. In FF I can now scroll to the side, but IE doesn't show any scrollbar, it just breaks the text and continues on the next line. To fix this same issue with a vertical scrollbar you can simply add a fixed height to make IE display the scrollbar.
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #4 on: Dec 02, 2006, 09:44:33 PM »
Then it just takes the whole width of the collumn, but in some cases that is not wide enough. Especially when the visitor is running on a low ressolution. I've removed both height and width for you to see. This is how I want it to be.
btw: How did you like my web2.0 style logo ?
« Last Edit: Dec 02, 2006, 09:46:43 PM by Mind_nl »
Global Moderator
Internet Junkie
Gender:
Posts: 1807
9006 credits Members referred : 6
« Reply #7 on: Dec 03, 2006, 02:25:29 PM »
When searching thru Google I find millions of people who want to get rid of the horizontal scrollbar, I seem to be the only one who wants to add it... I have now fixed my problem by using an iFrame.