> To: CSS-d > Subject: [css-d] I've got a problem with CSS and WordPress > > > Okay, on this (http://divinelotus.freehostia.com/) site, I have a > javascript to do the navbar. It relies on a javascript and css file in > the <head>. However, when I tried to put it on my WordPress, the css > would not show up. I put the <head> files in the appropriate sections of > the header.php. But when I put the javascript for the menu itself, it > was partially unstyled... the javascript behavior worked, but not the > style information. > > I can't leave it like that without ruining the functionality of my site, > but does anyone have any suggestions based on your experience with > WordPress. > The problem has nothing to do wth WordPress, I am afraid. If I understand you correctly, you are trying to style the dropdown menu using CSS. As the menu is driven by JavaScript, that is not possible. You will have to do the styling within the javascript page.
However, the site doesn't valdidate for XHTML 1.00. See: http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdivinelotus.freehos tia.com%2F You are also using a lot of style information in the page itself. Not sure why you have used a table design as WordPress is brilliant at runnng CSS based designs without adding any extra code. Regards Ian -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.408 / Virus Database: 268.13.17/505 - Release Date: 27/10/2006 ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
