Jump to content
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Sign in to follow this  
Anastasis

Style σε φόρμες

Recommended Posts

 

Συνήθως οι φόρμες που χρησιμοποιούμε στις σελίδες μας, δίχνουν κάπως βαρετές icon_razz.gif
Μπορεί να αλλάξετε το background, το χρώμα των γραμμάτων ακόμα να προσθέσετε φωτογραφίες ως buttons σε μια προσπάθεια να κάνετε την φόρμα λίγο ποιό ωραία ! Τώρα όμως μπορείτε να αλλάξετε τα χρώμματα των πραγματικών στοιχείων της φόρμας. Αυτά είναι τα Text Input Field, τα Drop Down Menus και τα Buttons ! Οι παρακάτω κώδικες λειτουργούν μόνο με Netscape 6+ ή IE 4+.

Buttons :

κώδικας:
<form>
<input type="submit" style="background-color: #CED6FF" value="Πατήστε αυτό το ωραίo button">
</form >



Text Input Field:

κώδικας:
<form>
<input type="text" name="coloredRed" size="24" style="background-color: #0080FF" value= "Ωραίο Χρώμμα">
</form>



Drop Down Menus:

κώδικας:
<form>
<select name = "colorpretty" style="background-color: #2BD926">
<option> Επιλογή 1 </option>
<option> Επιλογή 2 </option>
<option> Επιλογή 3 </option>
</select>
</form>

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×