Re: [css-d] Reliable Web Design Resources

2011-01-04 Thread Felix Miata
On 2011/01/04 12:31 (GMT-0500) Rich M composed: it has come to light that I need to find a better means of obtaining reliable and dependable information for Web Design concepts I'm increasingly finding that via my current methods the information I'm getting is not very dependable, especially

Re: [css-d] Reliable Web Design Resources

2011-01-04 Thread Charlie Derr
On 01/04/2011 12:31 PM, Rich M wrote: > Hi, > > it has come to light that I need to find a better means of obtaining > reliable and dependable information for Web Design concepts. For > example, I've seen websites employ various techniques such as overlaying > a box in the z-dimension over the mai

[css-d] Reliable Web Design Resources

2011-01-04 Thread Rich M
Hi, it has come to light that I need to find a better means of obtaining reliable and dependable information for Web Design concepts. For example, I've seen websites employ various techniques such as overlaying a box in the z-dimension over the main screen and shading the main screen behind i

[css-d] Styling a search form

2011-01-04 Thread Gabriele Romanato
Another work for css-discuss. This time I'm using a dirty positioning trick on a basic search form: http://onwebdev.blogspot.com/2011/01/styling-search-form-with-css.html You can also use a background image, but if you do so, the user will be forced to press Enter to submit the form. HTH :