close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

IE7 Text Only

Thread began 12/14/2009 6:25 pm by david.cooke172080 | Last modified 12/15/2009 1:07 pm by david.cooke172080 | 1394 views | 3 replies |

david.cooke172080

IE7 Text Only

Updating a website for Client, however after adding CSS Menu, it only appears as text in IE however works fine in Firefox, any explanation? Checked forum IE6 question and answer and do not have same issue as far as I can tell. Test page at newmenu.html Assistance would be gratefully recieved.

Sign in to reply to this post

neilo

Hi David,

Try giving your page a full DOCTYPE declaration. (For instance) Change:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>


to:

<!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"
Sign in to reply to this post

Jason ByrnesWebAssist

Neilo is correct, the problem is being caused because your doctype tag does not include the URL to a DTD for the browser to use.

You probably shouldn't change to the XHTML doctype though, I dont think your page was created using XHTML markup standards.


Instead of the doctype tag Neilo suggested, use the full HTML 4.01 transnational doctype tag:

html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Sign in to reply to this post

david.cooke172080

The solution provided worked a treat, many thanks for your feedback

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...