The Arcive of vBulletin Modifications Site. |
|
Rounded corners all browsers Details »»
|
|||||||||||||||||||||||||||
This will get your rounded corners on your site.
Stick this code in your additional.css template and upload the attached file to your forum root ie the same folder that your forum is located in. Now a word of warning, this will get you your basic rounded corners, it won't look like the demo style. To get the best effect use it with a style that has rounded corners in it, the idea behind this mod is to have the rounded corners display in IE. Code:
#bsb {
behavior:url(border-radius.htc);
border-radius: 20px;
-moz-border-radius-top{vb:stylevar left}:20px;
-moz-border-radius-top{vb:stylevar right}:20px;
-webkit-border-top-{vb:stylevar left}-radius:20px;
-webkit-border-top-{vb:stylevar right}-radius:20px;
-khtml-border-top-{vb:stylevar left}-radius:20px;
-khtml-border-top-{vb:stylevar right}-radius:20px;
}
Live Demo - Default Style http://www.the-sps.org/forum.php?styleid=61 Download Now
Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Demo?
Attached file is not here? |
|
#3
|
|||
|
|||
|
Sorry, added the file and you can view the demo link.
Let me know if you have any problems, I'm only posting this because it works on my site and others seem to be having problems with it. |
|
#4
|
|||
|
|||
|
I have just uploaded it, not got the rounded edges.
The file is there, and the CSS is modified. I have no forum accelerators that may be caching the CSS. |
|
#5
|
|||
|
|||
|
What's your site.
|
|
#6
|
||||
|
||||
|
tagged..
|
|
#7
|
|||
|
|||
|
|
|
#8
|
|||
|
|||
|
You have rounded corners showing in IE!!!
|
|
#9
|
|||
|
|||
|
Doesn't work for me in my style...
Edit: No need for help anymore... After seeing the demo sites, those rounded corners are not what i expected, do i have now pressed Uninstalled. |
|
#10
|
|||
|
|||
|
The rounded corners will work providing you have a style that uses rounded corners. The main purpose of this mod is to allow your style to show those lovely rounded corners in IE.
|
![]() |
|
|