Topic: CSS navigation problem in IE (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=24565" title="Pages that link to Topic: CSS navigation problem in IE (Page 1 of 1)" rel="nofollow" >Topic: CSS navigation problem in IE <span class="small">(Page 1 of 1)</span>\

 
bigyou
Bipolar (III) Inmate

From: Quebec, Canada
Insane since: Sep 2001

posted posted 01-03-2005 03:32

Hey guys

I'm having a big problem with a navigation I'm doing in CSS. It displays well in Firefox and Safari but in IE, it gets wild. See by yourself:
http://www.grabugegraphique.org/circm/webcss/general/index.html

Can someone help me on this one to make it look right on IE ???

Thanks in advance

¨...the people who are crazy enough to think they can change the world, are the ones who do.¨

I X I
Paranoid (IV) Inmate

From: beyond the gray sky
Insane since: Apr 2004

posted posted 01-03-2005 11:06

this or something like it should be what you are looking for

code:
//CSS
#frame {
width: 800px;
margin: auto;
float: left
}

//HTML
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" id="general">
<div id="frame">
<div id="header">
<h1>Centre international de résolution de conflits et de médiation (C.I.R.C.M.)</h1>
...
<li> La médiation sociale : Ce département offre aux individus, aux organismes et à la
communauté des alternatives pour prévenir ou résoudre les conflits</li>
</ul>
</p>
</div>
</div>
</body>



just make a div to hold everything in 800px wide and nest the remainder inside of it

I do a variation of this at my site (www.ixifx.net), feel free to view the source. the css is at www.ixifx.net/black.css

hope this helps,



You know I'd like to keep my cheeks dry today, so stay with me and I'll have it made (Shannon Hoon)



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu