View Full Version : background/layout


sCgUrliE
07-16-2003, 01:39 AM
i have a new layout (it's a background pic), but it's pretty long and for some reason, the whole picture won't show (it needs to scroll). Help? Thanks!

Cherchezlafemme
07-16-2003, 01:43 AM
Did you use this tag?

<body background="IMG">

Well before I give you some suggestions is your background all one pic?

mystikal06
07-16-2003, 01:45 AM
did you use the <body background> code or did you use the <img src> code. if the page doesn't need to scroll and you only used the background code, then i think that it wont' scroll. maybe try to use the <img src> code and just my opinion but make it so it's at 0px; 0px so it's at the corner of the page. i'm not sure what that code is off the top of my head though

sCgUrliE
07-16-2003, 01:47 AM
i used the <back ground="URL"> code. And the layout thing is in one picture.

mystikal06
07-16-2003, 01:50 AM
<img src="IMAGEURL.GIF" border="0" style="position:absolute; left:0; top:0">

try using that code and see what happens??

Cherchezlafemme
07-16-2003, 01:51 AM
Go Here:

http://www.lissaexplains.com/css2.shtml


Click How do I position my images

The code there should be set to 0px on the top and 0px to the left

whoops mysticla beat me lol! Same Advice though :D

sCgUrliE
07-16-2003, 01:52 AM
thanks! it works...! =D