RE: [WSG] Minimal forms or marking up a search field

2010-03-03 Thread michael.brockington
_ a) Submit button as label: >From a purely technical point of view, think what is supposed to happen when >you click on a Then think what happens when you click on a , and ask yourself which one is supposed to hap

[WSG] Design a DropDownList

2010-03-03 Thread Naim Latifi
Hi Guys, Does anybody know any link how to design dropdownlist control in css including listItems as well.? Thanks! Naim ** Naim Latifi Student of Computer Sc

Re: [WSG] Design a DropDownList

2010-03-03 Thread Haydyn phillips
http://htmldog.com/articles/suckerfish/dropdowns/ Best Hayd Naim Latifi wrote: Hi Guys, Does anybody know any link how to design dropdownlist control in css including listItems as well.? Thanks! Naim ** Naim Latifi Student of Computer Scie

Re: [WSG] Design a DropDownList

2010-03-03 Thread Haydyn phillips
http://htmldog.com/articles/suckerfish/dropdowns/ Best Hayd Naim Latifi wrote: Hi Guys, Does anybody know any link how to design dropdownlist control in css including listItems as well.? Thanks! Naim ** Naim Latifi Student of Computer Scie

Re: [WSG] Design a DropDownList

2010-03-03 Thread Haydyn phillips
http://htmldog.com/articles/suckerfish/dropdowns/ Best Hayd Naim Latifi wrote: Hi Guys, Does anybody know any link how to design dropdownlist control in css including listItems as well.? Thanks! Naim ** Naim Latifi Student of Computer Scie

Re: [WSG] lost my web projects

2010-03-03 Thread Uday
Hi Marvin, You can try Easy Recovery Pro. if your hard drive is detecting properly. I tried it. it can even recover lost partitions. make sure when you recover, select folder wise recovery. Link: http://www.ontrackdatarecovery.com/file-recovery-software/ Cheers!! *Uday Teware* *Web Design | We

Re: [WSG] Design a DropDownList

2010-03-03 Thread Ruthie BenDor
I've just implemented a dropdown menu of this sort, and ran into some IE6 and IE7 bugs using the "sons of suckerfish" approach. What worked for me was "Sons of Ursidae" method, http://css-class.com/articles/ursidae/ . One gotcha: Note that if the dropdown menu overlaps with a element, in

Re: [WSG] Design a DropDownList

2010-03-03 Thread Bruce P
This is much better than the other suckerfish. I find people get confused as well in ie when clicking on the top ite locks it down, and all other top links also "stick" down. What browsers does this not work in? thank you Bruce Prochnau BKDesign Solutions - Original Message - From

[WSG] Remove horizontal scroll in the page

2010-03-03 Thread Naim Latifi
Hi, I have realized that in a screen 17 inches I have the horizontal scroll. Below is the code for the container that I have in a page. #container{ -moz-background-clip: border; -moz-background-inline-policy: continuous;-moz-background-origin:padding; width:1085px;

Re: [WSG] Design a DropDownList

2010-03-03 Thread Henrik Madsen
With sons-of-suckerfish I was able to fix the sticking down issue in IE with jQuery: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js ">