sisqoluv
06-04-2003, 09:25 PM
I was wondering if there's a way to set the width and hieght of a background image coded with CSS? Thank you.
|
View Full Version : * Width and Height of Background * sisqoluv 06-04-2003, 09:25 PM I was wondering if there's a way to set the width and hieght of a background image coded with CSS? Thank you. starlet 06-04-2003, 11:29 PM Nope, there isnt. sisqoluv 06-06-2003, 11:45 PM My graphics won't line up in my frames. Is there anything I can do about that? I used the Image Slicer, but it's not working out. Alcy 06-07-2003, 03:47 AM Are the frames the right size? Set the page margins to zero <body topmargin=0 rightmargin=0 leftmargin=0 bottommargin=0> sisqoluv 06-07-2003, 04:24 PM My frames are in % because I have problems with pixels. <html> <head> <title>[ [ Lost Tomb of the Tomb Raider ( ver. 9 ) | explore the tomb | ] ]</title> <FRAMESET COLS="18%, 82%" border=0 frameborder=0 framespacing=0> <FRAME SRC="left.html" NAME="left" noresize scrolling=no> <FRAMESET ROWS="15%, 65%, 20%" border=0 frameborder=0 framespacing=0> <FRAME SRC="up.html" NAME="up" noresize scrolling=no> <FRAME SRC="main.html" NAME="main" noresize scrolling=auto> <FRAME SRC="down.html" NAME="down" noresize scrolling=auto> </FRAMESET> <NOFRAMES> Sorry, but your browser does not support frames. </NOFRAMES> </html> I made a background at 750x550 (my computer is at 800x600). It's still to big and I used the Image Slicer in PSP8. I have to use CSS to put the images back together, but they're not lining up and they're too big. I was thinking that I could set the width and height of the background, but I can't. Is there anything else I can do? jazzberry 06-09-2003, 01:55 AM try putting it as an image and resizing it OR resize it PSP8 i guess, those are the only things I can think of... |