• Problem centering website
    34 replies, posted
[QUOTE=BrettJay;27560644]Get rid of [php]position: absolute;[/php] in .maintable (line 196 according to firebug) change [php]margin: 0 auto;[/php] to [php]margin: 141px auto 0;[/php][/QUOTE] THANK YOU SO MUCH! It's fixed now! Yes! I wish i could hug you :D
[QUOTE=BrettJay;27560644]Get rid of [php]position: absolute;[/php] [/php][/QUOTE] This. Avoid using position:absolute; at all cost. A normal website very rarely needs it.
[QUOTE=Skorpy;27560669]This. Avoid using position:absolute; at all cost. A normal website very rarely needs it.[/QUOTE] Yeah that was the only way i could position it below the banner so i stuck with that. Anyways you guys were a great help (discluding qombat and mokkan)
[QUOTE=Skorpy;27560669]This. Avoid using position:absolute; at all cost. A normal website very rarely needs it.[/QUOTE] Unless the position:absolute; element is inside a position:relative; element.
[QUOTE=Zyphos;27560688]Yeah that was the only way i could position it below the banner so i stuck with that. Anyways you guys were a great help (discluding qombat and mokkan)[/QUOTE] :downs:
Sorry, you need to Log In to post a reply to this thread.