Centering Generator Layout in Firefox |
Centering Generator Layout in Firefox |
Dec 31 2006, 08:56 PM
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* |
Jan 2 2007, 02:37 AM
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. :)
|
|
|
|
Jan 2 2007, 09:40 PM
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 |
|
|
|
JJJENNNNN Centering Generator Layout in Firefox Dec 31 2006, 08:56 PM
insomniac add !important to the position values
this ex... Dec 31 2006, 11:00 PM
JJJENNNNN QUOTE(insomniac @ Dec 31 2006, 11:00 PM) ... Jan 1 2007, 02:20 PM
insomniac can you post a link to your journal? Jan 2 2007, 09:42 PM
JJJENNNNN QUOTE(insomniac @ Jan 2 2007, 9:42 PM) ca... Jan 3 2007, 06:43 PM
Azarel QUOTE(JJJENNNNN @ Jan 3 2007, 4:43 PM) No... Jan 3 2007, 09:02 PM
Azarel Removing this line does the trick:
text-align: ce... Jan 2 2007, 09:51 PM
makaix edit: nvm..i switched from plus account to basic a... Jan 3 2007, 08:28 PM![]() ![]() |