Results 1 to 8 of 8
Related
-
4 corner liquid box issue sample... Forum: CSS Forum
Replies: 0 -
Aligning an IMG in the bottom right corner Forum: CSS Forum
Replies: 1 -
iFrame positioning? do they always have to be absolute? Forum: HTML Forum
Replies: 5 -
Absolute best way to design navigation. Forum: Search Engine Optimization - SEO - Forum
Replies: 0 -
Uploading and absolute hrefs? Forum: General Discussion
Replies: 2
-
12-03-2001, 08:26 PM #1
Setting an image to the absolute corner
Hey everybody,
This question may seem kinda basic, but here goes.
A new site i'm building contains lots of frames, to make it so that it'll work well on almost any resolution screen. However, I don't want my Welcome Banner to tile in it's frame when the browser screen gets big enough?
I know that setting an image up as the background of a teeny-weeny HTML file will set up that image as a frame, if all is sized right, and that's what I've done throughout.
Make sense?
-
12-03-2001, 08:35 PM #2
Accidently posted early
Sorry bout that,
So, basically, i'm wondering if you can push an image to the absolute top corner, instead of having that space there. I've heard it's possible, but never seen it done.
-
12-03-2001, 09:18 PM #3
<style>
body {
margin-top: 0;
}
or
<body topmargin="0">
This what your talkin about? If not could I have some kinda link or code?
-
12-03-2001, 10:03 PM #4
-
12-03-2001, 11:13 PM #5
are you making fun of my avatar?
-
12-03-2001, 11:44 PM #6
Sorry for the off topicness but I had to say it, i'm in such a good mood.
-
12-03-2001, 11:59 PM #7
dude lay off the drugs they're no good for ya
jk
-
12-17-2001, 05:35 PM #8
<body marginheigh="0" topmargin="0" leftmargin="0" marginwidth="0">
netscape & IE compatible
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum