View Full Version : Quick (and easy,i think) design question, help please.
four1seven
June 25th, 2004, 03:16 PM
Ok, I feel like a noob asking this... but on some splash pages...how do you get the image to display so there is no scroll bar and it's infinite in all browsers.
I know the marginwidth="0" leftmargin="0" etc... i'm not talking about the margins on the page.
I believe some of you know what I am talking about...i'll try to find a page with it as an example. Thanks.
joel
four1seven
June 25th, 2004, 06:36 PM
Here is an example, thanks to the critique forum....
http://www.fmdstudio.net/
simplistik
June 26th, 2004, 01:42 AM
center your table w/ a height of 100%, and set the bg if that doesn't work you can specify a height and I'm pretty sure it won't scale either.
Digitalosophy
June 26th, 2004, 02:53 AM
Here is an example, thanks to the critique forum....
http://www.fmdstudio.net/
doesnt work in Mozilla
moncreyweasel
June 26th, 2004, 09:20 PM
i dont know if this is a bad way or the right way to go about it, but make the splash page come up as in a frame (by itself, no other frames on screen) and have the tag look like this:
<frameset cols="100%" rows="100%" frameborder="0">
<frame src="splash.html" scrolling="no" frameborder="0" noresize>
</frameset>
I'm no pro, I only know from what I learned in my HTML class, so someone else please correct me if im wrong.
EDIT: Oh yeah and that link didnt work, so im just guessing this is what youre trying to do.
as_clark20
June 28th, 2004, 12:14 PM
<body scroll="no">
four1seven
June 28th, 2004, 05:21 PM
Thanks guys, I'll try it.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.