rollersright Posted April 26, 2006 Posted April 26, 2006 Hi All I am nearly ready to put my site live however I am having a small problem with some of my buttons. If you wouldnt mind please checkout this link to see what i mean http://82.37.75.68/catalog/conditions.php As you can see only the text has displayed, however on other pages it works like the link below http://82.37.75.68/catalog/contact_us.php The button graphics are displayed on some pages but not on others, anyone got an idea what i have done wrong to end up like this? Cheers Rollersright
spax Posted April 26, 2006 Posted April 26, 2006 The only button I see on those two pages is a form submit in contact_us.php and that is there as a default. It has the name 'Continue' on it because that is what's set as its value. <input type="submit" class="cssButton" value="Continue" /> I don't know what you're trying to do with the class="cssButton" but whatever it is, you need to set a rule for it in your stylesheet. You haven't as yet! In the conditions.php page, you have this ghost class again and the word Continue. <a href="http://82.37.75.68/catalog/index.php"><div class="cssButton"> Continue </div></a> If you want an image there, you need to call it <img src=""> Likewise, if you want an image in the form, you need to call that too. <input type="image" src="">
Recommended Posts
Archived
This topic is now archived and is closed to further replies.