Safari problem

cgan

Avatar: cgan

2007-04-26 14:48

Is there a way to fix this problem as it looks in Safari?
See this link: http://img2.freeimagehosting.net/image.php?495109b051.jpg

» Quick.Cms v1.x

cgan

merci

No avatar

2007-04-27 08:49

cagan- it is hard to say as I have no possibility to check it on Safari. Mayby try change in templates/default.css in head styles height of #head or try to change margins and paddings in head and body sections. You can try also write exeption styles for Safari.

setsu

No avatar

2007-04-27 09:14

Even Mac IE appears.
Please try to test next them.

(1) default.css ; line22

.clear {clear:bothfont-size:0pxline-height:0px;}


Change to

.clear {clear:bothfont-size:0pxline-height:0pxheight:0px;}



(2) page.tpl ; line45-49

 <div class="clear">&nbsp;</div>
  
$sMenu2
</div>
<
div class="clear">&nbsp;</div>
<
div id="body">


Change to

 <div class="clear">&nbsp;</div>
  
$sMenu2
<div class="clear">&nbsp;</div>
</
div>
<
div id="body">


setsu

cgan

Avatar: cgan

2007-04-27 09:31

Thank you setsu!
This is great - the problem is gone thanks to your tip.
Maybe something for OpenSolution to implement cause this white space appears in all of the QuickCMS versions. At least the versions you have on the demo page.

cgan

treewood (OpenSolution)

Avatar: treewood

2007-04-27 10:25

cgan - ech ... why You dont test this before we release stable Quick.Cms v1.1 version? We set beta version to test and noone give us info about that but few days after we release stable version You give us info about this problem :/

setsu - thanks for info. In Quick.Cms v1.2 it will be fixed

cgan

Avatar: cgan

2007-04-27 14:59

O sorry,
I don't really use Safari so often.
Mostly I use Firefox without this problem. :-)
I promise to give you better feedback in the future.

cgan

setsu

No avatar

2007-05-11 06:57

It is additional information.
By the method (2) that mentioned above, there is the case that a layout collapses in Firefox.
Therefore it seems that it is good to do it like later description.

edit page.tpl line45-49 to

  <div class="clear">&nbsp;</div>
  
$sMenu2
  
<div class="clear">&nbsp;</div>
</
div>
<
div class="clear">&nbsp;</div>
<
div id="body">

setsu

Back to top
about us | contact