Take a look at this site in Explorer 6 (Win) and Firefox (1.0 or up):

http://plato2.hamline.edu/webapps/drupal/

be sure to log in as uname: anon pass: 12345 in both browsers

See how the user menu on the left sticks out too far in Explorer but is fine in FireFox.

I've looked at every block element and their css definitions and I can't figure out what is causing this.

Any ideas?

Comments

MandrakeTheMagician’s picture

When I watch your page with Safari on a mac, I got this at the top of your Site page:

user error: Table 'gh_db05.flexinode_type' doesn't exist
query: SELECT * FROM flexinode_type in /htdocs/webapps/drupal/includes/database.mysql.inc on line 66.
user error: Table 'gh_db05.flexinode_type' doesn't exist
query: SELECT * FROM flexinode_type WHERE ctype_id = 0 in /htdocs/webapps/drupal/includes/database.mysql.inc on line 66.
user error: Table 'gh_db05.flexinode_field' doesn't exist
query: SELECT * FROM flexinode_field WHERE ctype_id = 0 ORDER BY weight ASC, label ASC in /htdocs/webapps/drupal/includes/database.mysql.inc on line 66.

ghankstef’s picture

I just forgot to setup the tables for the fleixnode module

MandrakeTheMagician’s picture

On a Mac with Safari, your page appears fine ....

I wonder how long people need to understand that IE is a dangerous crap ... it doesn't respect the W3 CSS rules and full of security holes .

Hope the day when devloppers will only focus on FireFox, Opera and Safari ...

whenigodeaf’s picture

This block of code in your stylesheet:

.menu li a {
# width: 100%;
text-decoration: none;
padding: 0;
margin: 0;
}

When I commented out the width line, it looked fine.

ghankstef’s picture

Where you viewing in IE6 loggin in as user anon?

This is commented out already. Am I misunderstanding your suggestion?

Thanks

Bobby1290’s picture

In CSS you comment out with /* .... */ and not with #.

Communications, Electronics and Computers