Remove white space?, I need help removing the bottom white space in a DIV layout. |
Remove white space?, I need help removing the bottom white space in a DIV layout. |
Nov 10 2007, 12:44 AM
Post
#1
|
|
![]() B2UTY ![]() ![]() Group: Member Posts: 12 Joined: May 2007 Member No: 523,367 |
In my DIV layout, I get a big white space down at the bottom of my layout, past the image. Does anyone know of a way to remove it?
Attached File(s)
|
|
|
|
![]() |
Nov 12 2007, 05:37 PM
Post
#2
|
|
![]() B2UTY ![]() ![]() Group: Member Posts: 12 Joined: May 2007 Member No: 523,367 |
Anywhere I stick that code has the white space following it.
Here's the whole code in case there is something else in it that is making the white space. I changed my screen to a lower resolution, but simply got a bigger white space. CODE <style type="text/css"> body {background-color: white; background-repeat: yea-repeat; overflow-x: hidden; } </style> <div class="temp" style="position: absolute; top: 285px; left: 5px;"> <img src=http://img460.imageshack.us/img460/167/bjork3gb4.png usemap=#nav border=0> <map name="nav"> <area shape="rect" alt="home" coords="147,290,243,277" href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" /> <area shape="rect" alt="add" coords="625,358,654,435" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRpZD0zOTgwNDc3OA=="> <area shape="rect" alt="msg" coords="771,428,832,474" href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRpZD0zOTgwNDc3OA=="> <area shape="rect" alt="block" coords="81,463,189,440" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9jay5ibG9ja3VzZXImdXNlcmlkPTM5ODA0Nzc4"> <area shape="rect" alt="pic" coords="187,508,221,431" href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIu mlld1BpY3R1cmUmZnJpZW5kSUQ9Mzk4MDQ3Nzg="> <area shape="rect" alt="comm" coords="751,372,916,322" href="http://www.msplinks.com/MDFodHRwOi8vY29tbWVudC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlX2NvbW1lbnRmb3JtJmZyaWVuZGlkPTM5ODA0Nzc4"></map> </div> <div class="about" style="position: absolute; top: 310px; left: 392px; width: 210px; height: 493px; overflow: auto; face: impact; color: black;"> <font size=4>When the power of love over comes the love of power, then the world will truly know peace. - Jimi Hendrix</font> </div> <style> .a { hide friends and comments } .friendsAndComments {display:none;} .a { unhide edit link and submit button } table table table table table div {display:block !important;} </style> </td></tr></table> </td></tr></table> <div class="friendsAndComments"> <table><tr><td> <table><tr><td> Also, thank you for helping me with this. |
|
|
|
goyangelilliyasorang Remove white space? Nov 10 2007, 12:44 AM
Fawaz That White Space, I Think Is Just The Background. ... Nov 10 2007, 07:10 AM
digitalfragrance If you put this into the div layer that controls t... Nov 10 2007, 11:07 AM
goyangelilliyasorang I actually don't have a background image in. I... Nov 10 2007, 04:15 PM
Fawaz I Just Test That Code And There Is Notting At The ... Nov 10 2007, 04:21 PM
goyangelilliyasorang Strange, I get a white space in both firefox and I... Nov 11 2007, 11:31 PM
digitalfragrance ^ You probably have a larger resolution.
Try this... Nov 12 2007, 03:21 PM
digitalfragrance "background-repeat: yea-repeat;"
Change... Nov 12 2007, 05:55 PM
goyangelilliyasorang I ended up using this code;
http://www.createblog.... Nov 12 2007, 06:51 PM
digitalfragrance Yay the white space is gone!
Topic Closed Nov 12 2007, 06:58 PM![]() ![]() |