Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

IE issue with new layout - Please help.

This is a discussion on "IE issue with new layout - Please help." within the Web Page Design section. This forum, and the thread "IE issue with new layout - Please help. are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 10th, 2008, 21:57
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 36
Posts: 314
Thanks: 6
Thanked 0 Times in 0 Posts
IE issue with new layout - Please help.

Hi all, it's been a while! I am back needing your expertise once more. I have been working on a new layout with my all limited skills, I don's think there are any major probs just some fine tweaking and a few hacks!?.

It views how I want it to in FF 3.

Please note, just the index page is what I am asking for help with, the rest of the site is still in the old layout.

IE 7 issues
- HTML line 63, CSS line217. Rollover images are offset in IE 7.
- HTML line 63. CSS line 316. #bottom div is offset in IE 7.
- HTML line 35-45, CSS line 288- 302. Images are offset on both side columns in IE 7.

http://www.capoeiracanal.co.uk/test2-bad.html

Many thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Jul 11th, 2008, 01:34
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: IE issue with new layout - Please help.

You probably want an IE COnditional to style IE 7 specifically.

<!--[if IE 7]>
<link rel="stylesheet" href="/includes/css/ie7.css" media="screen" type="text/css" />
<![endif]-->
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 11th, 2008, 14:53
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 36
Posts: 314
Thanks: 6
Thanked 0 Times in 0 Posts
Re: IE issue with new layout - Please help.

Quote:
Originally Posted by moojoo View Post
You probably want an IE COnditional to style IE 7 specifically.

<!--[if IE 7]>
<link rel="stylesheet" href="/includes/css/ie7.css" media="screen" type="text/css" />
<![endif]-->
So do I drop this code in the head of the page and then create ie7.css with IE7 specific styles?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 11th, 2008, 15:30
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,909
Blog Entries: 14
Thanks: 9
Thanked 40 Times in 38 Posts
Re: IE issue with new layout - Please help.

you need to add position:relative to the "bottom" div container for the images.

At present they are absolutly positioned, but if you add the above, they will be absolutly positioned to the relative postion of the bottom div.

does that make sense?

you won't need to add this to a browser specific stylesheet. I will look at the others in a bit.
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
xtreme wales - extreme clothing | extreme sports shop | cheap sunglasses
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to welshstew For This Useful Post:
  #5  
Old Jul 11th, 2008, 15:38
welshstew's Avatar
Site Admin

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,909
Blog Entries: 14
Thanks: 9
Thanked 40 Times in 38 Posts
Re: IE issue with new layout - Please help.

I would also add padding:10px; to the "centercol" to bring the content off the left hand side a bit
__________________
WelshStew Site Admin
If you think I've helped, click the "Thanks"
xtreme wales - extreme clothing | extreme sports shop | cheap sunglasses
WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
The Following User Says Thank You to welshstew For This Useful Post:
  #6  
Old Jul 11th, 2008, 16:04
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 36
Posts: 314
Thanks: 6
Thanked 0 Times in 0 Posts
Re: IE issue with new layout - Please help.

Quote:
you need to add position:relative to the "bottom" div container for the images.

At present they are absolutly positioned, but if you add the above, they will be absolutly positioned to the relative postion of the bottom div.

does that make sense?

you won't need to add this to a browser specific stylesheet. I will look at the others in a bit.
Yes that makes sense.

Looks better now, but the main content border line is still hidden.

Quote:
I would also add padding:10px; to the "centercol" to bring the content off the left hand side a bit
Oh yeah.. cheers!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 14th, 2008, 13:04
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 36
Posts: 314
Thanks: 6
Thanked 0 Times in 0 Posts
Re: IE issue with new layout - Please help.

hmm ... its' still not looking good.

Anyone?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jul 15th, 2008, 12:53
Aso's Avatar
Aso Aso is online now
Moderator
Join Date: Oct 2007
Location: UK
Posts: 1,536
Blog Entries: 2
Thanks: 19
Thanked 81 Times in 76 Posts
Re: IE issue with new layout - Please help.

Errm, have you sorted it Jacob? It's looking good in IE7 for me
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Jul 16th, 2008, 06:21
Oak's Avatar
Oak Oak is offline
SuperMember

SuperMember
Join Date: Dec 2007
Location: London
Age: 36
Posts: 314
Thanks: 6
Thanked 0 Times in 0 Posts
Re: IE issue with new layout - Please help.

Quote:
Originally Posted by Aso View Post
Errm, have you sorted it Jacob? It's looking good in IE7 for me
Hi Alex!

Well I have cleaned up the the column styles and yes it looks ok now, though I was told this page was breaking up in IE6?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Major layout issue thewebkid Web Page Design 23 Dec 22nd, 2007 04:31
CSS Layout issue between IE and Firefox macu Web Page Design 2 Aug 22nd, 2007 14:14
Question about layout/IE7 issue bluetech Web Page Design 3 Jul 3rd, 2007 16:37
Help with a layout issue Kirryn Web Page Design 9 Jun 21st, 2007 18:27
Homepage layout issue webwiz2000 Web Page Design 2 Feb 28th, 2006 18:49


All times are GMT. The time now is 18:57.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8