View Full Version : over flow hidden - problems with firefox
Hazel Friend
11-11-2008, 04:59 AM
Hello,
I am new in this forum. I would be really appreciate it if someone can help me with the problems which I have with my CSS layout. I tried to use overflow: hidden; for my body tag to remove the unwanted blank space below my footer. It works nicely in IE but not in Firefox.
I don't know how to solve this problem. Thanks very much for your help.
Cheers,
Hazel
monicasaha
11-11-2008, 05:45 AM
plz send ur file or the link so that we can help u better.
Schmoopy
11-11-2008, 09:55 AM
Until I see your code I won't know for sure, but make sure you have
max-height in your CSS declared.
Hazel Friend
11-11-2008, 02:49 PM
body {
padding: 0;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
position: relative;
width: 1000px;
height: 2866px;
background-color: #FFFFFF;
overflow: hidden;
}
Please let me know if it is good enough as the whole page is quite long, I am not sure how much to bring up here. I am new and I am learning. So please let me know. Thanks!
Hazel Friend
11-11-2008, 03:02 PM
<body class="oneColFixCtrHdr">
<div id="container">
<div id="header">
<!-- end #header --></div>
<div id="gallerywrapper01"></div>
<div id="gallerywrapper02"> </div>
<div id="footer"> </div>
<!-- end #container --></div>
</body>
</html>
Many thanks.
BLiZZaRD
11-11-2008, 03:03 PM
When posting code use the BBCode tags (here is a list and how to use them... http://www.dynamicdrive.com/forums/misc.php?do=bbcode ) you will want to use the "code" tag.
Then you can post the whole page and we can view it with ease.
Also, a link to the problem page so we can see it in action will help a great deal. The problem might be something else entirely that fresh eyes can spot.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.