-
AuthorPosts
-
February 15, 2009 at 3:21 pm #138155
Hi,
I’ve several problems with IE7. My site is ok with a lot of web navigator (Firefox, opera, safari, chrome) but with IE7 I’ve a problem of text and div alignment. You can see an exemple in the attached file. (the correct version with firefox and the other version with IE7 – I have blured the adult contents).
Sincerely,
David(sorry for my english)
Joomla 1.5.9-
John Wesley Brett Moderator
John Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 15, 2009 at 4:53 pm #291586Check to make sure your code in
template.css (line 550)
is exactly like the code below”
#ja-wrapper {
background:transparent url(../images/wrapper-bg.png) repeat-y scroll center center;
clear:both;
margin:0 auto;
width:950px;
}And that the code highlighted in red below is exactly the same
template.css (line 25)
body#bd {
background-attachment:fixed;
background-color:#CCCCCC;
background-position:center top;
color:#333333;
}
1 user says Thank You to John Wesley Brett for this useful post
February 15, 2009 at 6:49 pm #291600Hi jbrett,
I’ve checked and modify the lines code in template.css and it’s exactly like you wrote.
Now, my background picture is in the middle of the screen but the problem is always the same : the web site has a left alignment, not in the center of the screen.
I don’t understand why only IE can’t display my page correctlyThank’s for your help.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 15, 2009 at 7:52 pm #291618Okay try this…as I don’t have IE6 anymore, so I can’t see the results…but it won’t mess up any of the other browsers.
Again in template.css Line 550
Add one of the following lines highlighted in RED:
#ja-wrapper {
background:transparent url(../images/wrapper-bg.png) repeat-y scroll center center;
clear:both;
margin:0 auto;
width:950px;
position: inherit;
position: static;
position: relative;
}NOT ALL THREE…just one of them. Just try one…if that doesn’t work, try another…that sort of thing.
John.
February 15, 2009 at 11:07 pm #291642Thank’s john for your attention,
Unfortunately, these 3 options don’t work, I doesn’t know what to do …Sincerely,
DavidJohn Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 16, 2009 at 1:57 am #291665If you can give me a live URL I can diagnose further…but I’m all out of guesses.
February 16, 2009 at 9:38 am #291738My new website isn’t online yet, it’s on my personal server.
I tell you its online disponibility as soon as possible.David.
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
February 16, 2009 at 4:33 pm #291807Sounds good. Once online somewhere we should be able to very quickly get the issue corrected.
j.February 19, 2009 at 1:48 am #292464Hi john,
You can now view my website online at : http://www.mibteam.net
Warning : adult content (no porn, just jackass like)
The template seems ok with firefox and others but with IE it’s a disaster (even the font is different )Thank’s for your help,
Sincerely,
David -
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by franckyky 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-