Mabs22
03-16-2005, 08:41 PM
I'm having a problem with making my layout line up in some browsers. It looks fine on my computer but depending on the size and/or browser it sometimes doesn't line up right. Now a friend of mine had be put a code in but it's not doing anything so i'm not sure if I got the code wrong or what. Could someone please help me make my site univiersally awesome? THANX!!!!! <3
Spotlight-Graphics (http://http://www.fakerain.com/spotlight-graphics/)
Monkey Bizzle
03-16-2005, 09:04 PM
How exactly are you trying to line it up? I am looking at it in IE and FF and it looks the same to me.
Mabs22
03-16-2005, 10:47 PM
How exactly are you trying to line it up? I am looking at it in IE and FF and it looks the same to me.
well the background and the header sometimes get a little askew. I've noticed it in the Opera browser and my friend has a smaller monitor than I have and she uses IE and it's always a little off too. So I don't know if there is something I can do about that.
kittycat
03-17-2005, 01:29 AM
Try changing your background so that it's positioned an absolute number of pixels instead of percent.
Mabs22
03-20-2005, 02:47 PM
Ok so I tried changing it from % to absolute and px but now my header and bg are just a little bit askew on every browser. I'm very confused!:(
kittycat
03-20-2005, 03:41 PM
background-position: Absolute 50px;
You don't want to use the word 'absolute' in there... it should look more like
background-position: 0 50px;
If it's still off just try changing the 50px a little until it matches