Diferent width in IE8 and Firefox 3.6

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Fri Mar 12, 2010 3:01 am
Hi

1. I built my site with 1003 px width in Memovie 1.1.0, and this width works fine in firefox 3.6, but in IE8 keeps the original width memovie (983px) and the main menu has mistakes.


2. Other Issue: In the gavick tabs manager, the active tab has a mistake.



3. The poll module has another bug.


4. When I put intro text in Photoslide GK3 in firefoks looks great, but IE8 shows thumbnails block. I want the intro text without thumbnails like in firefox.


This is my test site:

http://www.cuadrados.es/puertodealicante-prueba/



what can I do to solve these issues?


admin access:

http://www.cuadrados.es/puertodealicant ... inistrator
user: demo
pass: demo

Thank you very much
User avatar
Expert Boarder

teitbite
Sat Mar 13, 2010 4:50 pm
Hi

1. Widths are the same, probably cache in IE8 wasn't cleared.

2. In style1.css please remove line

Code: Select all
background:url("../../images/horizontal/style1/bg_tab-active.png") repeat-x scroll 0 0 transparent;


from

Code: Select all
ul.gk_tab_ul-style1 li.active span {
background:url("../../images/horizontal/style1/bg_tab-active.png") repeat-x scroll 0 0 transparent;
color:#AA2207;
}


3. Please guide me to where polls is. I cannot see it.

4. Add at the end of template.css file

Code: Select all
.gk_is_thumbs {
display:none;
}
User avatar
Moderator

GK User
Tue Mar 16, 2010 1:49 pm
Sorry, I Can't find this code in style1.css:

Code: Select all
ul.gk_tab_ul-style1 li.active span {
background:url("../../images/horizontal/style1/bg_tab-active.png") repeat-x scroll 0 0 transparent;
color:#AA2207;
}


The poll is in the right bottom (frontpage)
User avatar
Expert Boarder

teitbite
Tue Mar 16, 2010 9:02 pm
Hi

The code is in http://www.cuadrados.es/puertodealicant ... style1.css at line 46.


Add this code at the end of template.css file to fix poll

Code: Select all
div.mod_poll p.item label,
div.mod_poll p.item input {
float:left;
}

div.mod_poll p.item,
div.mod_poll p.buttons {
clear:both;
}


I'm not sure the solution for poll so please report back if needed.
User avatar
Moderator

GK User
Wed Mar 17, 2010 11:06 am
Ok. I was searching the code in templates/memoviee/css/style1.css

Now mod gktab and mod polls are working fine.

My last problem is diferent width in internet explorer 8 and firefox 3.6.

Thank you very much
User avatar
Expert Boarder

teitbite
Thu Mar 18, 2010 9:37 am
cedacosur wrote:
My last problem is diferent width in internet explorer 8 and firefox 3.6.


Hi

Widths are exacly the same (make a screenshot of both and put one on another). The problem is that browsers are interpretting fonts diffrently so You need to choose Font and Size which will be universaly work in both browsers.
User avatar
Moderator


cron