Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread WV Mike

That worked!!!
http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
Thanks a bunch for your persistence.

-Mike
===

At 03:30 PM 3/17/2006 , ~davidLaakso wrote:
>Mike,
>As of this writing(3:25p EST) this fixes in on a *local* file on my end in 
>ie & ff:
>You have declared the footer selector twice on your styesheet. Delete the 
>/bottom/ footer selector. Add background-color: fuchsia;(test color) to 
>the footer selector that has not been deleted. And declare width; 100%; on 
>it.  Leave the wrapper with a width: 99%;  If this does not resolve on 
>your server, then I am afraid I can't help.
>Regards,
>~davidLaakso
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread Zoe M. Gillenwater
WV Mike wrote:
> On this page:
> http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
> a thin line shows up at the bottom, left edge of the header in IE 6.
>
> No line in  Mozilla WIN and Opera 8.5.
>   

Mike,

I can't reproduce this on IE6 on WinXP.  Did you fix it?

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread ~davidLaakso
~davidLaakso wrote:
> Mike Breiding - Morgantown WV wrote:
>> At 11:14 AM 3/17/2006 , ~davidLaakso wrote:
>>> WV Mike wrote:

 On this page:
 http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
 a thin line shows up at the bottom, left edge of the header in IE 6.

 No line in  Mozilla WIN and Opera 8.5.

 Any fixes for this?

 Thanks,
 -Mike

   
>>> Adding a width: 99%; to the wrapper selector /may/ make it go away. 
>>> Although may need same on the footer selector?
>>> aside: Tidy Online will point out, and correct, most of the markup 
>>> errors (you may need to hand insert alt attributes) that is 
>>> preventing the file from validating. Validate the css. A darker 
>>> green on the content- text links will look better. And deleting the 
>>> unserifed font-family would be a nice touch (ride on Georgia).
>>> ~davidLaakso
>>
>>
>> David,
>> The 99%; to the wrapper selector fixed the header line but shortened 
>> the footer.
>> 99%; to the footer selector fixed that but of course now it does not 
>> span the whole width of the wrapper.
>> Any fix?
>>
>>
> I think if you leave the wrapper selector as is, and change the footer 
> selector to width: 100%; it may help. Can't boot to Win at the moment 
> so I am unable to tell if this will help...
> Regards,
> ~davidLaakso
Mike,
As of this writing(3:25p EST) this fixes in on a *local* file on my end 
in ie & ff:
You have declared the footer selector twice on your styesheet. Delete 
the /bottom/ footer selector. Add background-color: fuchsia;(test color) 
to the footer selector that has not been deleted. And declare width; 
100%; on it.  Leave the wrapper with a width: 99%;  If this does not 
resolve on your server, then I am afraid I can't help.
Regards,
~davidLaakso






__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread WV Mike
At 02:47 PM 3/17/2006 , ~davidLaakso wrote:
>Mike Breiding - Morgantown WV wrote:
>>At 11:14 AM 3/17/2006 , ~davidLaakso wrote:
>>>WV Mike wrote:

On this page:
http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
a thin line shows up at the bottom, left edge of the header in IE 6.

No line in  Mozilla WIN and Opera 8.5.

Any fixes for this?

Thanks,
-Mike


>>>Adding a width: 99%; to the wrapper selector /may/ make it go away. 
>>>Although may need same on the footer selector?
>>>aside: Tidy Online will point out, and correct, most of the markup 
>>>errors (you may need to hand insert alt attributes) that is preventing 
>>>the file from validating. Validate the css. A darker green on the 
>>>content- text links will look better. And deleting the unserifed 
>>>font-family would be a nice touch (ride on Georgia).
>>>~davidLaakso
>>
>>
>>David,
>>The 99%; to the wrapper selector fixed the header line but shortened the 
>>footer.
>>99%; to the footer selector fixed that but of course now it does not span 
>>the whole width of the wrapper.
>>Any fix?
>>
>I think if you leave the wrapper selector as is, and change the footer 
>selector to width: 100%; it may help. Can't boot to Win at the moment so I 
>am unable to tell if this will help...
>Regards,
>~davidLaakso

Tried this, didn't work.

Thanks,
-Mike











__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread ~davidLaakso
Mike Breiding - Morgantown WV wrote:
> At 11:14 AM 3/17/2006 , ~davidLaakso wrote:
>> WV Mike wrote:
>>>
>>> On this page:
>>> http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
>>> a thin line shows up at the bottom, left edge of the header in IE 6.
>>>
>>> No line in  Mozilla WIN and Opera 8.5.
>>>
>>> Any fixes for this?
>>>
>>> Thanks,
>>> -Mike
>>>
>>>   
>> Adding a width: 99%; to the wrapper selector /may/ make it go away. 
>> Although may need same on the footer selector?
>> aside: Tidy Online will point out, and correct, most of the markup 
>> errors (you may need to hand insert alt attributes) that is 
>> preventing the file from validating. Validate the css. A darker green 
>> on the content- text links will look better. And deleting the 
>> unserifed font-family would be a nice touch (ride on Georgia).
>> ~davidLaakso
>
>
> David,
> The 99%; to the wrapper selector fixed the header line but shortened 
> the footer.
> 99%; to the footer selector fixed that but of course now it does not 
> span the whole width of the wrapper.
> Any fix?
>
>
I think if you leave the wrapper selector as is, and change the footer 
selector to width: 100%; it may help. Can't boot to Win at the moment so 
I am unable to tell if this will help...
Regards,
~davidLaakso




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] line at bottom of header in IE 6

2006-03-17 Thread ~davidLaakso
WV Mike wrote:
>
> On this page:
> http://mbreiding.us/2006/ERT_2006/fl/parks_hikes/mana_springs/
> a thin line shows up at the bottom, left edge of the header in IE 6.
>
> No line in  Mozilla WIN and Opera 8.5.
>
> Any fixes for this?
>
> Thanks,
> -Mike
>
>   
Adding a width: 99%; to the wrapper selector /may/ make it go away. 
Although may need same on the footer selector?
aside: Tidy Online will point out, and correct, most of the markup 
errors (you may need to hand insert alt attributes) that is preventing 
the file from validating. Validate the css. A darker green on the 
content- text links will look better. And deleting the unserifed 
font-family would be a nice touch (ride on Georgia).
~davidLaakso
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/