Reply

Join Date: Dec 2007
Posts: 1
Reputation: benboomboom is an unknown quantity at this point 
Solved Threads: 0
benboomboom benboomboom is offline Offline
Newbie Poster

Help!

 
0
  #1
Dec 18th, 2007
I'm new to html and css my web site display's ok in fire fox but look's a mess in IE?
i some one have a look at
benboom.up.md
and let me know?
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 52
Reputation: GiorgosK is an unknown quantity at this point 
Solved Threads: 1
GiorgosK's Avatar
GiorgosK GiorgosK is offline Offline
Junior Poster in Training

Re: Help!

 
0
  #2
Dec 18th, 2007
Try this
#main-container{
margin:20px auto;
...
}

or you might want to start from a dead center example
http://www.wpdfd.com/editorial/thebox/deadcentre4.html
that is known to work with most important browsers
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Help!

 
0
  #3
Dec 18th, 2007
Wow, I looked at your site in both IE and Firefox. Brings back some bad memories. Here is what I do. Copy your current css and rename the copy ie_fixes.css. This sheet will be used to fix Internet Exploder. Here's an example of how to do it:
  1. <link href="default.css" rel="stylesheet" type="text/css" />
  2. <!--[if IE]>
  3. <style type="text/css">@import "ie_fixes.css";</style><![endif]-->
The first, default.css is a pretty standard way to implement a style sheet. All browsers will read this. The second is only read by IE. All other browsers treat it as a comment and ignore it. IE will read both but will use ie_fixes. You'll have to modify the ie_fixes.css until you get things looking right. Hope it helps!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC