On Dec 9, 2008, at 11:37 PM, MEM wrote:

> Hi all,
>
> I have put this layout in CSS here:
>
> http://www.cantinho.org/etic/modulo4/layout4.html
>
> the css file (sorry for all the comments) is here:
>
> http://www.cantinho.org/etic/modulo4/css/layout4.css
>
>
> I'm having two issues:
>
> 1)
> The vertical main menu on the top left corner,
> AND
> The little horizontal menu on the " Trackback URI | No Comments |  
> Permanlink
> "
>
> Are giving something that I believe it could be related to the
> Padding and the a Tag. However, this is only happening over Safari  
> 3.1.2.

You should validate your css file
*  the @charset declaration should be on the very first line of your  
stylesheet
(you currently have a comment preceding it)
* '<!--' is not the start of a comment in CSS.

In short, WebKit see a truckload of rubbish up to line 9, and ignores  
the 'body, p, ul, li, form {}' block.
It only effectively start parsing the stylesheet form line 11. Other  
browsers apparently recover earlier from those errors.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to