Jump to content

RFSumerall

Members
  • Posts

    5
  • Joined

  • Last visited

RFSumerall's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Well that works. I swear I tried that, I must have uploaded it wrong. Thanks though!! Have a great day!
  2. I'm trying to make my login look like this: I began with trying to make the borders how I want, but I've run into a roadblock. I can get the existing borders to go away, but once I do that I can't add in a bottom border. I've tried looking for a tutorial, but none of them are really helping. Can someone point me in the right direction? I'm not necessarily asking for code to make it work; if it's easier to just direct me to a website that would be fine. Thanks,Rebecca Here is my code: <div id="login"><form method=post action="http://host.onlineprintsolutions.com/gandyprinters/login.asp"><input onfocus="if(this.value == 'Username'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Username';}" id="name" value="Username" /><input onfocus="if(this.value == 'Password'){this.value = '';this.type='password';this.value=''}" type="text" onblur="if(this.value == ''){this.type='text';this.value='Password';}" id="name" value="Password" /><input class="clsSubmit" type=submit value="Go" id=submit1 name=submit1 onClick="if ((user.value=='') && (password.value=='')){alert('Please enter your user name & password');return false}"></form></div> Here is my css: #login input {border:0;}
  3. I'm styling a login, and I've just about got it. I've run into a problem, and I can't find anything helpful on the issue. I has the values for the form set to "Username" and "Password" to prompt users. I already have onfocus and onblur affecting it. How can I change the input type to password when a user inputs their password? Just to clarify, I'm not necessarily asking for the code itself. I would love an article/reference website that I can learn from. Thanks,Rebecca Here is the code I have: <div id="login"> <form method=post action="http://host.onlineprintsolutions.com/gandyprinters/login.asp"> <input onfocus="if(this.value == 'Username'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Username';}" id="name" value="Username" /> <input onfocus="if(this.value == 'Password'){this.value = '';}" type="text" onblur="if(this.value == ''){this.value='Password';}" id="name" value="Password" /> <input class="clsSubmit" type=submit value="Go" id=submit1 name=submit1 onClick="if ((user.value=='') && (password.value=='')){alert('Please enter your user name & password');return false}"> </form></div>
  4. Hi all, I am currently brushing up on some skills, and I've run into an issue. I'm working with a double line van menu, and I want to include drop downs throughout the menue. The drop downs are ok for the bottom line, but the top line is having some issues. I've attached the file I'm working with. Bonus to anyone who can help me get the css styling the first level of the nav to stop affecting the second level. Thanks,Rebecca index2.html
×
×
  • Create New...