dbo Posted August 22, 2007 Share Posted August 22, 2007 First time posting in the CSS forum - woohoo! Anyways... I'm curious if the CSS gurus know if there are any prebaked CSS libraries/stylesheets with control themes. There might be a better name for it than this, but basically what I'm looking for is a stylesheet that defines a default for how text boxes, buttons, textareas, dropdowns etc look. I think having a handful of standard stylesheets that I can swap in/out depending on the project would be a handing thing to have. If I have to write them from scratch I can do it, but I figure it'd be more helpful if there is already some stuff out there for me to start from. Thanks for the help Quote Link to comment Share on other sites More sharing options...
moberemk Posted August 22, 2007 Share Posted August 22, 2007 The best way would be to build up your own library; failing at that, http://blog.html.it/layoutgala/ could be a good way to start out on layout styles. Quote Link to comment Share on other sites More sharing options...
dbo Posted August 22, 2007 Author Share Posted August 22, 2007 Thanks for the reply. Perhaps I was unclear. I'm certainly not an expert at CSS and don't develop all my sites with a pure CSS layout, but I'm no newbie either. I'm not really looking for a library of templates as the link that you gave seemed to suggest. I'm looking for one or more stylesheets that set the properties for form controls (buttons, textarea, textbox, checkbox, radiobutton, drop down menu, etc etc). I can absolutely write my own from scratch if that's where it ends up. It just seems like this is a basic enough thing that there ought to already be some stuff out there. Quote Link to comment Share on other sites More sharing options...
dbrimlow Posted August 22, 2007 Share Posted August 22, 2007 Here you go. Roger (one of the most respected pros in the biz) both explains how it is done, then shows you how it is done, then provides the css for how he did it. http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/ Quote Link to comment Share on other sites More sharing options...
dbo Posted August 22, 2007 Author Share Posted August 22, 2007 Great, thanks! I actually stumbled on this last night too Quote Link to comment Share on other sites More sharing options...
AndyB Posted August 22, 2007 Share Posted August 22, 2007 And while you're at it, remember to include something for fieldset and legend styling - two really important (and usually overlooked) parts of good form layouts. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.