Devil Maud
07-14-2003, 10:15 PM
^^ do I make an image backround for my DIV box? I really really wanna.
|
View Full Version : DIV imagae background Devil Maud 07-14-2003, 10:15 PM ^^ do I make an image backround for my DIV box? I really really wanna. kittycat 07-14-2003, 11:20 PM style="background-image: url(bg.jpg);" Add that to your <div> Devil Maud 07-15-2003, 12:31 AM Thanks! A few more questions. How can I make the Div box fit in a table and only that table? How can I change the size? Even though I put in so many px (pixels right?) it is very small, a lot smaller than it should be. And how can I make it a fixed background? DIV seems to work differently than html code (like - instead of =) See this is what I am getting: http://mamimi.diaryland.com/ kittycat 07-15-2003, 01:40 AM 1 - Just stick the div code inside that particular table cell. 2 - Try changing the amount of pixels that it is to something larger. If you think there might be something wrong with the code you're using, post it here for others to check out. 3 - style="background-image: url(bg.jpg); background-attachment: fixed;" |