HighDots Forums  

site messed up on mac

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss site messed up on mac in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
PimpJuice21
 
Posts: n/a

Default site messed up on mac - 07-08-2004 , 10:57 AM






The website I am working on looks great on a PC. But, on a Mac it is messed up.
In internet explorer the drop down menus do not work properly, and in Safari,
the background image on a table cell does not show up. Can anyone offer
suggestions or help as to why this is happening. The temp link is this:
http://river.asap.um.maine.edu/~bartera/LCFCU

Thanks,

Andy


Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: site messed up on mac - 07-08-2004 , 11:24 AM






This page is using the DW/FW pop-up menus.

Note that ~50% of the total code on the page is devoted to menu specific
stuff. This is true for EACH page, and therefore will cause a delay
downloading the same code over and over. This is one of the reasons to hate
these menus. There are more.

<td align="center" valign="top" bgcolor="#000066"> <script
language="JavaScript1.2">mmLoadMenus();</script>

You have inserted the menus into your DW page improperly, causing this
javascript call to be inserted into a table cell. In effect, this causes
'layers' (which are what makes your menus 'pop') to be built in a table
cell, the #1 reason that 'sites look bad on the Mac'. Please change that
line from what you see above to this -

<td align="center" valign="top" bgcolor="#000066">

and then change this -

<body bgcolor="#FFFFFF" text="#000066" link="#000066" vlink="#000066"
alink="#000066">

to this -

<body bgcolor="#FFFFFF" text="#000066" link="#000066" vlink="#000066"
alink="#000066">
<script language="JavaScript1.2">mmLoadMenus();</script>

to get the page back in shape.

Before doing too much work, however, you need to read this carefully -

http://apptools.com/rants/jsmenu.php



--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"PimpJuice21" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
The website I am working on looks great on a PC. But, on a Mac it is
messed up.
In internet explorer the drop down menus do not work properly, and in
Safari,
the background image on a table cell does not show up. Can anyone offer
suggestions or help as to why this is happening. The temp link is this:
http://river.asap.um.maine.edu/~bartera/LCFCU

Thanks,

Andy




Reply With Quote
  #3  
Old   
Osgood
 
Posts: n/a

Default Re: site messed up on mac - 07-08-2004 , 11:35 AM



PimpJuice21 wrote:
and in Safari,
Quote:
the background image on a table cell does not show up. Can anyone offer
suggestions or help as to why this is happening.

Answer to your other problem is clear the 100% height values in the two
<td> cells that your background images are inserted into.



Reply With Quote
  #4  
Old   
PimpJuice21
 
Posts: n/a

Default Re: site messed up on mac - 07-08-2004 , 04:03 PM



Thanks a lot, both of your solutions worked. I appreciate it!

Sincerely,

Andy

Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: site messed up on mac - 07-08-2004 , 04:06 PM



You're welcome!

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"PimpJuice21" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks a lot, both of your solutions worked. I appreciate it!

Sincerely,

Andy



Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.