|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
[CSS] No tiling after resizing?
Hey people. I've been desperatly searching for a fix for the bug in my CSS, but I don't know what I'm doing wrong.
Here is a link to the the testfile: http://users.skynet.be/bert_fonteyn...iek/index.html. The page validates as valid XHTML. Now here is the bug in Windows (I have not tested it in Mac yet), both in Netscape 7 as in IE 6. Shrink your window, so you have a horizontal scrollbar. Scroll to the right, and you will notice there is a white area which can 't show the backgroundtile for some 60 px wide. The content (which is white) is there however... Can someone please tell me what I'm doing wrong? Greetz, Bert |
|
#2
|
||||
|
||||
|
Code:
#container {
position: absolute;
height: 326px;
width: 100%;
margin: 0px;
background-image: url(file:///C|/Documents%20and%20Settings/Administrator/Bureaublad/DinhamiekCompliant/images/tegel.jpg);
background-repeat: repeat-x;}
think you need to fix the path to the background picture |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > [CSS] No tiling after resizing? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|