This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Netscape CSS > November 2004 > overflow IE problem
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
overflow IE problem
|
|
| Ricki 2004-11-20, 11:14 pm |
| Hello,
I am having a bit of a problem with using the overflow function in IE.
Look at my htm-file in http://www.uu-nordvest.dk/test_dsign.htm
and the css-file at http://www.uu-nordvest.dk/gotcha.css
The box with the text inside looks fine in mozilla and opera, but it
doesn't work at all in IE.
Can anyone tell me how to get over this problem. I have validated both the
css-file and the html-file and couldn't find any problems there.
Best regards
Ricki
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
| |
|
|
Ricki wrote:
> Hello,
>
> I am having a bit of a problem with using the overflow function in IE.
> The box with the text inside looks fine in mozilla and opera, but it
> doesn't work at all in IE.
<snip>
This works on my IE6, not sure if it will be what you're looking for
though:
#papir{
position: absolute;
top: 99px;
height: 300px;
left: 173px;
width: 600px;
margin: 0px;
padding: 0px;
background-image: url(billeder/papir_baggrund.jpg);
z-index: 300;
overflow: auto;
}
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|