Help, Anyone who could help me redesign my script, i just want only the drop down list box be change. Here is the link of my site http://oxyclass.0fees.net/ And here is the one i want it to be http://i53.tinypic.com/nowwo4.jpg I just want only the encircle ones Thanks
It doesn't appear to be a scripting issue. Who ever created that web page either used CSS3 to create that or they used images to create the effect. You could do the following: input, textarea { border-radius:4px; background:[color] url('path to img/img.jpg') [repeat]; } Code (markup): Anything along those lines and I think you'd get the look you seek!
I am really newbie about this thing, so does it mean that i should not edit the html, The css only the should i edit? is that you mean?
Make a css class like AtomicPages told and give that class to your input or dropdown. Just add 2 more lines in that class so it can support all the browsers input, textarea { border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; -khtml-border-radius:4px; background:[color] url('path to img/img.jpg') [repeat]; }
Sir need help i dont know where to insert the code, here is my current css code, hope you can help me