close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

CSS Menuwriter 2 shows only text in IE8

Thread began 10/06/2009 11:32 am by linda304425 | Last modified 10/07/2009 9:54 am by Jason Byrnes | 3227 views | 5 replies |

linda304425

CSS Menuwriter 2 shows only text in IE8

Hello, I'm new here. I downloaded the CSS menu, I know how it works but. When I want to preview it in IE8 I only see text and I think that I know for sure that the paths are OK.
It

Attached are some files, so you can see the view in Dreamweaver CS4, the code and the online view and from the Webassist menu.

Who can help me?
Thank you very much

Attached Files
code.txt
Sign in to reply to this post

Jason ByrnesWebAssist

Your page is missing a doctype tag, so IE will not render CSS properly.

ad the following at line 1 of your page:
<!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

linda304425

missing code

Yessss!!! You are right!
I deleted this because otherwise my webpage doesn't center exact in the middle of my screen. Do you have a suggestion?

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="1000px" height="600px" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table border="0" cellpadding="0" cellspacing="0" width="1004">

Yhank you so much.

Sign in to reply to this post

Jason ByrnesWebAssist

This does not seam right:
<table width="1000px" height="600px" border="0" align="center" cellpadding="0" cellspacing="0">

the measument for table width and hights is assumed to be pixels, change that to:
<table width="1000" height="600" border="0" align="center" cellpadding="0" cellspacing="0">

Sign in to reply to this post

linda304425

I changed the code

Hello, I changed my code of the table but that doesn't work:
see also:
index-menu.htm (this is an testversion).

And I'd like to have the website exactly in the middle (absolute middle). Normally I deleted the code on rule 1, but than my CSS menu doesn't work, as you said.

Thank you very very much so far.

Sign in to reply to this post

Jason ByrnesWebAssist

This has to be done using CSS.


add class="centered" to the table tag:
<table class="centered" width="1000" height="600" border="0" align="center" cellpadding="0" cellspacing="0">


then add the following CSS:
.centered {
position: absolute;
top: 50%;
left: 50%;
width:1000px;
height: 600px;
margin-left:-500px;
margin-top:-300px;
}

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...