The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Help]Brownsers

2 posters

Go down

[Help]Brownsers Empty [Help]Brownsers

Post by NCosta August 24th 2010, 1:21 pm

Hello !

I've got a problem with my forum :X

In google chrome, my forum is correctly displayed, but, in mozila , opera or internet explorer, the CSS from my forum is not being displayed, there are things missing :X

I need help, pls :S

PS: Sry , any mistake, english is not my predefinition language.

avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by KingOfSports August 24th 2010, 3:34 pm

The other browsers may not support the CSS you added. You need to post the CSS so some coders can look at it and tell you what to add.
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 3:37 pm

Ok, the complete CSS is:

Spoiler:

I hope that they help-me Smile
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by KingOfSports August 24th 2010, 3:42 pm

Thats way too much code to look through...what are the codes that show on GC, but not on the other browsers?
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 3:47 pm

Shadow around the forum, rounded edges of the forum, and navigation bar has some problems.
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by KingOfSports August 24th 2010, 3:52 pm

We need the specific codes you entered because it's going to take way too long to find them.
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 4:17 pm

Shadow and rounded edges of the forum:

Spoiler:
They are both here.

Navigation bar:

edit: I found it quickly :

Spoiler:

The 3 codes, are here, please help-me :X
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 7:45 pm

Nobody Helps me? Sad
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 7:52 pm

Try this for the shadow :d

Code:
-moz-box-shadow: 0 0 1em #004eff;
-webkit-box-shadow: 0 0 1em #004eff;
        box-shadow: 0 0 1em #004eff;

Rounded Corners

Code:

-webkit-border-radius: 1em;
-moz-border-radius: 1em;
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 7:58 pm

Stills not work on MF, only at GC Sad
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 7:58 pm

Your forum link? Smile
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 7:59 pm

http://xplode.ativoforum.com

PS: The forum is PT, just like me Smile
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:03 pm

try adding the codes in the
bodyline code Smile

like
bodyline{

CODES

}
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:06 pm

Nop.
If i add that to the CSS page, all the CSS codes stop being showed.
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:08 pm

Try this :

Code:

.bodyline{
    border: 1px #616161 solid;
-moz-border-radius : 8px;
-webkit-border-radius : 8px;
-moz-box-shadow: 0 0 1em #004eff;
-webkit-box-shadow: 0 0 1em #004eff;
        box-shadow: 0 0 1em #004eff;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
   }
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:09 pm

#wrap goes off ?
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:12 pm

You ask me or what :d. don't delete the wrap, just add the code i gave you, if not work, then wait for the others Smile
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:13 pm

Still not works, only GC display it all, MF, IE or Opera, not :/
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:21 pm

Just forget IE, because it will never work, as i know Smile. for the others, wait the others Smile
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:27 pm

Humm....Ok. np.
IE its not important, the most importants are GC e MF..

But, check this that i found in the internet:

http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/

Then say if you can help-me or not cause i dont understand nathing of that. Razz
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:29 pm

Edit: stupid me Smile
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:31 pm

no, it blurs all the forum :X
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by Guest August 24th 2010, 8:34 pm

Last post! RoNo help Razz

try this:
box-shadow: 5px 5px 5px #333
avatar
Guest
Guest


Back to top Go down

[Help]Brownsers Empty Re: [Help]Brownsers

Post by NCosta August 24th 2010, 8:36 pm

Stills not work Mad
avatar
NCosta
New Member

Posts : 13
Reputation : 0
Language : Portuguese

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum