Click to See Complete Forum and Search --> : Dreamweaver Navigation Buttons


mvn102
08-07-2011, 11:52 AM
I am trying to develop a website with dreamweaver and I am having troubles creating different types of buttons. The only one I can find is the submit button. I am looking for a variety of shapes and colors to choose from. Does this exist in dreamweaver and if not what other options could I do for creating different colored and shaped navigations buttons.

Thanks,

TomTom100
08-07-2011, 01:57 PM
If you want to style buttons you will need to either create your own buttons using divs etc. or add CSS (cascading style sheet) rules to the button here's a page that might help http://www.tyssendesign.com.au/articles/css/styling-form-buttons/


Hope it helps
Thomas

jantanik
09-01-2011, 11:35 PM
If you want to style buttons you will need to either create your own buttons using divs etc. or add CSS (cascading style sheet) rules to the button here's a page that might help http://www.tyssendesign.com.au/articles/css/styling-form-buttons/


Thanks for sharing Thomas. Its really helpful for me.