473,322 Members | 1,241 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,322 software developers and data experts.

lists in IE problem

Hello there,

I have this:

<ul>
<li>text</li>
<li>sdvsdvfdvf</li>
<li>sdvdfbvdfbvd</li>
<li>sdvsdfvdfvd</li>
<li>sdcsdvsdv</li>
<li>Email registration facility</li>
</ul>

CSS:

#content .contentleft li{
font-size: 80%;
color: #666;
line-height: 140%;
padding: 5px;
list-style-image: url(list.jpg);
list-style-position: outside;}

#content .contentleft {
float: right;
padding: 10px 10px 10px 10px;
width: 490px;
}

Firefox is perfect, IE6 is a no go, is there a workaround? What am I missing
here?

Thanks for any help or pointers


Jul 21 '05 #1
6 1923
Terry wrote:
Hello there,
I have this: <snip>
Firefox is perfect, IE6 is a no go, is there a workaround? What am I missing
here?

Thanks for any help or pointers


As you answered in your reply to matt, "Not quite sure what you want".

What is 'perfect' in Firefox? Actual description of the "no go"? What
you are missing is a URL.

Why is your content sized at 4/5th of my default size?

--
-bts
-This space intentionally .
Jul 21 '05 #2
..invalid> a écrit dans le message de news: 37*************@individual.net...

What is 'perfect' in Firefox? Actual description of the "no go"? What
you are missing is a URL.

URL http://www.paul.uk101.com/

IE5 displays the list a la FF, IE6 does not display the list images.
Jul 21 '05 #3
Terry wrote:
.invalid> a écrit dans le message de news:
37*************@individual.net...
What is 'perfect' in Firefox? Actual description of the "no go"?
What you are missing is a URL.


URL http://www.paul.uk101.com/

IE5 displays the list a la FF, IE6 does not display the list
images.


I would start by removing (commenting out) pieces of your CSS until it
does work. Start with: list-style-position: outside; then maybe the
li margin and padding included with your

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
margin: 0;
padding: 0;
border: 0;
}

(This seems like overkill... body maybe, but not all the rest.)

--
-bts
-This space intentionally left blank.
Jul 21 '05 #4
"Beauregard T. Shagnasty" <a.*********@example.invalid> a écrit dans le
message de news: 37*************@individual.net...
Terry wrote:
.invalid> a écrit dans le message de news:
37*************@individual.net... IE5 displays the list a la FF, IE6 does not display the list
images.


I would start by removing (commenting out) pieces of your CSS until it
does work. Start with: list-style-position: outside; then maybe the
li margin and padding included with your

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{
margin: 0;
padding: 0;
border: 0;
}

(This seems like overkill... body maybe, but not all the rest.)


Thanks for checking, the body is basically what I always apply before
starting a project, I have no idea what is going wrong as anything in the
css will overide anything in the body, weird that it works in IE5 but not in
IE6. I'll see what I can come up with.


Jul 21 '05 #5
On Sat, 19 Feb 2005 16:13:48 +0100 Terry wrote:
Hello there, I have this:

Try using ul li instead of just li.
In my css for my menu I define the lists that way.
Then for each new level, ul li li; ul li li and so on.
Seems to work fine in IE.

www.somestuff.batcave.net
Jul 21 '05 #6

"Richard" <An*******@127.001> a écrit dans le message de news:
cv*********@news4.newsguy.com...
On Sat, 19 Feb 2005 16:13:48 +0100 Terry wrote:
Hello there,

I have this:

Try using ul li instead of just li.
In my css for my menu I define the lists that way.
Then for each new level, ul li li; ul li li and so on.
Seems to work fine in IE.

www.somestuff.batcave.net


Thanks, I will look into it.
Jul 21 '05 #7

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

Similar topics

5
by: Alan Little | last post by:
I need to merge and de-duplicate some lists, and I have some code which works but doesn't seem particularly elegant. I was wondering if somebody could point me at a cleaner way to do it. Here's...
7
by: Jane Withnolastname | last post by:
I have a number of unordered lists nested within ULs nested within ULs nested within ULs. I have set the style for LI to be .7em. Mozilla gives me the layout as I imagined it, with the lists...
41
by: Odd-R. | last post by:
I have to lists, A and B, that may, or may not be equal. If they are not identical, I want the output to be three new lists, X,Y and Z where X has all the elements that are in A, but not in B, and...
3
by: s_subbarayan | last post by:
Dear all, 1)In one of our implementation for an application we are supposed to collate two linked lists.The actual problem is like this: There are two singularly linked lists, the final output...
3
by: Little | last post by:
Could someone tell me what I am doing wrong here about declaring mutiple double linked lists. This is what the information is for the project and the code wil be below that. Thank your soo much for...
1
by: Simon Forman | last post by:
I've got a function that I'd like to improve. It takes a list of lists and a "target" element, and it returns the set of the items in the lists that appear either before or after the target...
11
by: Hakusa | last post by:
Pythonic lists are everything I want in a one dimensional array . . . but I'm trying to do a text adventure and simplify the proces by creating a grid as opposed to a tedious list of rooms this...
5
by: TokiDoki | last post by:
Hi! I have a Python problem which is my last problem to solve to finish up a Django application. This is amazingly simple but I have been stuck now for a couple of days. It is embarrisingly...
0
by: Joeyeti | last post by:
Hi fellow VB knowers (I am but a learner still). I have a question for you which I struggle with. I need to convert nested Lists in MS WORD (whether numbered or bulleted or mixed) from their...
19
RMWChaos
by: RMWChaos | last post by:
Previously, I had used independent JSON lists in my code, where the lists were part of separate scripts. Because this method did not support reuse of a script without modification, I decided to...
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...
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...
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
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.