[help] Div size
Posted: Thu Dec 28, 2006 8:43 am
feyd | Please use
i'm using this div to pop up as a transparant overlay on my site with some information.
In firefox the size of the width & height is correct, according to the relative percentages.
In IE the div is just as width and high as the text in it... ant solutions?
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
[syntax="css"]
#hiddenfooter {
border-top:solid 4px #CCCCCC;
position: absolute;
top:8%;
left: 20%;
right:20%;
bottom: 45%;
background-color: #B28C66;
visibility:hidden;
filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
}
In firefox the size of the width & height is correct, according to the relative percentages.
In IE the div is just as width and high as the text in it... ant solutions?
feyd | Please use[/syntax]
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]