This is a discussion on "Input Boxes" within the Web Page Design section. This forum, and the thread "Input Boxes are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Input Boxes
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Input Boxes
Hi i made a photoshop template and i have made a Login Box and a Search box and i need help with the "Add Style" so when people go on the site in the Login box they will be able to type and the same with the "Search Box" so was wondering if any can help me with this "style the page to type over the search box" And same with the "Login Box"
Best Regards Aaron |
|
|
|
||||
|
Re: Input Boxes
wow matey...
I don't get what the hell you're going on about... can you send code, screen-shot, url????
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
||||
|
Re: Input Boxes
Aaron is saying that he designed an input box in Photoshop, and to use that input box that he designed in Photoshop. What steps should he take to accomplish this effect, I would imagine it would be something within CSS...style over the picture at this position, not sure though. I think that is what he means…right Aaron??
|
|
||||
|
Re: Input Boxes
you can apply background: to inputs with CSS for both normal and focused states.
input { background: #FFF url("foo.jpg") no-repeat top left; } input:focus { background: #FFF url("foo2.jpg") no-repeat top left; } etc etc. However from reading his post I think he wants a way to lay inputs over a background image i.e. his comp. That however is an approach that is more trouble than its worth.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Last edited by moojoo; Jan 26th, 2007 at 15:27. |
|
||||
|
Re: Input Boxes
I agree with moojoo, and just incase you did not know focus would be when the user clicks into the input box.
|
|
|||
|
Re: Input Boxes
Yes thats right Jacob but heres the url http://www.3d-modelling-art-online.com
on this in top right hand corner you see a Login box and in the right middle theres a search box. I was wonering how can i accomplish so when people visit the site click in the boxes and for example type there username and password and the same with the Search Box. As i have done this with Template With Photoshop Thanks Aaron |
|
||||
|
Re: Input Boxes
A photoshop template is just graphic elements not a functional web site,
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Input Boxes
That's all great guys, but :focus doesn't work on every browser...
Might need a little JS to help it out: <input onfocus="this.className+=' Focus';" onblur='this.className=this.className.replace(' Focus','');'... and change the CSS to... input:focus, input.Focus{ background: #FFF url("foo2.jpg") no-repeat top left; }
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
||||
|
Re: Input Boxes
Thats all well and good, but he is expecting a photoshop web site template to be functional in a browser which is the dillema.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
|||
|
Re: Input Boxes
hey
Thanx Aaron |
|
||||
|
Re: Input Boxes
Well, not to be mean but i think at this point any explanation will be over your head. i suggest reading up and learning at least the basics of xHTML/HTML and CSS prior to this endeavor.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Input Boxes
I agree with moojoo...
firstly you need to grasp the concept of what a website/webpage is. you need to understand the difference between a webpage and an image... the link you sent us is just a plain page with a bunch of images...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: Input Boxes
Hey i know webdesign and stuff
Thanks Aaron |
|
||||
|
Re: Input Boxes
You are using slices from what I can tell, what is holding you back is photo shop can't insert text inputs for you. You really need to slice it by hand and start from square one.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
||||
|
Re: Input Boxes
Turns out he was trying to accomplish this text box within flash, so I am helping him with it...lol
|
|
|||
|
Re: Input Boxes
Hey Jacob your right
|
|
||||
|
Re: Input Boxes
You cannot change many things in form elements with CSS. Font, size, color and background are the only things easily changeable. Extremely advanced JavaScript could let you have such a thing without plugins or Flash, however. In my opinion, using default inputs is the best. Unexperienced users need conformity, and to throw something unexpected at them is a recipe for disaster.
|
|
||||
|
Re: Input Boxes
I don't think were at a stage to even begin to consider cross-browser functionality, accessibility or usability...
it's all about the look!
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
||||
|
Re: Input Boxes
If its flash then I am going to hide my head back in the sand.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
![]() |
| Tags |
| login, search |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rounded boxes with CSS | stupid dog | Web Page Design | 7 | Aug 21st, 2007 18:22 |
| Way cool, super deluxe, nifty input boxes | Skelbo | Web Page Design | 3 | Aug 1st, 2007 20:56 |
| Help! I can't get my boxes to align!! | Moonlilly | Starting Out | 34 | Feb 1st, 2007 23:26 |
| drop-down menus / input boxes etc | ktsirig | Web Page Design | 3 | Oct 7th, 2005 09:15 |
| Search Boxes | giles | Databases | 12 | Jan 16th, 2004 23:31 |