[css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Donald Fruy
Hi all! I am searching a CSS way to disable a vertical scrollbar on a page. I succeeded with IE with the following CSS code : body { overflow-y: hidden; overflow: auto; } Do you know how to disable vertical scrolling in FF, Chrome and Safari ? Thanks in advance, -- Donald FRUY

[css-d] Tricky website layout

2010-09-26 Thread Donald Fruy
, -- Donald FRUY __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

[css-d] Tricky website layout

2010-09-26 Thread Donald Fruy
in advance, -- Donald FRUY __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported

Re: [css-d] Tricky website layout

2010-09-26 Thread Donald Fruy
); } #logo { position: relative; top:-25px; } -- Donald FRUY __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d

Re: [css-d] Drop Shadow for a div with rounded corners

2010-06-29 Thread Donald Fruy
On Tue, Jun 29, 2010 at 1:22 PM, Tim Climis tcli...@exchange.iu.edu wrote: On Monday, June 28, 2010 11:17:28 pm Rebecca Gessler wrote: Hi everyone, I am trying to add a drop shadow to my container div that has rounded corners on the top and bottom. I am using the 960 grid system:

Re: [css-d] learning html5

2010-06-29 Thread Donald Fruy
On Tue, Jun 29, 2010 at 7:18 PM, Claude Needham gxx...@gmail.com wrote: On Tue, Jun 29, 2010 at 9:22 AM, John j...@coffeeonmars.com wrote: Any suggestions on how one can learn html5? thanks! J Here are a few links I am trying to learn from: http://diveintohtml5.org/

Re: [css-d] Help with IE8, all other browsers look pixel perfect, pls give a few pointers

2010-06-29 Thread Donald Fruy
On Tue, Jun 29, 2010 at 7:39 PM, r...@catjuggling.com wrote: I have a page up at http://efri.dreamhosters.com and is loking fine in Firefox, Chrome and Safari, but IE8 looks broken as hell. Add a doctype and bring it back. There are also errors in the CSS. For example, there is a missing

Re: [css-d] first line of code

2010-06-17 Thread Donald Fruy
/body /html More info : http://www.w3.org/TR/html5-diff/ -- Donald Fruy On Thu, Jun 17, 2010 at 7:26 PM, bho...@aol.com wrote: Hi.  Dreamweaver automatically places the following line at the top of  the page: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR