![]() |
IOBit Software
|
|
|
||||||
| Programming Place to discuss programming including HTML, Java, C++, MySQL and others. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi,
I am having trouble with a block of css on my site. I have a div set like this: Code:
.content {
position:relative;
background-image:url('layout_05.jpg');
background-repeat:repeat;
background-position:0px 317px;
color:#FFFFFF;
float:left;
width:100%;
margin-top:50px;
}
__________________
windows xp professional, abit av8 mobo, 1 gb ddr pc3200 ram, asus geforce fx 5600 w/ 256 mb ram, audigy 2, athlon 64 3800+ |
| Sponsored links |
|
|
|
#2
|
||||
|
||||
|
Not sure if this will work but its worth a try, Put the repeat after the 317px. Like this:
Code:
.content {
position:relative;
background-image:url('layout_05.jpg');
background-position:0px 317px;
background-repeat:repeat;
color:#FFFFFF;
float:left;
width:100%;
margin-top:50px;
}
__________________
If at first you dont succeed, try, try again. Then quit. There's no point being a damn fool about it. |
|
#3
|
||||
|
||||
|
no it doesnt work... but thanks for trying
__________________
windows xp professional, abit av8 mobo, 1 gb ddr pc3200 ram, asus geforce fx 5600 w/ 256 mb ram, audigy 2, athlon 64 3800+ |
|
#4
|
||||
|
||||
|
im not sure exactly what your trying to do- could you make the section you want backgrounded a separate div?
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Screen position software | Ronald_Young_At_RCAT | Software | 1 | 07-18-07 13:55 |
| VB6 Windows Starting Position | ceal21c | Programming | 1 | 11-30-06 12:20 |
| restarting repeat | jammerman0101 | Software | 3 | 01-28-06 19:57 |
| RF gurus! Triganulating position of transmitters | goldfish | Lounge | 4 | 06-06-05 09:28 |
| CSS - nested div position | Ctrl+Alt+Del | Programming | 3 | 01-14-05 23:55 |