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.
|
|
|
|
|
![]() |
||
IE issue with new layout - Please help.
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
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 |
|
#2
|
|||
|
|||
|
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)
|
|
#3
|
||||
|
||||
|
Re: IE issue with new layout - Please help.
So do I drop this code in the head of the page and then create ie7.css with IE7 specific styles?
|
|
#4
|
||||
|
||||
|
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 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)
|
| The Following User Says Thank You to welshstew For This Useful Post: | ||
|
#5
|
||||
|
||||
|
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 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)
|
| The Following User Says Thank You to welshstew For This Useful Post: | ||
|
#6
|
||||
|
||||
|
Re: IE issue with new layout - Please help.
Quote:
Looks better now, but the main content border line is still hidden. Quote:
|
|
#7
|
||||
|
||||
|
Re: IE issue with new layout - Please help.
hmm ... its' still not looking good.
Anyone? |
|
#8
|
||||
|
||||
|
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)
|
![]() |
| Thread Tools | |
|
|
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 |