Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   rounded corners (http://www.bvlist.com/showthread.php?t=4240)

el-curry 13th January 2010 19:38

rounded corners
 
How do i make this corners rounded?
I have try to do it in the css but i doesent get i to work PLZ help!:sos:http://data.fuskbugg.se/skalman01/------pic.jpgl

wMan 13th January 2010 19:39

-moz-border-radius:8px; add this to css where those borders are defined :D

el-curry 13th January 2010 19:58

Quote:

Originally Posted by wolfman (Post 19466)
-moz-border-radius:8px; add this to css where those borders are defined :D

Yes i have try that but i cant make it work, i dont know why?:wallbash:

wMan 13th January 2010 20:00

what web browser u use ?

el-curry 13th January 2010 20:03

Quote:

Originally Posted by wolfman (Post 19469)
what web browser u use ?

I'am using firefox 3,5

wMan 13th January 2010 20:08

get a web developers toolbar

el-curry 13th January 2010 20:24

Quote:

Originally Posted by wolfman (Post 19471)
get a web developers toolbar

okey i will do that:nosepick:

wMan 13th January 2010 20:47

when u get it go to ur page press mouse right button then web developer > css > view style information ... use mouse target and move it to block u need to round and click
then will aper css info log there will be writen hove block is called and in what css file and line defined so that's where u will need to add moz border thing like
open default.css
body{
width:1000px;
margin:0 auto;
border:1px solid #000;
-moz-border-radius:8px;
}

:D simple


All times are GMT +2. The time now is 16:34.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.