|
|
|
|
|
|
Posted: Sun Mar 12, 2006 5:03 pm
Could someone possibly tell me what the problem is with my profile on Internet Explorer? There is this huge empty space on the bottom and I don't know how to fix it. sweatdrop
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Mar 13, 2006 7:36 am
|
|
|
|
|
|
|
|
|
Posted: Tue Mar 14, 2006 3:17 pm
I'm glad I'm not the only one. gonk
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Tue Mar 14, 2006 6:57 pm
um I don't know the cause of the problem but altering the code in your comments section may help.
For one thing you had to use top: -780px which means you lost 800 pixels of space somewhere. Then you have a padding of over 300 pixels at the bottom. And the height of the section is set at 100px so I have no idea how that is affecting everything.
For a work around I would try altering the bottom padding of your comments section.
Something like:
#comments{OtherCode; padding-bottom: 352px; _padding-bottom: -###px; MoreCode}
The _Underscore causes that code to only affect Internet Explorer.
|
 |
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|