Re: [css-d] setting transparency on Spry menu in IE7 -- NEVERMIND!

2008-06-08 Thread David Laakso
Peggy Coats wrote: > got this one figured out, so ignore previous request. > > Thanks, > > Peg > re: page -- http://www.ambientglow.com/garage/pmsca/web/sample-index.html menu css -- http://www.ambientglow.com/garage/pmsca/web/SpryAssets/SpryMenuBarHorizontal.css Cool! Would you care to

[css-d] IE8 rendering

2008-06-08 Thread Stephen Davis
I'll wait then, if it is to be web standard compliant it will save me a lot of work. Regards Steve Davis __ Sent from Yahoo! Mail. A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html __

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Gunlaug Sørtun
Bill Brown wrote: > While on some level, I was aware that these two things refer to > different mechanisms, I'm also of the understanding that they are > intrinsically linked, even if only because IE's quirks mode switch is > contingent on the doctype. All browsers have a "doctype switch" - un

[css-d] submenu height not displaying fully in FF, Safari

2008-06-08 Thread Peggy Coats
Still working on this draft page and having a problem with display in FF (both IE and Mac) and Safari: page -- http://www.ambientglow.com/garage/pmsca/web/sample-index.html menu css -- http://www.ambientglow.com/garage/pmsca/web/SpryAssets/SpryMenuBarHorizontal.css When I mouseover the menu ite

[css-d] setting transparency on Spry menu in IE7 -- NEVERMIND!

2008-06-08 Thread Peggy Coats
got this one figured out, so ignore previous request. Thanks, Peg __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-dis

[css-d] setting transparency on Spry menu in IE7

2008-06-08 Thread Peggy Coats
I'm working out the kinks on a draft page with a horizontal Spry menu: page: http://www.ambientglow.com/garage/pmsca/web/sample-index.html Spry menu css: http://www.ambientglow.com/garage/pmsca/web/SpryAssets/SpryMenuBarHorizontal.css The background should be transparent (to show background ima

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Bill Brown
Gunlaug Sørtun wrote: > Makes sense, but you're confusing "Transitional" vs. "Strict" doctypes > with browsers' layout modes. > > See "doctypes and layout modes... > > ...and notice that there are only two modes - "quirk" and "standar

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Gunlaug Sørtun
Bill Brown wrote: > To be honest, I'm surprised it worked at all in the Transitional > doctype. I don't use the transitional model simply because I find it > too unpredictable. You'll find others on here who use it exclusively. > Presumably because it creates results more in tune with /their/ >

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Patrick James
Hi You need to specify the units. 5px or 5em, but just '5' won't do it :) Patrick On 8 Jun 2008, at 16:16, Thane Sherrington wrote: > I noticed that if I use the following code: > > > #RightGraphic{ > position: absolute; > top: 5; > right: 5; > } > > > id="Righ

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread David Laakso
Thane Sherrington wrote: > I noticed that if I use the following code: > > > #RightGraphic{ > position: absolute; > top: 5; > right: 5; > } > > > id="RightGraphic" width="69" height="82" border="0" /> > > with , > then it image goes to the far right as expect, but

Re: [css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Bill Brown
Thane Sherrington wrote: > > #RightGraphic{ > position: absolute; > top: 5; > right: 5; > } > [snip] > It moves back to the left. Changing the top and right to 5% makes it > work fine. Is this a feature of the strict setting, or is it > something else I don't com

[css-d] XHTML 1.0 Strict and absolute positioning

2008-06-08 Thread Thane Sherrington
I noticed that if I use the following code: #RightGraphic{ position: absolute; top: 5; right: 5; } with , then it image goes to the far right as expect, but when I switch to: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> It moves back to the lef

Re: [css-d] Space between topper and content

2008-06-08 Thread Holly Bergevin
From: Kim Brooks Wei <[EMAIL PROTECTED]> >http://njlada.com/ > >I have a small space between my topper and contentwrap which I can't >find the source of . . . help, please . . . Try this selector - #topper img {vertical-align: bottom;} /* or display: block, either will work */ Since images ar