FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

<FIELDSET> ?

 


UberKnights
Hi, I'm just fiddling around with some CSS and stuff on a web page I'm making and I tried using the <FIELDSET> tag. My question is: How do I define the border color of the feildset and can this be done with CSS?
Thx

Heres my code if you want to look at it
Code:

<FIELDSET  class="nav">
<LEGEND align="right"> Navigation</LEGEND>
<P><a href="#">test link1</a><br />
<a href="#">test link2</a><br />
<a href="#">test link3</a><br />
</P>
</FIELDSET>
chris20
just set it with the css border property

this site can help you out a bit with styling fieldsets...

http://www.pixy.cz/blogg/clanky/css-fieldsetandlabels.html
welshsteve
Have a look at the CSS for this contact page I created. I've styled this using CSS

http://swweb.frih.net/feedback.html
blueray
Within you head tag
add this

Code:
<style type="text/css">
.nav {
   border: solid 1px #000000; /* this is the style, width and color of the border */
}
</style>


Her is the reference you can checkout
http://www.w3schools.com/


Hope this help
v3rt1go
Hi,
You can also define a style for the legend tag. Defining colors, font weight or size and margins, so you can separate the legend from the fieldset borders.

Code:

legend { color: #f00;
font-wieght: bold;
margin: 0 5px; }

Good luck!
UberKnights
Ok thx guys, I got it going great!
Thx for your help! Very Happy

PS: welshsteve, your page is great but the textbox sticks out of the fieldset, at least on my computer, running FF 2.0 at 1280x1024
welshsteve
UberKnights wrote:
Ok thx guys, I got it going great!
Thx for your help! Very Happy

PS: welshsteve, your page is great but the textbox sticks out of the fieldset, at least on my computer, running FF 2.0 at 1280x1024


I'll take a look at that and see if I can sort it. I put it together very quickly so didn't pay too much attention Wink Very Happy
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.