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.

CSS Problem

5 posters

Go down

Solved CSS Problem

Post by msedgley September 23rd 2011, 4:19 pm

I went into my forum admin into my css, all info had disappeared and when i tried to re add and save it the css codes wont work, can you help me. This is the codes im using they worked before.

Code:
.forumline {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
msedgley
msedgley
Forumember

Female Posts : 618
Reputation : 35
Language : English
Location : UK

http://www.rateoffire.com

Back to top Go down

Solved Re: CSS Problem

Post by shadowz au September 23rd 2011, 4:36 pm

Code:
.forumline {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;}

U put } wrong spot
avatar
shadowz au
Forumember

Male Posts : 280
Reputation : 30
Language : Australia
Location : Sydney

http://tommyzserver.forummotion.com

Back to top Go down

Solved Re: CSS Problem

Post by msedgley September 23rd 2011, 5:30 pm

nope still does not work
msedgley
msedgley
Forumember

Female Posts : 618
Reputation : 35
Language : English
Location : UK

http://www.rateoffire.com

Back to top Go down

Solved Re: CSS Problem

Post by Nera. September 23rd 2011, 5:35 pm

Hi,

What are you trying to make rounded since the code as I see is working on your forumline just as it should.
http://i.imm.io/9uwN.png
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: CSS Problem

Post by msedgley September 23rd 2011, 6:20 pm

my entire forum was rounded before even the boarder of the entire forum also i added a code to have spaces between the nav bar and it is not working now either
msedgley
msedgley
Forumember

Female Posts : 618
Reputation : 35
Language : English
Location : UK

http://www.rateoffire.com

Back to top Go down

Solved Re: CSS Problem

Post by RiSk.TeraCs September 23rd 2011, 8:34 pm

Try This
Code:
.forumline {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;}
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;{
avatar
RiSk.TeraCs
New Member

Posts : 18
Reputation : 1
Language : Romania

Back to top Go down

Solved Re: CSS Problem

Post by Nera. September 23rd 2011, 8:58 pm

@RiSk.TeraCs the code you pasted there is closed in the middle and opened in the end :S

@msedgley to make your forum (whole forum) add this to CSS

Code:
.bodyline {
-webkit-border-radius: 5px;
border-radius: 5px;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: CSS Problem

Post by msedgley September 24th 2011, 12:09 am

Thank you nera Very Happy solved
msedgley
msedgley
Forumember

Female Posts : 618
Reputation : 35
Language : English
Location : UK

http://www.rateoffire.com

Back to top Go down

Solved Re: CSS Problem

Post by MrMario September 24th 2011, 5:30 am

Solved => Locked
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

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