strange thing happening with list

P

Paul Watt


I realise that there are errors on the page, but as you must have
realised from the lack of content and the URL ,is that it is a mock up
page, not a polished final page.
Most of the error are coming from the Amazon advertising, so i'll
tinker with that, but none of the other errors (missing ALT tags etc)
have nothing to do with the unordered list.

So i'm still none the wiser!

cheers

Paul
 
T

the idiot

Paul Watt said:
karate%2Findex.htm

I realise that there are errors on the page, but as you must have
realised from the lack of content and the URL ,is that it is a mock up
page, not a polished final page.
Most of the error are coming from the Amazon advertising, so i'll
tinker with that, but none of the other errors (missing ALT tags etc)
have nothing to do with the unordered list.

So i'm still none the wiser!
have you tried stipulating the width of the menu in the css?
 
J

Jerry Stuckle

Paul said:
Hi,
I'm trying to build a menu out of an unordered list and CSS. It works
fine in Firefox, But in IE it makes the cell width massive and I cant
figure out why. The url is www.dunmowkarate.co.uk/newkarate/index.htm

Thanks in Advance

Paul

Paul,

Well, to start, fix the errors in your html:

http://validator.w3.org/check?uri=http://www.dunmowkarate.co.uk/newkarate/index.htm

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
(e-mail address removed)
==================
 
P

Paul Watt

have you tried stipulating the width of the menu in the css?

I've set the cell at 18% both but altering the <TD> tag and the CSS
class for that cell, no help. I've set the width of 150px on the list
itself, now that has made a difference, but the cell is still massive
 
K

kchayka

Paul said:
in IE it makes the cell width massive and I cant
figure out why. The url is www.dunmowkarate.co.uk/newkarate/index.htm

You can probably debug this yourself by commenting out the "width"
properties/attributes, one at a time, and reloading the page after each.
Eventually, you should find the culprit. Start with the CSS file.

And do validate your HTML and CSS first to make sure a syntax error is
not the cuase.
 
G

GreyWyvern

And lo, Paul Watt didst speak in alt.html,alt.www.webmaster:
Hi,
Greetings.

I'm trying to build a menu out of an unordered list and CSS. It works
fine in Firefox, But in IE it makes the cell width massive and I cant
figure out why. The url is www.dunmowkarate.co.uk/newkarate/index.htm

In your stylesheet, in the rule: "ul#mainnav li a:link, ul#mainnav li
a:visited {" change the percent value in the padding property from "6%" to
"5px".

Padding the width with percentages is confusing IE, especially since you
are using a table layout. I recommend dumping the table since you will
always be dealing with silly quirks like these if you don't.
Thanks in Advance

No probalo.

Grey
 
P

Paul Watt

GreyWyvern said:
And lo, Paul Watt didst speak in alt.html,alt.www.webmaster:


In your stylesheet, in the rule: "ul#mainnav li a:link, ul#mainnav li
a:visited {" change the percent value in the padding property from "6%" to
"5px".

Padding the width with percentages is confusing IE, especially since you
are using a table layout. I recommend dumping the table since you will
always be dealing with silly quirks like these if you don't.


No probalo.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/ringmaker - Orca Ringmaker: Host a web ring
from your website!

Hey Grey,

Thanks for that, i narrowed it down to that css class but couldnt see what
was wrong with it! IE eh? what a pain in the backside!

cheers again

Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top