Forums

Products - English => Templates => Topic started by: Thomas Kowalski on October 10, 2007, 10:18:03 AM



Title: Summerweek
Post by: Thomas Kowalski on October 10, 2007, 10:18:03 AM
Dear Support-Team,

i´m using the summerweek-template with joomla 1.0.13.

If i open my site with the ie 7.0 the scrolling function of the ie is very slow.

With other browsers there are no problems. Is there a solution for that problem.

Best regards

Thomas


Title: Re : Summerweek
Post by: Nicolas on October 25, 2007, 09:27:44 AM
Hello,

Your slowing is maybe due to the PNG opacity and the IE filter to make this effect. I replace the shadow of each box by a single color and  apparently the scrolling is better.

Try to redownload the template and replace the index.php and template_css.css file to take modifications.

Sorry for this inconvenience.  ;)



Title: Re: Summerweek
Post by: Perviz Manuel on November 30, 2007, 08:18:49 PM
(http://shrani.si/f/1X/ld/4wRwkvVM/my.png)
This is my NEO template, on my joomla

(http://shrani.si/f/25/Zt/pcarbAH/your.png)
This is  NEO template, on NEO demo server

Why




Title: Re : Summerweek
Post by: Nicolas on December 03, 2007, 08:43:49 AM
Hi,

It's maybe due to the style of menu. On your first screen you use a "horizontal" style and on our template demonstration, style of menu is define like "list".
In horizontal, joomla use a table with spacing, but not for a list.

Else you can add a css declaration to #mainmenu :

Code:
#mainmenu table { border-collapse: collapse; }

 ;)