PDA

View Full Version : Border help


wAnBoA
10-04-2008, 03:21 AM
Hi, i just bought vB and trying to create a theme. It's something new to me. So please bare with me. :D
How do i edit this border's color and make it rounded like the following etc...
https://vborg.vbsupport.ru/external/2008/10/62.jpg

I tried to search for ans on this link but couldn't. Any kind hearted can help me?
http://www.vbulletin.com/docs/html/main/stylesintro

Lynne
10-04-2008, 03:56 PM
It's right in the page source.... that is class fieldset. Looking in the css (url is in the page source):
fieldset{border:1px solid #D0D0BF;padding:8px;-moz-border-radius:5px}

wAnBoA
10-04-2008, 07:22 PM
Thanks Lynne!! I got it now. Thanks alot

wAnBoA
10-06-2008, 02:29 AM
Okay. Just wondering why it's not working on IE 7? It looks fine with Firefox

Lynne
10-06-2008, 03:09 AM
Well, it is "-moz-border-radius" which I would think to mean "mozilla". I think you need to use images to get rounded corners in ie.

Does IE/Opera have anything like "-moz-border-radius" ? - Dev Shed (http://forums.devshed.com/css-help-116/does-ie-opera-have-anything-like--moz-border-radius-457824.html)
-moz-border-radius - FreeWebspace.net (http://www.freewebspace.net/forums/showthread.php?t=2211577)