Centering Generator Layout in Firefox |
Centering Generator Layout in Firefox |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
I am using the Generator layout. I haven't changed my override code since the first time I messed with it like a year and a ˝ ago. It still looks exactly how I'd like it to look in Internet Explorer, but in Firefox, the entry tables are aligned to the left side of the screen, rather than centred. That is the only difference. What is the code to centre the entry tables? I'm sure it's probably just unnecessary in IE. I'd like to add it so my layout looks the same in Firefox. Thanks,
|
|
|
![]() |
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
The generator layout should be centered in Firefox by default as well. I suggest checking your alignment values in your css, but if you can't find anything, you could either post your coding up or PM it to me (if you don't want it to be stolen) so that we could try to help. :)
|
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 55 Joined: Jan 2006 Member No: 357,005 ![]() |
The generator layout should be centered in Firefox by default as well. I suggest checking your alignment values in your css, but if you can't find anything, you could either post your coding up or PM it to me (if you don't want it to be stolen) so that we could try to help. :) My code's nothing special. I'll post it: CODE GLOBAL_HEAD<= Thanks!
<title>This is stupid</title> <style type="text/css"> <!-- body { background-color: black; background-image: url(http://www.geocities.com/jjjennnnn/starry_copy.gif); background-repeat: repeat; background-attachment: fixed; background-position: top left; } div { background-image: url(http://www.geocities.com/jjjennnnn/marvrun.gif); background-repeat: no-repeat; background-position: top center; padding-top: 100; text-align: center; } div div { background: none; width: auto; height: auto; padding: 2; } div table { width: 640;} div table table { width: 100%;} div table table table { width: auto;} div table table table table { width: 100%;} table { border: 2px solid #B0FF9E; } table table { border: 0; } --> </style> <=GLOBAL_HEAD LASTN_OPT_ITEMS=>40 |
|
|
![]() ![]() |