Click to See Complete Forum and Search --> : Can't get rid of horizontal scrollbar
Smurf
04-14-2005, 12:02 AM
Hey, I can't get rid of my horizotal scroll bar in my IFRAME, and all I am using is text - I've looked it over, and nothing that is wrong with it popped out at me, but I'm new, and i use unconventional tactics, so I'm probably missing something. My website that I am having the trouble with is: http://www.everafterguild.com/sc (http://www.everafterguild.com/sc/)
Under Bios -> Kenneth Smith.
Please help me, It doesn't occur in the news page that I have. And the List tags don't effect anything either. Thanks.
P.S. This problem is only happens in IE 6.0 - in Firefox it's fine.
BonRouge
04-14-2005, 12:31 AM
See what happens if you put this at the top of your page (first line) :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
You should have one of these anyway, but it might actually fix your problem too.
Smurf
04-14-2005, 01:16 AM
That'd didn't fix it :/ thanks for the attempt though. :)
BonRouge
04-14-2005, 01:26 AM
OK... try putting 'overflow-x:hidden;' in your iframe style. (Not exactly valid code, but it should do what you want).
Smurf
04-14-2005, 01:43 AM
That didn't work either, unless i put it in wrong - but it looks right.
The thing i don't get is, why it happens in the Bios section, and not the news?
BonRouge
04-14-2005, 01:52 AM
You've got an iframe inside a div and you've put the style on the div. I said to try putting the style on the iframe. Try that... :rolleyes:
BonRouge
04-14-2005, 02:10 AM
OK, I've just tested it. Just change "scrolling="auto"' to 'scrolling="yes"'.
Smurf
04-14-2005, 02:29 AM
thanks a bunch for the help, its working fine now :)