iEntry 10th Anniversary Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > The Visual Design > Your Design and Layout

Reply
 
LinkBack Thread Tools
Old March 13th, 2007, 12:13 PM   #1
New Member
 

Join Date: Mar 2007
Location: Newark
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lusam52 is on a distinguished road
Site looks different in older versions of IE?

Newbie web designer here - hello.

I've created a simple site in dreamweaver 8 and it looks fine in IE7, but when mates view it with IE6/firefox it looks rubbish? Fonts are TNR instead of Arial and mouseover buttons aren't there, just crappy text?

Any ideas?

Thanks
Lusam52 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 12:21 PM   #2
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,608
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
Re: Site looks different in older versions of IE?

We need a link. We're not mind readers. if you don't have it hosted yet, put in on a free host (there's tones out there ... freewebs.com is a pretty decent one) for testing purposes.

The other thing you need to know is that you should code your site with Firefox in mind and then hack for IE.

Don't use IE as your primary testing browser

Last edited by karinne; March 13th, 2007 at 12:24 PM..
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 12:26 PM   #3
New Member
 

Join Date: Mar 2007
Location: Newark
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lusam52 is on a distinguished road
Re: Site looks different in older versions of IE?

sorry, here's the link http://tennysonleague.110mb.com/

Thanks
Lusam52 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 12:35 PM   #4
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,608
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
Re: Site looks different in older versions of IE?

Looks fine to me ... Win2000 / IE6 and FF

The code is terrible tho ... you don't have <html> or <body> tags in there.

To avoid problems with browsers not displaying your site properly when DW does, do yourself a favor and learn HTML. Get away from the design view of dreamweaver and stick the code view and hand-code your site.

The basic HTML/XHTML document should look like this:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-CA" xml:lang="EN-CA">

<head>
    <title>Some title</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
</head>

<body>

</body>
</html>
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 12:38 PM   #5
New Member
 

Join Date: Mar 2007
Location: Newark
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lusam52 is on a distinguished road
Re: Site looks different in older versions of IE?

Ok, thanks for the advice. Not sure why he can't view it properly though

Oh well.
Lusam52 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 12:42 PM   #6
Elite Veteran
 

Join Date: Jan 2007
Location: You know where
Age: 32
Posts: 4,608
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all karinne is a name known to all
Re: Site looks different in older versions of IE?

Well ... maybe the fact that you don't have <html> and <body> tags? They're probably sending IE into what-the-heck-do-i-do-with-this mode.
karinne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 06:06 PM   #7
Elite Veteran
 

Join Date: Dec 2005
Location: On Internet
Posts: 4,850
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 JacobHaug is a jewel in the rough JacobHaug is a jewel in the rough JacobHaug is a jewel in the rough JacobHaug is a jewel in the rough
Re: Site looks different in older versions of IE?

hahaha...lol, you defiantly need some work on your code, but you are in the right place!!
JacobHaug is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 13th, 2007, 07:00 PM   #8
Elite Veteran
 

Join Date: Sep 2006
Location: Pink House
Posts: 3,942
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all Lchad is a name known to all
Re: Site looks different in older versions of IE?

Dreamweaver puts html and body tags in automatically so they must have been deleted.

Maybe their browser needs refreshing!
Lchad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 14th, 2007, 03:56 AM   #9
New Member
 

Join Date: Mar 2007
Location: Newark
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Lusam52 is on a distinguished road
Re: Site looks different in older versions of IE?

Hi,

thanks for all the advice.

I'll look into it further. The code problems doesn't explain why I can see it ok though? I use IE7 under Vistya OS, my mate uses IE6 under XP. Yet Firefox on my machine has the same problems as his?

Maybe i'll start again

Thanks again

Phil (lusam52)
Lusam52 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
dreamweaver 8 , ie6 , ie7


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple browser versions snappy HTML, XHTML and CSS 7 April 23rd, 2008 09:40 AM
[SOLVED] Browser versions to test pages in djeyewater Your Design and Layout 4 January 21st, 2008 04:39 AM
CSS and older browsers (IE6 and under...gggrrrhh) AdRock HTML, XHTML and CSS 5 September 28th, 2007 09:10 PM


Search Engine Optimization by vBSEO 3.2.0 RC8