Using CSS buttons instead of images
Before I blowout all the CSS on my site. I was wondering if there is a way to use the CSS button I've created instead of the template's images.
Is there an option to turn off all button images that are called out in HTML?
Once I -possibly- disable the button images, I was going to jump into the buttons.stylesheet.css and update them that way.
Re: Using CSS buttons instead of images
Re: Using CSS buttons instead of images
Also, be sure to look at the CSS Buttons contribution in Free Software Add Ons.
Rob
Re: Using CSS buttons instead of images
i'm using the css buttons option in 1.5,
however the submit button is still the image type,
where do i 'define' or add this button to the definitions/list so this too is a css button?
Re: Using CSS buttons instead of images
just to clarify
i'd like to change this
PHP Code:
<input type="image" src="includes/templates/z150/buttons/english/button_submit.gif" alt=" Submit the Information " title=" Submit the Information " />
to this
PHP Code:
<input class="cssButton button_submit" onmouseover="this.className='cssButtonHover button_submit button_submitHover'" onmouseout="this.className='cssButton button_submit'" type="submit" value=" Submit the Information " />