Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
On 9/09/2011 10:14 AM, David Laakso wrote: On 9/7/11 11:15 PM, John wrote: re: * html #BannerText { position: absolute; top:0; left:67px; } David, if someone was to have a larger text-size setting in any browser, that banner text will not b

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
On 9/09/2011 10:14 AM, David Laakso wrote: On 9/7/11 11:15 PM, John wrote: re: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; lef

Re: [css-d] Mysterious Div URL

2011-09-08 Thread Jay Tanna
The easiest way is to add this code in your CSS file : #newslinks { background-color: lime; } You may also like to know that your home page is not a Standards Compliant page because it is missing lots of things at the top. The page should always s

Re: [css-d] Win IE 6 issues [EC]

2011-09-08 Thread David Laakso
Error Correction:: Hacks 4 IE 6/7 revised to read: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px;} /*4ie6*/ * html #TextHead_Home { margin-top:58px;position:relative; } * html #BannerText { position: absolute; top:0; left: 278px; } Best, ~d ___

Re: [css-d] Win IE 6 issues

2011-09-08 Thread John
On Sep 8, 2011, at 5:14 PM, David Laakso wrote: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; left:67px; } reference: tha

Re: [css-d] Win IE 6 issues

2011-09-08 Thread David Laakso
On 9/7/11 11:15 PM, John wrote: re: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; left:67px; } reference:

[css-d] Mysterious Div URL

2011-09-08 Thread Nancy Timper
DUH. http://www.datecreekranch.com thanks __ css-discuss [css-d@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/pol

[css-d] Mysterious Div

2011-09-08 Thread Nancy Timper
(I admit I don't know nearly enough about CSS. So please be kind. And I built this page a while ago.) I'm trying to do something so simpleadd a background color to the div #newslinks. Previews OK in DW CS5; when live, nada. Furthermore, trying to target elements within the div gets me nowhe

Re: [css-d] Win IE 6 issues

2011-09-08 Thread John
On Sep 7, 2011, at 6:16 PM, Alan Gresley wrote: On 8/09/2011 8:58 AM, John wrote: I have a page which Safari and Firefox (Mac and Win FF) display correctly but Win IE 6 gets a few things really wrong. 3 BIG things I see: mangles my header type at the top...instead of being vertically cente