div |
div |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 120 Joined: Apr 2006 Member No: 396,027 ![]() |
how do you get a background image on a div table. i have a div layout ofcourse
|
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Thanks.
![]() Find: QUOTE .div1 { background-color:606060; color:8CD8FF; border:2px solid; border-color:8CD8FF; width:554px; height:235px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-405px; margin-top:155px; visibility:visible;} Change too: CODE .div1 { background-image: url(urltoimagehere); background-color:606060; color:8CD8FF; border:2px solid; border-color:8CD8FF; width:554px; height:235px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-405px; margin-top:155px; visibility:visible;} Put the image url where it says urltoimagehere. |
|
|
![]() ![]() |