This has probably been asked a ton of times.. |
This has probably been asked a ton of times.. |
Jul 11 2007, 01:33 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jan 2007 Member No: 497,176 |
But I reallllly need the code for this type of box..
![]() All the ones I find have a squared border and i need it rounded like that one ^^ please and thankkkk you!! |
|
|
|
![]() |
Jul 11 2007, 04:50 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 |
Actually, the code that "ximxaxfakex" gave is the correct code for the rounded corners. Except, the corners are only rounded in Internet Explorer, and they are square in Mozilla Firefox. So the corners will only be rounded in Internet Explorer and not in Mozilla Firefox. But in order for the corners to be round in Firefox you must use this code:
CODE <fieldset style="-moz-border-radius: 7pt;"><legend>TITLE HERE</legend>
content </fieldset> |
|
|
|
TheJenParade This has probably been asked a ton of times.. Jul 11 2007, 01:33 PM
ximxaxfakex CODE<fieldset><legend>TITLE HERE</l... Jul 11 2007, 02:23 PM
ximxaxfakex i don't know, i just found it.
and it worked f... Jul 11 2007, 03:48 PM
ximxaxfakex QUOTE(Alvin @ Jul 11 2007, 05:50 PM) Actu... Jul 11 2007, 05:02 PM
Alvin It should be rounded in both. Try it and see, if i... Jul 11 2007, 05:08 PM
Alvin QUOTE(ThomasC @ Jul 11 2007, 05:21 PM) Al... Jul 11 2007, 05:27 PM
Alvin Oh okay, well I thought it would work since I was ... Jul 11 2007, 05:31 PM![]() ![]() |