|
StevieB -> RE: How I'm spending my vaction, CSS check? (2/7/2006 12:30:53)
|
The inline thing didn't really have to be a <p> tag I was just trying to see in I could set the inline in the css, In the header of my page I have: <form name="font_select" action="GET" style="display:inline; FONT-SIZE: 10px; COLOR: #a5222b; FONT-FAMILY: verdana, arial, helvetica, sans-serif;"> <input type="button" onclick="javascript:fontsizedown();" value=" - " /> <input type="button" onclick="javascript:fontsizeup()" value=" + " /> <p style="display:inline; FONT-SIZE: 12px; color: #003277; FONT-FAMILY: Verdana, Arial, helvedica, sans-serif"> Adjust Font Size</p></form></div>
The inline is needed to keep the form from expanding to two lines. I was trying to avoid the inline inline(?) OBTW The li active thing is really cool! I used it in the side nav and it works beutifuly all except er, uh the color I chose (lol) Thanks again, Steve
|
|
|
|