• 0

Cross-browser support question.


Question

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

  • 0

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

  • 0

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

  • 0

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.