User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 391,952 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,837 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 863 | Replies: 8 | Solved
Reply
Join Date: Feb 2008
Posts: 4
Reputation: amandamay is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
amandamay amandamay is offline Offline
Newbie Poster

Help CSS layout problem in IE

  #1  
Feb 20th, 2008
Hello,
I have built a site that looks just how I and the client wanted it in Safari and Firefox, but Internet Explorer tears it to pieces. I would post code here, but I just don't know which part of it is wrong - the site is http://www.sarahamosstudio.com

Please tell me there is a quick and easy solution and I don't have to build the thing again!!! :) I am relatively new to css and all, so please forgive the sloppiness.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Mar 2006
Location: Japan
Posts: 129
Reputation: HI2Japan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 12
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: CSS layout problem in IE

  #2  
Feb 21st, 2008
With the exception of this comment <!--[if IE lt 6]> <![endif]--> <!--[if IE lt 6]> <![endif]--> being shown on the page I do not see what you are talking about. I am using IE7 and it does not appear to be broken apart. Maybe put a screen shot up of what you are seeing so it is easier to compare.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote  
Join Date: Jun 2004
Location: Hemet, CA
Posts: 427
Reputation: FC Jamison is on a distinguished road 
Rep Power: 5
Solved Threads: 17
Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: CSS layout problem in IE

  #3  
Feb 21st, 2008
I am not seeing a problem at all in IE7.
Reply With Quote  
Join Date: Feb 2008
Posts: 4
Reputation: amandamay is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
amandamay amandamay is offline Offline
Newbie Poster

Re: CSS layout problem in IE

  #4  
Feb 21st, 2008
well, after some research I tried using a separate stylesheet for ie. It is still not looking right in my explorer, but perhaps that is just a mac ie thing? i will post a screenshot. Glad to know it looks right to you though

I have added some images - the problem seems to be that the page is reading as absurdly wide, making everything that is right justified appear way off the page to the right.
Last edited by amandamay : Feb 21st, 2008 at 2:44 pm. Reason: images added
Attached Images
File Type: png Picture 1.png (832.0 KB, 4 views)
File Type: png Picture 2.png (705.8 KB, 3 views)
File Type: png Picture 3.png (296.6 KB, 2 views)
Reply With Quote  
Join Date: Mar 2006
Location: Japan
Posts: 129
Reputation: HI2Japan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 12
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: CSS layout problem in IE

  #5  
Feb 21st, 2008
Just so you can see how it shows up on my screen. Some of the layout might be incorrect, but I guess you are the only one who would know that.
Attached Images
File Type: jpg 1.jpg (156.2 KB, 2 views)
File Type: jpg 2.jpg (205.1 KB, 2 views)
File Type: jpg 3.jpg (167.9 KB, 2 views)
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote  
Join Date: Feb 2008
Posts: 4
Reputation: amandamay is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
amandamay amandamay is offline Offline
Newbie Poster

Re: CSS layout problem in IE

  #6  
Feb 21st, 2008
thanks! interesting. on yours it is almost right, except i want the four images on the right pic to stay in a single straight line, and on the middle pic i want the text to lie to the right of the image.

unfortunately its not just me that knows its wrong - the client has a pretty good idea! agh!
Reply With Quote  
Join Date: Mar 2006
Location: Japan
Posts: 129
Reputation: HI2Japan is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 12
HI2Japan HI2Japan is offline Offline
Junior Poster

Re: CSS layout problem in IE

  #7  
Feb 22nd, 2008
Those pics appear that way whether I have the screen maximized or not. I am using 1280x1024.

Good luck.
Who was the first person to look at a cow and say, "I think I'll squeeze these dangly things here, and drink whatever comes out!"
Reply With Quote  
Join Date: Feb 2008
Posts: 4
Reputation: amandamay is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
amandamay amandamay is offline Offline
Newbie Poster

Re: CSS layout problem in IE

  #8  
Mar 1st, 2008
so I guess I solved this. If anyone has ie and wouldnt mind testing it out and letting me know that would be much appreciated. My ie, running on a mac, doesn't work too great (or hardly at all).

Anyway, all I ended up doing is insert a table. The pages of the site have three pretty distinct sections, so I put in a table with three rows, and one column and set the width to 100%. And for some reason that worked. I have no idea why.

The only thing wrong now is my mouseover image enlargements don't work in ie. But I am not convinced that its not just my version acting up. I hope so. Agh!
Reply With Quote  
Join Date: Mar 2008
Posts: 14
Reputation: CassieJ is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
CassieJ CassieJ is offline Offline
Newbie Poster

Re: CSS layout problem in IE

  #9  
Mar 25th, 2008
Originally Posted by amandamay View Post
so I guess I solved this. If anyone has ie and wouldnt mind testing it out and letting me know that would be much appreciated. My ie, running on a mac, doesn't work too great (or hardly at all).

Anyway, all I ended up doing is insert a table. The pages of the site have three pretty distinct sections, so I put in a table with three rows, and one column and set the width to 100%. And for some reason that worked. I have no idea why.

The only thing wrong now is my mouseover image enlargements don't work in ie. But I am not convinced that its not just my version acting up. I hope so. Agh!


OK so I see your Firefox and compared to my I.e. and see what you are talking about. My ie splits the images as apposed to firefox having them spread in one l ine across the page.

Good luck!
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb HTML and CSS Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 9:04 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC