background behind the div |
![]() ![]() |
background behind the div |
Sep 13 2004, 06:40 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
i made a layout and it has a div layer or whatever..and then i want a background for the layout but i dont want it in the div...i want it behind the div...how do i do that?
|
|
|
|
Sep 13 2004, 06:44 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> body { background-image: url(URL HERE); background-repeat: vertical only; background-position: center-right; </style> <!-- end code provided by createblog.com --> (Put it in your header.) |
|
|
|
Sep 13 2004, 06:44 PM
Post
#3
|
|
![]() yes. ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 711 Joined: Aug 2004 Member No: 37,487 |
maybe this might work
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> body { background:#color url(bg url); background-position: middle; </stlye> <!-- end code provided by createblog.com --> |
|
|
|
Sep 13 2004, 06:44 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
well u have to make it, use image host after.... and then use this tag....
<img src="HTML HERE"> |
|
|
|
![]() ![]() |