Infiltration
THEORY
Ethics
Observations
 
PRACTICE
Abandoned Sites
Boats
Churches
Drains/Catacombs
Hotels/Hospitals
Transit Tunnels
Utility Tunnels
Various
 
RESOURCES
Exploration Timeline
Infilnews
Infilspeak Dictionary
Usufruct Blog
Worldwide Links
Infiltration Forums home | search | login | register

Reply
Infiltration Forums > Private Boards Index > Web/Graphic Design > Forms(Viewed 2652 times)
Xanadu location:
Las Vegas NV
 
 |  | 
Forms
< on 2/24/2007 12:39 AM >
Posted on Forum: UER ForumQuote
I use form submit buttons to pass variables to a php script, but I HEEEATE! the way buttons look. So is there anyway to ethier make buttons look like hyperlinks or use hyperlinks to perform the same function?



"Hey Fat Dave. <--Period"
stealthy   |  | 
Re: Forms
<Reply # 1 on 2/24/2007 12:45 AM >
Posted on Forum: UER ForumQuote
Posted by Crazydeep74
I use form submit buttons to pass variables to a php script, but I HEEEATE! the way buttons look. So is there anyway to ethier make buttons look like hyperlinks or use hyperlinks to perform the same function?


add to your stylesheet:

input {
border:none;
background-color:#EEEEEE;
}

or, if you want to style just the buttons:

input .button {
border:none;
background-color:#EEEEEE;
}

and the button 'code' should be as follows:

<input type="submit" class="button" value="submit" />



Infiltration Forums > Private Boards Index > Web/Graphic Design > Forms(Viewed 2652 times)
Reply

Add a poll to this thread



This thread is in a public category, and can't be made private.

Powered by AvBoard AvBoard version 1.5 alpha
Page Generated In: 31 ms