laertjansen
01-29-2009, 04:38 AM
Hello everyone,
Iīm working on a new folio http://www.laertjansen.com/test/ (http://www.laertjansen.com/test/aboutme.html) and have been fighting with css.
With FF its working fine but with IE6 thereīs a gap at the bottom and I canīt figure out why the difference between FF and IE 6. The distance between the last line "laert jansen" and the footer is higher in IE6.
And the distance between the first line "My name is Laert Jansen" and the line hr is higher too.
Hereīs the css for this part:
#left { margin: 20px 60px 80px 30px; height:520px; background:none; width: 630px; }
#aboutme{ width: 120px; font-style: italic; color:#0099ff; margin:15px 0 15px 30px; font-size:130%; background:none; border-bottom:none; }
h4 { color: #000;; font-size: 88%; background-color: #fff; padding: 5px 5px 5px 5px; width: 397px; margin-bottom: 25px; margin-top: 20px; }
.txt p { color: #ccc; font-size: 71%; line-height: 23px; margin: 15px 0 0 0; background-color: #fff;}
.txt p span { background:#1C1C1C; border-bottom:1px solid #0099ff; }
Thank you very much in advance for any sort of help,
Laert
Iīm working on a new folio http://www.laertjansen.com/test/ (http://www.laertjansen.com/test/aboutme.html) and have been fighting with css.
With FF its working fine but with IE6 thereīs a gap at the bottom and I canīt figure out why the difference between FF and IE 6. The distance between the last line "laert jansen" and the footer is higher in IE6.
And the distance between the first line "My name is Laert Jansen" and the line hr is higher too.
Hereīs the css for this part:
#left { margin: 20px 60px 80px 30px; height:520px; background:none; width: 630px; }
#aboutme{ width: 120px; font-style: italic; color:#0099ff; margin:15px 0 15px 30px; font-size:130%; background:none; border-bottom:none; }
h4 { color: #000;; font-size: 88%; background-color: #fff; padding: 5px 5px 5px 5px; width: 397px; margin-bottom: 25px; margin-top: 20px; }
.txt p { color: #ccc; font-size: 71%; line-height: 23px; margin: 15px 0 0 0; background-color: #fff;}
.txt p span { background:#1C1C1C; border-bottom:1px solid #0099ff; }
Thank you very much in advance for any sort of help,
Laert