Noodle7
09-15-2006, 02:20 AM
Hi there
How do you create rounded box ( which is opaque - can see background image) holds the nav bar, #topleft .textblock {
text-align: left;
position: absolute;
width: 230px;
height: auto;
top: 15px;
left: 14px;
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.50;
-khtml-opacity: 0.5;
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
font-weight: bold;
letter-spacing: 2px;
line-height: 22px;
padding: 0px;
align: left;} this is code but I know want to create rounded edges any ideas?
How do you create rounded box ( which is opaque - can see background image) holds the nav bar, #topleft .textblock {
text-align: left;
position: absolute;
width: 230px;
height: auto;
top: 15px;
left: 14px;
opacity: 0.5;
filter: alpha(opacity=50);
-moz-opacity: 0.50;
-khtml-opacity: 0.5;
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
font-weight: bold;
letter-spacing: 2px;
line-height: 22px;
padding: 0px;
align: left;} this is code but I know want to create rounded edges any ideas?