MAC SAFARI with CSS printing problems
I am new to CSS and trying to support delivered web pages that are now using CSS. The CSS is working for IE, Firefox, Chrome, but when we try to print from SAFARI on the MAC the print preview comes up and then everything freezes. I am assuming that there is something on the print CSS that is not working for MAC SAFARI v4.0.4.
I am thinking that the problem may be something with either the padding or the background, If I disable CSS and Javascript then the pages print fine.
PC vs MAC design issue - Using Drupal Dynamic Menus CSS
Hey everyone,
I dont know if this is a CMS sensitive issue, but nevertheless, using this forum instead of the others.
I am facing a problem with the CSS for my menus. It works absolutely fine on all browsers on a PC. But a crazy offset creeps in a MAC.
I am attaching both screen shots to this post.
I am also pasting the relevant portion from my CSS
/* Dynamic persistant menus */ #nav { font-size: 1em; line-height: 1em; margin: -120px 0px 0 0; position: relative; text-align: right; width: 800px; float: right; }
