|
Search this group's discussions
|
Help with css menu
|
Can you post the relevant HTML code too? To me it looks like you've missed an ending LI or A tag on the second item, or something similar.
Originally posted 41 months ago.
(permalink)
dezinerau edited this topic 41 months ago.
|
 |
d.hummelen [deleted] says:
here's the html code
 
koken op locatie
thema menu'skloostermenu | dag van de zorg | Afternoon tea's | 16e eews tafelen
work shops
patisserie
Posted 41 months ago.
(permalink)
|
 |
d.hummelen [deleted] says:
•div id="header"•
•ul•
•li••a href="koken_op_locatie.html"•koken op locatie•/a••/li•
•li•thema menu's•p••a href="index.html"•kloostermenu•/a• | •a href="index.html"•dag van de zorg•/a• | •a href="index.html"•Afternoon tea's•/a• | •a href="index.html"•16e eews tafelen•/a••/p••/li•
•li••a href="work_shops.html"•work shops•/a••/li•
•li••a href="patisserie.html"•patisserie•/a••/li•
•/ul•
•/div•
I've replaced the with • so you can read it
Posted 41 months ago.
(permalink)
|
|
Try using 'span' instead of 'p'. The 'p' (paragraph) attribute has inherent properties that will take precedence over your CSS.
PS. Use more CSS-shorthand to reduce size of stylesheet.
ie
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
becomes
border-style:solid;
Originally posted 41 months ago.
(permalink)
StephenMitchell edited this topic 41 months ago.
|
|
I think problem is that you have "float" on all of your "a" tags and they're not playing very nicely together. You should subclass the "a"s in the second block and only apply the floats to the first three. The "a"s in the other blocks do not need to be floated.
Also what he ^ said :)
Originally posted 41 months ago.
(permalink)
dezinerau edited this topic 41 months ago.
|
 |
d.hummelen [deleted] says:
Is it maybe easeyer to make the menu in flash. Would it give anny difficulties… caus i finaly made it work and now most of the browsers display it different and way wrong.
Posted 40 months ago.
(permalink)
|
Would you like to comment?
Sign up for a free account, or sign in (if you're already a member).
|
|