Is this correct way to link to the stylesheet of a CSS menu?
-
I wish to implement a menu in my footer. It is a CSS list-based menu (with a javascript for IE6).
Is this how I call the menu’s stylesheet in the header? If so, why doesn’t the menu look right on my site?
<link rel="stylesheet" media="all" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/skeleton_up/skeleton_up.css">
Can I paste the bits in the menu-specific stylesheet into the theme’s stylesheet? How do I ensure there are no conflicts with the menu’s stylesheet?
Thanks
/p
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Is this correct way to link to the stylesheet of a CSS menu?’ is closed to new replies.