From: "Juanita" <[EMAIL PROTECTED]>
> IE6 - that's the
>biggie. Not sure why the spacing is like it is.
>
>Here's the link again 
>
>http://test.kcsm.org/jazz91/programs.php

It doesn't appear that you'll currently be able to target the correct element 
from within one of your style sheets, but the div that holds all the h3, h4, 
and h5 elements needs "layout" [1] for IE6 to behave. I tried both zoom and 
width, and the problem seemed to be resolved.

For location - 

                <!-- end sidebar -->
                <div id="content">
<!-- InstanceBeginEditable name="Main" -->
<div style="width: 100%;"><!-- <<<<< this is the div that needs layout <<<<<< 
-->
<h4 class="title_border_topbtm">Jazz 91.1 Programs</h4>

You may want to give it an ID and apply the width (or {zoom: 1;}, I'm not sure 
which is better) in the style sheet. 

~holly

[1] http://www.satzansatz.de/cssd/onhavinglayout.html 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to