[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

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 |

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 select element,

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: script type=text/javascript src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js /script script type=text/javascript!--//--![CDATA[//!-- jQuery(document).ready(function() { jQuery(#nav

Re: [WSG] Remove horizontal scroll in the page

2010-03-03 Thread William Parry
http://lmgtfy.com/?q=css+remove+horizontal+scrollbar Honestly, Google is pretty good at finding information. On Thu, Mar 4, 2010 at 9:10 AM, Naim Latifi naimlatif...@hotmail.comwrote: Hi, I have realized that in a screen 17 inches I have the horizontal scroll. Below is the code for the

Re: [WSG] Remove horizontal scroll in the page

2010-03-03 Thread Chris F.A. Johnson
On Wed, 3 Mar 2010, Naim Latifi wrote: 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;

Re: [WSG] lost my web projects

2010-03-03 Thread James Ellis
Hi As this is a web design dev list please keep the discussions on-topic. If anyone wants to help Marvin please contact him directly. Thanks James (core admin bod) On Thu, Mar 4, 2010 at 7:57 AM, Uday uday.tew...@gmail.com wrote: Hi Marvin, You can try Easy Recovery Pro. if your hard drive

[WSG] IE8 bug?

2010-03-03 Thread cf
Hi all, I have run in to what seems to be an IE8 bug - IE8 doesn't respond to internal links (as in, same page links) on a demo site I'm working onyet IE6 and IE7 do! eg. a id=top name=top/a ul    liblah blah blah/li    liblah blah blah/li /ul a href=#topback to top/a I tried

Re: [WSG] IE8 bug?

2010-03-03 Thread Micky Hulse
Has anyone come across this issue before? (and better yet, come across a fix??) Not sure if this will help, but I suggest using a div instead of an href: div id=top.../div ulliblah blah blah/liliblah blah blah/li/ul I have not used named anchors in ages. Hope you get it figured! M

RE: [WSG] IE8 bug?

2010-03-03 Thread Thierry Koblentz
I have run in to what seems to be an IE8 bug - IE8 doesn't respond to internal links (as in, same page links) on a demo site I'm working onyet IE6 and IE7 do! eg. a id=top name=top/a ul liblah blah blah/li liblah blah blah/li /ul a href=#topback to top/a I tried Googling and

[WSG] Rendering mismatch in IE6 and IE7

2010-03-03 Thread Chakravarthy, Srikanth
Hi, I am working on a project that uses JSF with Richfaces and Ajax4jsf. All the pages were developed using IE7.0 and they appear properly on it. The same page is rendered a bit differently on the other browsers such as Firefox, Chrome. But the discrepancy is only w.r.t to the borders that

RE: [WSG] Rendering mismatch in IE6 and IE7

2010-03-03 Thread Thierry Koblentz
I am working on a project that uses JSF with Richfaces and Ajax4jsf. All the pages were developed using IE7.0 and they appear properly on it. The same page is rendered a bit differently on the other browsers such as Firefox, Chrome. But the discrepancy is only w.r.t to the borders that are