By ghankstef on
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
When I watch your page with
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.
Thanks but that's not it.
I just forgot to setup the tables for the fleixnode module
On a Mac with Safari, your
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 ...
It's an anchor tag width.
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.
I already have this comment out
Where you viewing in IE6 loggin in as user anon?
This is commented out already. Am I misunderstanding your suggestion?
Thanks
In CSS...
In CSS you comment out with /* .... */ and not with #.
Communications, Electronics and Computers