On Sep 9, 2006, at 7:24 AM, 4css aka deb wrote:

> http://debsplace.org/artist/demo3b.html
> I'm working on this site and it appears to be working on the pc  
> version browsers fine. However, the owner has a mac, and on his  
> browsers the pages aren't showing up too good.

On Mac IE 5, you do have some problems indeed.

1/ your 'clear fix hack' is not correctly working
* the 'hide form IE filter is wrong, you have a space after the  
backslash. it shouldn't be there.
.clearfix {display: inline-block;}
/* \*/
* html .clearfix {height: 1%;display: block;}
/* */
* I prefer the use of inline-block to inline-table. More stable

2/ you actually over-constrain you layout, by setting width on non  
floated elements
like on div#leftcolumnartist  and sub-elements. remove that.

3/ p.tagline needs a clear:left to display correctly under the image

That should get you started.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
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/

Reply via email to