HighDots Forums  

Re: Make submit look like a text link

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Make submit look like a text link in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Peter May
 
Posts: n/a

Default Re: Make submit look like a text link - 01-05-2009 , 04:21 PM






Lars Eighner pisze:
Quote:
This is crossposted because if what I want to can be done, I don't know
whether it would be done with INPUT or BUTTON.

What I want to do is to make a submit form control look like a text link.
There is no need. Just a normal input type submit duly given style. It
works everywhere, even in the off javascript. Example:

<input type="submit" value="OK" name="submitme" id="submitme" />

input{
border:0;
background:none;
text-decoration:underline;
/* Corrects for IE */
width:auto;
overflow:visible;
}

That's all.

--
Peter


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.