473,320 Members | 2,035 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

CSS - IE Doesn't make sense - positioning issue

In firefox, everything works fine. The text ( UL ) is aligned to the left. In IE it seems to have no regard for the rules.

Suggestions?


http://www.upload.mn/view/r1cojvau3kn03mdche2f.jpg



Expand|Select|Wrap|Line Numbers
  1. #wrapper
  2. {
  3.   width:  768px;
  4.   margin-left: auto;
  5.   margin-right: auto;
  6.   overflow:   hidden;
  7.   text-align: left;
  8.  
  9.  
  10.  
  11. }
  12.  
  13. #header
  14. {
  15.  
  16.   background-image:  url('images/bannerbg.bmp');
  17.   background-repeat: no-repeat;
  18.   background-position: bottom center;
  19.   height: 146px;
  20.  
  21.   position: relative;
  22.   width: 902px;
  23.   margin: 10px 0px 0px 0px;
  24.  
  25. }
Expand|Select|Wrap|Line Numbers
  1. <div id="wrapper">
  2. <div id="header">
  3. <img src="images/logo.jpg" />
  4.  
  5. <ul class="sf-menu">
  6.   <li><a href="index.php">Home</a></li>
  7.  
  8.   <li><a href="products.php">Products</a>
  9.   <ul>
  10.   <li><a href="acc.html" title="Accesssories">Accessories</a></li>
  11.  
  12. </ul>
  13.  
  14. </div>
  15. </div>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
May 29 '09 #1
1 1496
drhowarddrfine
7,435 Expert 4TB
@DevInCode
You're right. IE has no regard for the rules and is the worst browser on the planet by far. Unfortunately, it's hard to tell what's going on with what you supplied so hopefully you can give a link to an online page.
May 30 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: Bryan R. Meyer | last post by:
Hello Everyone, The problem of browser resizing has become an issue for me. While redesigning my webpage, I set the left and right margins to be auto so that my content would be centered. ...
6
by: rajek | last post by:
I posted a similar question yesterday, but didn't get an answer that resolved the issue. (Thanks to those who tried though.) The background: I've read in books and online that if you have one...
11
by: NS | last post by:
I am relativly new to css positioning and have a question regarding the display of a DHTML pop-up Here is the basic HTML I am using: <html> <head> <script language="JavaScript"> <!--
17
by: George Hester | last post by:
http://tinyurl.com/5uj6w The lower middle icon the "block" should not drop down when the mouse is over it. How can I stop that? Also the navigation divs both top and bottom should follow the...
149
by: Christopher Benson-Manica | last post by:
(Followups set to comp.std.c. Apologies if the crosspost is unwelcome.) strchr() is to strrchr() as strstr() is to strrstr(), but strrstr() isn't part of the standard. Why not? --...
2
by: Johnson Smith | last post by:
Question is related to ASP.Net and controlling the position of these controls. I am using html table to placce my web controls. I am displaying same datagrid and calendar controls at clicks of...
2
by: Rob R. Ainscough | last post by:
I'm slowly (very slowly) working my way thru the bizarre and sadistic world of control positioning in MultiViews (ASP 2.0). I came across this to help me explain (or attempt to anyway) why my web...
35
by: mwelsh1118 | last post by:
Why doesn't C# allow incremental compilation like Java? Specifically, in Java I can compile single .java files in isolation. The resulting individual .class files can be grouped into .jar files....
1
by: Lollygag | last post by:
Hi folks. Please try not to laugh at my web design noobness, I'm a photoshop monkey, but I thought I'd have a go at updating this website to learn css & html, it's far more complex than I'd...
1
by: alice | last post by:
Can someone point me to a page that has good info on how the different browsers handle positioning? I'm finding that position:absolute works differently between Safari and IE7. Sort of ironic if...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.