![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
div#masthead { background: url(../images/top/bkg_chrome.gif) repeat-x left top; height: 50px; margin: 0px 10% 0px 10%; padding: 0; } #logo_top { float: left; margin: 0; padding: 0; vertical-align: top; } #utilities { float: right; margin: 0; padding: 0; padding-top: 10px; vertical-align: top; } ***HORIZONTAL WHITE SPACE HERE.*** div#prim_nav { background: url("../images/top/bkg_chrome_2.gif") repeat-x left top; height: 24px; margin: 0px 10% 0px 10%; padding: 0; vertical-align: top; } |
#4
| |||
| |||
|
|
Its not really enough to go on. Can you post the page somewhere or include the code here. Normally you would need to give a floated <div> a width. Plus the element which follows the last floated <div> would need to be given the attribute, clear: both; div#masthead { background: url(../images/top/bkg_chrome.gif) repeat-x left top; height: 50px; margin: 0px 10% 0px 10%; padding: 0; } #logo_top { float: left; margin: 0; padding: 0; vertical-align: top; } #utilities { float: right; margin: 0; padding: 0; padding-top: 10px; vertical-align: top; } ***HORIZONTAL WHITE SPACE HERE.*** div#prim_nav { background: url("../images/top/bkg_chrome_2.gif") repeat-x left top; height: 24px; margin: 0px 10% 0px 10%; padding: 0; vertical-align: top; } |
#5
| |||
| |||
|
|
Its not really enough to go on. Can you post the page somewhere or include the code here. Normally you would need to give a floated <div> a width. Plus the element which follows the last floated <div> would need to be given the attribute, clear: both; |
#6
| |||
| |||
|
|
Sorry, didnt see the code. I had a similar problem a day back. I found that if I put the image in a consecutive line, ie running on the same line, PC IE6 played ball. Osgood wrote: Its not really enough to go on. Can you post the page somewhere or include the code here. Normally you would need to give a floated <div> a width. Plus the element which follows the last floated <div> would need to be given the attribute, clear: both; |
#7
| |||
| |||
|
|
Hi Osgood, I tried that - no luck I'm afraid. I've re-uploaded it for you to see it. Do you think my approach to CSS-ing the layout might be completely wrong anyway? DIVS within DIVS? At present I don't know of any other way without using tables. |

#8
| |||
| |||
|
#9
| |||
| |||
|
|
Blimey, thanks Osgood - best of luck! I'll look forward to hearing back from you John My investigations are exhausted. I can find nothing which might be |
#10
| |||
| |||
|
|
johnnyivan wrote: Blimey, thanks Osgood - best of luck! I'll look forward to hearing back from you John My investigations are exhausted. I can find nothing which might be causing this issue. The only other thing I can think of is it could possibbly be to do with the doc type. |
![]() |
| Thread Tools | |
| Display Modes | |
| |