Jump to content

IE7 and Scrollbars


stublackett

Recommended Posts

Hi,

 

Got a couple of issues with IE7 and a scrollbar set on a DIV Tag.

 

 

The page in question is :

 

The CSS is :

#newsitemdiv (line 511)

{
position: absolute;
width: 706px;
height: 526px;
left: 191px;
top: 156px;
overflow-x: auto;
overflow-y: auto;
}

 

Works in FireFox but not IE... Now I'm pretty sure it did work originally  :confused:

Any help appreciated!

 

I may get shot down for the absolute positioning, Would love to learn liquid layouts using margins and padding, So if anyone can point me in the direction of some good tutorials, That'd be appreciated too :)

Link to comment
https://forums.phpfreaks.com/topic/173080-ie7-and-scrollbars/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.