![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can someone help me get rid of the sliver of grey (in Internet Explorer) above the image on this website? http://003a17b.netsolhost.com/kwdwebsite/index.html Thanks! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Thanks! The empty div tag is so the address, etc stays on the left side. do you have a better method I should use? |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
You shouldn't need the empty <div> to keep the address on the left side. However you are using an overcomplicated css template as shipped with DW. Quite frankly these are awful! Try removing the empty <div> and adding float: left; width: 536px; to the #mainContent <div> as shown below. .twoColElsLtHdr #mainContent { color: #333; text-align: center; background-color: #CCC; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-color: #CCC; border-right-color: #CCC; border-bottom-color: #CCC; border-left-color: #CCC; margin-top: 0; margin-right: 0px; margin-bottom: 0; margin-left: 0px; float: left; width: 536px; } joslyn (AT) kwdesign (DOT) net wrote: Thanks! The empty div tag is so the address, etc stays on the left side. do you have a better method I should use? |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Thanks! The sliver of grey is still there in IE. Any other ideas? |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |