CSS Problem
5 posters
Page 1 of 1
CSS Problem
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;
Re: CSS Problem
- 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
Re: CSS Problem
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
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.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: CSS Problem
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
Re: CSS Problem
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;{
RiSk.TeraCs- New Member
- Posts : 18
Reputation : 1
Language : Romania
Re: CSS Problem
@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
@msedgley to make your forum (whole forum) add this to CSS
- Code:
.bodyline {
-webkit-border-radius: 5px;
border-radius: 5px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Founder: Kind of a password problem, mostly an e-mail problem
» signature problem and editor problem
» Problem with ads
» Little Problem
» [ONLY TOPIC] Suspicious activity
» signature problem and editor problem
» Problem with ads
» Little Problem
» [ONLY TOPIC] Suspicious activity
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum