Cross browser woes

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jul 2008
Posts: 1
Reputation: zm15 is an unknown quantity at this point 
Solved Threads: 0
zm15 zm15 is offline Offline
Newbie Poster

Cross browser woes

 
0
  #1
22 Days Ago
I can't seem to figure out where my code is going wrong for my page. It appears fine in firefox, but IE things get messed up when you scroll down the page and mouse over the last few pictures. Here is my page:

http://www.landmarkmg.com/rental_communities/index.html
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 807
Reputation: Airshow is on a distinguished road 
Solved Threads: 114
Airshow's Avatar
Airshow Airshow is offline Offline
Practically a Posting Shark
 
0
  #2
21 Days Ago
ZM,

You need to give your page a doctype statement - right at the top.

Any of these works for me (in IE 6):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Airshow
Last edited by Airshow; 21 Days Ago at 6:58 pm. Reason: Amendments after further testing
50% of the solution lies in accurately describing the problem!
Reply With Quote Quick reply to this message  
Reply

Tags
firefox, html, javascript

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC