Welcome, Guest. Please login or register.
Did you miss your activation email?
May 26, 2012, 09:11:59 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155553 Posts in 21715 Topics by 7737 Members
Latest Member: gx-world
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: IE error - Firefox ok  (Read 2705 times)
1accessori.it

Offline Offline

Posts: 18


WWW
« on: May 10, 2006, 03:44:07 PM »

First of all .. sorry for my english, i'm italian and i know only 2 words of english  sad

Please look here www.comezcarpenteri e.it/wb

Template is allccs with some corrections, but standard allccs have the same problem.

Why with Explorer text and image show down
With Firefox all is ok.

Have you a solution?

Thank you

Ioivi
Logged

1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #1 on: May 10, 2006, 03:56:01 PM »

... also this page http://www.comezcarpenterie.it/wb/pages/prodotti/coperture/mobili.php
Logged

ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #2 on: May 10, 2006, 05:01:46 PM »

Hello,

only a mathematic-problem. Have a look at your screen.css. Menu has a width from 140px + 10px margin left and 10px margin right wich is together 160px. Content starts at 150px margin from right. IE and Firefox handle this a little bit different. So try it with content 160px marging from right. For the content you then have 750px(main width) - 160px(menu width) = 590px. Your image has a width of 580px so you have a rest from 10px for border, padding and/or margin. So also look if this points in your screen.css are also ok.

Hope this helps.

Matthias
Logged
1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #3 on: May 10, 2006, 05:18:24 PM »

Hello,

So try it with content 160px marging from right.
Hope this helps.

Matthias

I have made this correction
Code:
.content {
margin-left: 160px;
padding: 4px 10px 14px 10px;
text-align: justify;
clear: right;

Don't work ..  embarassed
Logged

1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #4 on: May 10, 2006, 05:58:30 PM »

now in new domin comez.eu

here the same problem http://www.comez.eu/pages/download/video.php
Logged

ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #5 on: May 10, 2006, 06:18:52 PM »

Hello,

please read the whole post.

Quote
Your image has a width of 580px so you have a rest from 10px for border, padding and/or margin. So also look if this points in your screen.css are also ok.

Quote
padding: 4px 10px 14px 10px;

minimize the padding or your picture!!!!!!!!!!

Matthias
Logged
1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #6 on: May 10, 2006, 06:44:50 PM »

sorry .. i have difficult with english

now i have this setup

Code:
.content {
margin-left: 160px;
padding: 1px 1px 1px 1px;
text-align: justify;
clear: right;

don't work .. but please visit also this page and note, the problem, for me,  is not the image in home page.

http://www.comez.eu/pages/prodotti/coperture/mobili.php
http://www.comez.eu/pages/download/cataloghi.php
http://www.comez.eu/pages/download/video.php
http://www.comez.eu/pages/privacy.php

help!
Logged

1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #7 on: May 10, 2006, 06:58:22 PM »

here some difference in the two browser

Logged

rsmith

Offline Offline

Posts: 194


« Reply #8 on: May 10, 2006, 08:20:32 PM »

The big image issue can be fixed, make the image width 575 within the image properties...

as far as the menu spacing goes... as you identified in the images
thats a bigger issue, allcsss, round.. a number of templates have vertical spacing issues with IE.... Ive' read a number of postings about this and dont think anyones foudn a complete solution.

the Fix
don't use IE  grin

Logged
1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #9 on: May 10, 2006, 08:34:27 PM »


The big image issue can be fixed, make the image width 575 within the image properties...


Ok .. but don't work ..


the Fix
don't use IE  grin



 rolleyes  undecided
Logged

rsmith

Offline Offline

Posts: 194


« Reply #10 on: May 10, 2006, 09:05:38 PM »

Mak it a lil smaller... start at 550 and work your way up.... I copied your  page and was able to duplicate the issue with the allcss defaults, changing the width of the image did stop it from jumping to the bottom of the menu....  (my css was the defaults at the time, slightly different  than yours)

and dont look at me like that.. .its Bill Gate's fault for making his own standard different than the rest of the world.. even microsoft knows it's stupid.. (ill have to post a file later to prove this, have a css that was dl'd from microsoft.... first entry... StupidIEFix)  grin

Rob
Logged
1accessori.it

Offline Offline

Posts: 18


WWW
« Reply #11 on: May 10, 2006, 09:59:17 PM »

Thank you for your suggest .. but this page?

http://www.comez.eu/pages/download/cataloghi.php

This is a Download Gallery and olso this page is incorrect  huh
Logged

pcwacht
Guest
« Reply #12 on: May 10, 2006, 10:19:46 PM »

goto admin -> page with faulty layout
choose your section, then settings (where the settings for the module are)
look for width=100% or simular and change that to 98%

IE has this bug, the table is 100% thus bigger then the width it has, changing to 98 makes it small enough to float where it belongs


the menu, looks like display:block; is missing from your css in the menu part, look for the li or ul and add the display : block;


Good luck
John
Logged
centran

Offline Offline

Posts: 76


« Reply #13 on: May 10, 2006, 11:21:44 PM »

goto admin -> page with faulty layout
choose your section, then settings (where the settings for the module are)
look for width=100% or simular and change that to 98%
This is a huge problem. I even made a post in the module section but it went ignored. Will developers/programers please set the width to auto. Instead of width="100%" the modules should use width="auto" instead.
Logged
ruebenwurzel
WebsiteBaker Org e.V.

Offline Offline

Posts: 7973



WWW
« Reply #14 on: May 11, 2006, 06:14:54 AM »

Hello,

Quote
Will developers/programers please set the width to auto. Instead of width="100%" the modules should use width="auto" instead.

Already done in a few modules and will be done in the new releases of the rest of the modules (hope so). We just work on a big update from Download gallery wich will be released in the next few days with the table fix.

Matthias
Logged
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!