473,499 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE 6 leaves a big cab between list items

2 New Member
So my list should look like this:

LINK1

LINK2

LINK3

LINK4


But in IE 6 it's more like this:

LINK1


LINK2


LINK3


LINK4


Cabs are bigger. Anybody know why is this?
I've browsed all the IE bug listing sites that I've found but, cause I'm a rather rookie with CSS it's really tedious task to try understand what could it possibly be.

Here's the css

Expand|Select|Wrap|Line Numbers
  1. #button {
  2.         position: absolute; 
  3.         left: 15px;
  4.         top: 70px;
  5.         width: 11em;
  6.         padding: 0px;
  7.         }
  8.     #button ul {
  9.         list-style-type: none;
  10.         margin: 0;
  11.         padding: 0;
  12.         }
  13.     #button li { 
  14.         margin: 0; 
  15.         padding: 0;
  16.         }
  17.     #button a { 
  18.         display: block;
  19.         color: #c7baa3;
  20.         width: 11em;
  21.         padding: 6px 0px 6px 0px;
  22.         margin: 0 0 0 0;
  23.         text-decoration: none;
  24.         text-align: left;
  25.         font-weight: bold;
  26.         border-bottom: 1px solid #fff;
  27.         }
And HTML

Expand|Select|Wrap|Line Numbers
  1. <div id="button">
  2.         <ul>
  3.             <li class="graphics"><a href="graphics.html">GRAPHICS</a></li>    
  4.             <li class="objects"><a href="objects.html">OBJECTS</a></li>
  5.             <li class="photography_people"><a href="photography_people.html">PHOTOGRAPHY</a></li>
  6.             <li class="dj"><a href="dj.html">DJ</a></li>
  7.             <li class="about_me"><a href="aboutme.html">ABOUT ME</a></li>
  8.             <li class="contact"><a href="contact.html">CONTACT</a></li>
  9.             <li class="blog"><a href="blog.html">BLOG</a></li>
  10.         </ul>
  11.     </div>
thanks
Jun 21 '07 #1
2 1248
nitinpatel1117
111 New Member
Hi,

Your code seems to work fine on my version of ie6
Jun 21 '07 #2
bbg
2 New Member
hmm... Could it be the charset? I have it in UTF-8. Should it be in ISO-8859-1?

Btw if I use the ISO-8859-1 what character encoding mode should I set my documents then? I cant find ISO-8859-1 in the list, TextWrangler is the editor in this case.

Thank you
Jun 22 '07 #3

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

Similar topics

3
7511
by: Simon | last post by:
Hi, I'm hoping you could show me examples of how a functional/declarative language could be used to consicely describe resticted subsets of elements. I'm looking for a 'specification' style...
1
2054
by: NickB | last post by:
Please could someone tell me what is wrong. Ther error is: An unhandled exception of type 'System.NullReferenceException' occurred in microsoft.visualbasic.dll Additional information: Object...
15
1437
by: E. Robert Tisdale | last post by:
Eats, Shoots & Leaves http://www.eatsshootsandleaves.com/ I believe that C programmers should follow the *normal" rules of punctuation -- especially in their C programs.
2
12594
by: Yoshitha | last post by:
hi I have 2 drop down lists in my application.1st list ontains itmes like java,jsp,swings,vb.net etc.2nd list contains percentage i.e it conatains the items like 50,60,70,80,90,100. i will...
0
7525
by: Brian Henry | last post by:
Since no one else knew how to do this I sat here all morning experimenting with this and this is what I came up with... Its an example of how to get a list of items back from a virtual mode list...
0
3213
by: Brian Henry | last post by:
Here is another virtual mode example for the .NET 2.0 framework while working with the list view. Since you can not access the items collection of the list view you need to do sorting another...
3
8515
by: Kriston-Vizi Janos | last post by:
Dear Mr. Kern, and Members, Thank you very much for the fast answer, my question became over-simplified. My source code is appended below. It uses two text files (L.txt and GC.txt) as input...
6
1664
by: ahart | last post by:
I'm pretty new to python and am trying to write a fairly small application to learn more about the language. I'm noticing some unexpected behavior in using lists in some classes to hold child...
13
1492
by: Joel Koltner | last post by:
Is there an easy way to get a list comprehension to produce a flat list of, say, for each input argument? E.g., I'd like to do something like: for x in range(4) ] ....and receive
0
7180
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,...
0
7229
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6905
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
7395
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4921
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
4609
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
3103
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1429
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
311
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.