• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

CSS Help!

Thanks dude, but may be I should be more concise... That would make the cursor turns into a hand.

What I need is to make a search button turns into a hand when hovering over. Because right now this:

<label>Search Terms:
<input type="text" name = "Words" size="30" maxlength="100" class="formboxes" />
</label>
<input type="submit" name="buttsubmit" value="Search" class="buttons" />

would just be a mouse pointer if I hover over the "Search" button. Is there anyway that I can create an inline style for the search button so that when I hover over it, the cursor would turn into a hand?
 
Add this to the button:
style="cursor😛ointer;"

Trevor

PS: Please don't use cursor:hand; It makes Mozilla users sad.
 
Back
Top