Help - Search - Members - Calendar
Full Version: Browser Layout Text Problem
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
EMOruffino
My text in this page wont show up in ie or some other browsers... any ideas?

pages in question:
http://fireforumz.com/features.hs
http://fireforumz.com/register.hs

EMOruffino
okay it seems to be on more then one page and in other browsers..

take a look?

registration seems to do it also...

http://fireforumz.com any ideas on how to bring it back?

edit:

Register looks fine in IE, but no text shows in FF and the opposite of that on the Features page....
IamShipon1988
Your text is showing up it's just not visible because it is blending in with the background. I would go back to the #body and #right and add color: #000; the color to either black or something similar.
EMOruffino
QUOTE(IamShipon1988 @ Jan 9 2008, 12:48 PM) *
Your text is showing up it's just not visible because it is blending in with the background. I would go back to the #body and #right and add color: #000; the color to either black or something similar.

heres the css snipet, i fixed the reg page, but im features still wont work in IE.... Uses same part of css, strange.... Thats what both the reg page and features page uses... why is only one showing up?

CODE
#right h2{
    font:bold 30px/22px Arial, Helvetica, sans-serif;
    color:#222222;
    background-color:inherit;
    margin:0 0 16px 0;
    padding:0 0 0 38px;
    display:block;
}
#right p.rightTxt1{
    font:normal 13px/18px Arial, Helvetica, sans-serif;
    color:#222222;
    background-color:inherit;
    padding:0 38px 10px 38px;
}
#right p.rightTxt1 span{
    font:bold 13px/18px Arial, Helvetica, sans-serif;
    color:#5F860B;
    background-color:inherit;
}
EMOruffino
found out the problem it was a weird <p> bug
EMOruffino
actually, i fixed the other pages, but register still only works on IE.

Any ideas?

http://fireforumz.com/register.hs
MrTouz
The only thing i see is the label tag, which i do not understand what it is, and why you use it.

Suggestions :

remove label tag if not needed.

or

put your I agree text inside an other tr td. which will not affect your code but might solve the problem in FF.
EMOruffino
QUOTE(MrTouz @ Jan 14 2008, 04:08 PM) *
The only thing i see is the label tag, which i do not understand what it is, and why you use it.

Suggestions :

remove label tag if not needed.

or

put your I agree text inside an other tr td. which will not affect your code but might solve the problem in FF.

what label tag are you talking about?
EMOruffino
nvm, i made a seperate signup page so this is now pointless.....
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.