Ok, I loaded up the new style sheet work. One thing I didn't do was add the 
clearing to the paragraph. Since I have the clearfix, it should not be needed. 
That containing div has the clearfix within it so it should be able to work 
without an additional clearing on the paragraph. (IMO that is)
  ----- Original Message ----- 
  From: Philippe Wittenbergh 
  To: CSS-D 
  Sent: Saturday, September 09, 2006 2:37 AM
  Subject: Re: [css-d] Mac assistance please?



  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/


  -- 
  No virus found in this incoming message.
  Checked by AVG Free Edition.
  Version: 7.1.405 / Virus Database: 268.12.2/442 - Release Date: 9/8/2006

______________________________________________________________________
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