iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-07-2009, 02:14 PM
WebProWorld New Member
 
Join Date: Oct 2009
Posts: 6
Tnig2000 RepRank 0
Default Dreamweaver browser compatability

Here is my site that I created in Dreamweaver. Im almost done with the home page except for a few snags. One being that I have a slide show but my drop down menus drop down behind the slide show so you can't see them. Also some of the dropdown menus run on one line instead of stacking on each other. I put a line break after each one but it doesn't work on all browsers. Another thing, if i split the bottom table cell into to columns, one with the slide show the other with the text content. the whole thing slides over a little and is no longer lined up. These problems vary depending on the browser but I find the most trouble looking with internet explorer. How do i make it look consistent across browsers? Here is the site, any help is truly appreciated. This has been giving me headaches.

The Stables at LeBocage

and heres is the code:

<body>
<table width="962" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>
<td colspan="2"><img src="images/header.jpg" width="951" height="270" align="middle" id="header">
<ul id="nav">
<li><a href="#"><img src="images/home.gif" width="112" height="59" border="0"></a> </li>

<li><a href="#"><img src="images/aboutus.gif" width="115" height="59" border="0"></a>
<ul>
<li><a href="#">Welcome</a></li>
<li><a href="#">Stables</a></li>
<li><a href="#">Location</a></li>
</ul>
</li>

<li><a href="#"><img src="images/services.gif" width="110" height="59" border="0"></a>
<ul>
<li><a href="#">Boarding</a></li>
<li><a href="#">Horse Care</a></li>
<li><a href="#">Lessons</a></li>
<li><a href="#">Horse Shows</a></li>
<li><a href="#">Pony Parties</a></li>
</ul>
</li>
<li></li>
<li><a href="#"><img src="images/teamlobocage.gif" width="177" height="59" border="0"></a>
<ul id="teamlobocagemenu">
<li><a href="#">Trainers</a></li><br />
<li><a href="#">Groomers</a></li>
</ul>
</li>
<li></li>
<li></li>
<li><a href="#"><img src="images/horses.gif" width="101" height="59" border="0"></a>
<ul>
<li><a href="#">Sale</a></li><br />
<li><a href="#">Lease</a></li><br \>
<li><a href="#">Breeding</a></li>
</ul>
</li>
<li></li>
<li><a href="#"><img src="images/news.gif" width="92" height="59" border="0"></a>
<ul id="ulnewsdrop">
<li><a href="#">What's New</a></li>
<li><a href="#">Calender</a></li>
</ul>
</li>
<li></li>
<li>
<div><a href="#"><img src="images/media.gif" width="84" height="59" border="0"></a></div>
<ul id="ulmediadrop">
<li><a href="#">Photos</a></li>
<li><a href="#">Videos</a></li>
</ul>
</li>
<li></li>
<li><a href="#"><img src="images/connietact.gif" width="160" height="59" border="0"></a></li>
</ul> </td>
</tr>
<tr><td width="0" align="center" nowrap id="information"><p>

<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','400','heigh t','325','align','left','src','untitled','quality' ,'high','flashvars','flashlet={bgColor:#000000,tra nsitionsType:\'Fade\'}','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flas h_component','ImageViewer.swc','movie','untitled' ); //end AC code
</script>
<noscript>
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="400" height="325" align="left">
<param name="flash_component" value="ImageViewer.swc">
<param name="movie" value="untitled.swf">
<param name="quality" value="high">
<param name="FlashVars" value="flashlet={bgColor:#000000,transitionsType:' Fade'}">
<embed src="untitled.swf" width="400" height="325" align="left" quality="high" flashvars="flashlet={bgColor:#000000,transitionsTy pe:'Fade'}" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"> </embed>
</object>
</noscript>
</p>
<h2>&nbsp;</h2>
<p>&nbsp;</p></td>
<td width="0" align="left" valign="top" nowrap id="information"><p>&nbsp;</p>
<p>The Stables at Lebcoage</p></td>
<tr>
<td colspan="2" id="information2">&nbsp;</td>
</table>
Reply With Quote
  #2 (permalink)  
Old 10-09-2009, 01:15 PM
morestar's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jun 2007
Location: Burlington, Ontario (Toronto)
Posts: 941
morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5
Default Re: Dreamweaver browser compatability

This is for the menus that are displaying behind the movie...

Add this line of code to your flash movie object:

<param name="wmode" value="transparent">

I hope this helps...

so basically where you have this bunch of code:

<param name="flash_component" value="ImageViewer.swc">
<param name="movie" value="untitled.swf">
<param name="quality" value="high">


Add the extra line I mentioned above right after it...
__________________
Join free dating sites and meet single people without paying a penny.

Last edited by morestar; 10-09-2009 at 01:18 PM.
Reply With Quote
  #3 (permalink)  
Old 10-09-2009, 01:20 PM
morestar's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Jun 2007
Location: Burlington, Ontario (Toronto)
Posts: 941
morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5morestar RepRank 5
Default Re: Dreamweaver browser compatability

I noticed your home page has Untitled Document as the title of the page. You might want to give the title of your home page something more descriptive...something like "riding lessons, pony riding lessons [in your city]..."

This will help searchers and the search engines know what your site is about...
__________________
Join free dating sites and meet single people without paying a penny.
Reply With Quote
  #4 (permalink)  
Old 10-09-2009, 01:28 PM
WebProWorld New Member
 
Join Date: Oct 2009
Posts: 6
Tnig2000 RepRank 0
Default Re: Dreamweaver browser compatability

yeah! that fixed the problem! thanks so much. yeah i need to label those pages.
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum

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

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
Browser Compatability afcredultra Graphics & Design Discussion Forum 25 06-21-2006 01:40 PM


All times are GMT -4. The time now is 10:17 AM.



Search Engine Optimization by vBSEO 3.3.0