Old 10-10-2005   #1 (permalink)
dar
Guest
 

Posts: n/a

Login boxes

I'm not sure if this should go in here or the web code part. I've seen in some Photoshop website templates some login and password boxes with nice fx on them and wanted to include them in my own designs instead of using the standard boring ones, how are they converted from an image to an actual login box on a html page? Or is this not possible?
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-10-2005   #2 (permalink)
Registered User
 
GoldNetX's Avatar
 

Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294
Images: 5

Send a message via AIM to GoldNetX
http://www.gusmayo.gwgaming.net/

If you mean like the buttons on my shoutbox then this is thecode I use:


This is the information for the form items, they are a bit different than the submit button

HTML CODE:

Code:
<div id="nameinput">

<input type="text" style="background-color: transparent; border: solid 0px #FFF; width: 85px; font-family: Verdana, sans-serif; color: #3DB4F9; font-size:10px;" maxlength="20" name="name">

</div>


<div id="linkinput">

<input type="text" style="background-color: transparent; border: solid 0px #FFF; width: 85px; font-family: Verdana, sans-serif; color: #3DB4F9; font-size:10px;" maxlength="100" name="site"/>			

</div>


<div id="textinput">

<textarea style="background-color: transparent; border: solid 0px #FFF; width: 115px; height:93px; font-family: Verdana, sans-serif; color: #3DB4F9; font-size:10px;" name="text1"></textarea>

</div>

CSS CODE:

Code:
#nameinput{
padding-left:6px;
padding-top:5px;
height:28px;
width:103px;
background-color: transparent;
background-image:url(images/images_05.png);
background-repeat: no-repeat;
}

#linkinput{
padding-left:6px;
padding-top:7px;
height:28px;
width:103px;
background-color: transparent;
background-image:url(images/images_09.png);
background-repeat: no-repeat;
}

#textinput{
padding-left:6px;
padding-top:4px;
height:105px;
width:132px;
background-image:url(images/images_18.png);
}
To make the submit button:
Code:
<a href="javascript:void(document.yourFormName.submit())"><img border="0" src="yourButton.imageFormat" /></a>
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-10-2005   #3 (permalink)
dar
Guest
 

Posts: n/a

Yes that's what I was thinking of. I understand how to do it now, thanks
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-10-2005   #4 (permalink)
Tech Support
 
Man1c M0g's Avatar
 
Tournaments Won: 1

Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,202
Blog Entries: 21
Images: 3

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Thanks for that code GoldnetX - even I've learned something!
__________________
Man1c M0g is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-10-2005   #5 (permalink)
Registered User
 
GoldNetX's Avatar
 

Join Date: Nov 2003
Location: Pittsburgh, PA
Posts: 294
Images: 5

Send a message via AIM to GoldNetX
Hehe...no problem.
__________________

www.gusmayo.com
- Maybe a story or two -


www.jaloobie.com
... your new home ...

www.webinkproductions.com
- professional web application design -
GoldNetX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Login Help Space Cowboy HTML / PHP / ASP / JS 11 06-01-2005 10:02 AM
Text boxes that scroll... Runecaster HTML / PHP / ASP / JS 12 08-02-2004 08:43 PM
Login codeing Stiker HTML / PHP / ASP / JS 16 04-19-2004 01:23 PM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT