1accessori.it
Offline
Posts: 18
|
 |
« 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  Please look here www.comezcarpenteri e.it/wbTemplate 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
|
|
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
|
 |
« 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
Posts: 18
|
 |
« 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 .content { margin-left: 160px; padding: 4px 10px 14px 10px; text-align: justify; clear: right; Don't work .. 
|
|
|
|
|
Logged
|
|
|
|
|
|
ruebenwurzel
WebsiteBaker Org e.V.
Offline
Posts: 7973
|
 |
« Reply #5 on: May 10, 2006, 06:18:52 PM » |
|
Hello, please read the whole post. 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. padding: 4px 10px 14px 10px; minimize the padding or your picture!!!!!!!!!! Matthias
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
rsmith
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 
|
|
|
|
|
Logged
|
|
|
|
1accessori.it
Offline
Posts: 18
|
 |
« 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  
|
|
|
|
|
Logged
|
|
|
|
rsmith
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)  Rob
|
|
|
|
|
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
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
Posts: 7973
|
 |
« Reply #14 on: May 11, 2006, 06:14:54 AM » |
|
Hello, 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
|
|
|
|
|