Topic: IE4 CSS issue (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10682" title="Pages that link to Topic: IE4 CSS issue (Page 1 of 1)" rel="nofollow" >Topic: IE4 CSS issue <span class="small">(Page 1 of 1)</span>\

 
hlaford
Bipolar (III) Inmate

From: USA! USA! USA!
Insane since: Oct 2001

posted posted 02-25-2002 23:11

I got me this here DIV:

code:
DIV.pad
{
margin: 0px 5px 0px 5px;
width: 100%;
}


My problem is that IE4 has an issue which causes the text contained in the DIV to extend under the vertical scrollbar such that it can't be read or scrolled into view. Can I define this style in a different way to overcome the issue without losing the intent of the style statement?

Phil
Bipolar (III) Mad Scientist

From: Eastbourne, UK.
Insane since: Mar 2000

posted posted 02-26-2002 23:55

Don't have IE4, but try using padding

DIV.pad
{ margin: 0px 5px 0px 5px;
padding-right: 5px;
width: 100%;
}


Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 02-27-2002 00:01

hlaford: Odd - does this happen in IE5 or 6? If not then I'd imagine it might be because its CSS support is buggy (check the compatibility tables) - although my first guess might be it is to do with something going on somewhere in the rest of the page.

Emps

warjournal
Maniac (V) Mad Scientist

From:
Insane since: Aug 2000

posted posted 03-12-2002 22:54

Try adding:

overflow: auto;

You might also want to head over the W3C. click. I don't know how well these work in IE4, though.

edit: I'm talking out my ass. Don't mind me.



[This message has been edited by warjournal (edited 03-12-2002).]



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu