McCordRm Posted August 13, 2010 Share Posted August 13, 2010 Ok, so I decided that a CMS is probably not what I need. I tried Wordpress, Joomla and Drupal and just wasn't getting what I wanted out of them so I've decided to just code my site by hand. Thus far, I've got my template almost finished but I'm having trouble getting the menu to act right in IE. As far as I can tell, I've got my lists written like they're supposed to be... it just isn't displaying correctly and I'm not seeing the problem. http://www.richardmccord.com/test Firefox displays it perfectly... what the hell is the code missing? Link to comment Share on other sites More sharing options...
0 +jamesyfx Subscriber² Posted August 13, 2010 Subscriber² Share Posted August 13, 2010 Hi, you have a broken div tag, perhaps this is it. <!-- START Menu --> <div id="menu-box" <ul id="menu"> Link to comment Share on other sites More sharing options...
0 sweetsam Posted August 13, 2010 Share Posted August 13, 2010 Hi, you have a broken div tag, perhaps this is it. <!-- START Menu --> <div id="menu-box" <ul id="menu"> and this.... <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> Link to comment Share on other sites More sharing options...
0 McCordRm Posted August 13, 2010 Author Share Posted August 13, 2010 Bah, good catch Jamesyfx. My old eyes just aren't what they used to be. I'll fix it when I get home from work and see if that's the IE problem. And yea, Sweetsam... I was changing that around on purpose to see if it made any difference. I was pulling code off different websites to see the effect they had. Obviously, that wasn't the problem. heh Link to comment Share on other sites More sharing options...
0 McCordRm Posted August 13, 2010 Author Share Posted August 13, 2010 Ok, just got home from work and added the ">" to the code and it fixed it. Awesome catch, thanks. Link to comment Share on other sites More sharing options...
Question
McCordRm
Ok, so I decided that a CMS is probably not what I need.
I tried Wordpress, Joomla and Drupal and just wasn't getting
what I wanted out of them so I've decided to just code my
site by hand.
Thus far, I've got my template almost finished but I'm having
trouble getting the menu to act right in IE. As far as I can tell,
I've got my lists written like they're supposed to be... it just
isn't displaying correctly and I'm not seeing the problem.
http://www.richardmccord.com/test
Firefox displays it perfectly... what the hell is the code missing?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts