473,503 Members | 1,775 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Unordered lists - indentation woes in MSIE Mac

Hello

I'm creating an unordered list which will be used as a nav element on my
page. I am using the following CSS:

#nav {
position:relative;
left:10px;
top:60px;
height:280px;
text-align:left;
z-index: 30;
}

#nav ul {
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
}

#nav li {
background: url(../images/vertical_list_bkgd.png) no-repeat;
margin: 0px 0px 5px 0px;
}

Here's the HTML:
<div id="nav">

<ul>
<li>
<div class="bl"><div class="br"><div class="tl"><div class="tr">Lorem
ipsum dolor</div></div></div></div>
</li>
<li>
<div class="bl"><div class="br"><div class="tl"><div class="tr">Lorem
ipsum dolor</div></div></div></div>
</li>
<li>
<div class="bl"><div class="br"><div class="tl"><div class="tr">Lorem
ipsum dolor</div></div></div></div>
</li>
</ul>

</div>


My lists look great in Safari & Firefox on Mac and Windows, but in MSIE Mac
there is an indent on all items of the list after the first one, and in MSIE
Windows, there is no background image.

I can't figure out what I'm doing wrong here. Has anyone had this problem
in the past? Anyone know how to fix it?

Thanks

-------------S

Jul 21 '05 #1
0 1556

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

29
3027
by: Joseph Haig | last post by:
I am trying to use descriptive lists, <DL>, as shown in <http://www.maths.man.ac.uk/~jhaig/tmp/test.html> with a style sheet at <http://www.maths.man.ac.uk/~jhaig/tmp/default-2.css>. With Mozilla...
21
1622
by: Asfand Yar Qazi | last post by:
Hi, After much use of tabs worth 8 spaces, and constantly having to format my C++ code in funny ways to keep all lines within an 80 character line length limit, I'm seriously thinking of...
5
1889
by: S | last post by:
Whew! Thanks for your help on that last post. I actually understand what you wrote. I'm trying not to use these groups as a way to get my code written for me, I really want to understand what...
5
2285
by: ibiza | last post by:
Hi all, I have a question which I have no ideal of the answer...I am currently working on a web application and at some time, I have a string representing a short text. This could be a simple...
5
6041
by: simplico | last post by:
I'm creating an unordered list that fits in a defined width on the left side of the page. It works fine in FF but IE is another story. Here is a watered-down version of the code: <html>...
4
8310
by: deko | last post by:
There's a pretty good tutorial here: http://www.mediacollege.com/internet/css/ul-list.html but the problem is *none of the directive seem to be doing anything* for me. What I want is a) no...
3
3472
by: User | last post by:
Hi, Is it possible to transform Ordered/Unordered list into navigation dropdown menus? Is this effect achieved by CSS? or via Javascript? PLease advise Thanks.
3
3086
by: laredotornado | last post by:
Hi, On both Firefox and IE, how can I replace the bullets before unordered list items, with double arrows ">>" throughout my site? Thanks, - Dave
2
1495
by: akapsycho | last post by:
I'm struggling slowly through this CSS but I'm getting it bit by bit. I've looked around and can't seem to find any solution that centers the list items in my unordered list. It's a 100% width ul and...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7076
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5576
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5005
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4670
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.