David Roberts wrote:
> I have a problem with a 2 column  layout which is working on some  
> pages in IE but not others. It is dropping down below the first  
> column. They are both floated col, one left one right. Should I be  
> using: display:inline (hack) ? I am not having this problem with any  
> other columns set up that I am using.
>
> Problem columns:
>
>   link http://www.campbeltowngrammar.org.uk/main/art_depart
>   



For the above page, add a rule set to your CSS-- something like this:
#col4 ul { margin: 0; padding: 0; background-color: lime; float: right; 
width: 220px;}
And validate the CSS file.




>
> Also I am having a problem with anchor links in IE. The links  
> themselves are working ok it is the (return) to Top anchor that does  
> not work. This is the code that I am using.
>
> <h3><a href="#attendance">Attendance</a></h3>
>
> <h3><a name="attendance">Attendance</a></h3>
>
> <p><a href="#top">Top</a></p>
>
> link http://www.campbeltowngrammar.org.uk/?/main/a-z_a
>   


Validate the markup of the above page and see if that makes a difference.


>
>
> David
>
>   


Best,

~dl

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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