Web Design and Development Forums

Frames and Flyout Menus.

This is a discussion on "Frames and Flyout Menus." within the XML, RSS & Atom section. This forum, and the thread "Frames and Flyout Menus. are both part of the Program Your Website category.

Old Apr 9th, 2008, 20:17   #1 (permalink)
New Member
 
Join Date: Apr 2008
Location: SHROPSHIRE
Age: 22
Posts: 3
Exclamation Frames and Flyout Menus.

Hi Everyone!

I have a problem which ime hoping someone may have an answer to.
Ime not sure if its possible to solve or not but ime sure some smart individual will .

I Have a website which is based on a frameset, Frame 1 for navigation and Frame 2 for content.

I have created a (I think) Very nice navigation menu using flash, and would like to extend it to make it a "flyout" menu.

The question I have, is it posible to get a flash "flyout" menu to "flyover" the navigation frame into the content frame with a transparancy effect?

I can't get it to fly over the navigation frame, it just buries itself under the content frame!!

Any ways i hope that makes sence to people and any feedback would be greatly appreciated.

Thanks.
lilandy 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 Apr 9th, 2008, 23:55   #2 (permalink)
Lead Administrator
 
saltedm8's Avatar
 
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,062
Blog Entries: 1
Send a message via MSN to saltedm8
Re: Frames and Flyout Menus.

ouch, you have soooooo much to learn, you are breaking every rule in the book

as such, i don't think anyone could directly answer you question, but we could tell you how it can be improved, if you like that idea better don't be afraid to post around and ask

check out the 'New to Web Design' forum and the 'HTML Forum' forum

welcome
__________________
recipebite.co.uk - its a working progress...
saltedm8 is online now  
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 Apr 10th, 2008, 16:25   #3 (permalink)
New Member
 
Join Date: Apr 2008
Location: SHROPSHIRE
Age: 22
Posts: 3
Re: Frames and Flyout Menus.

Quote:
Originally Posted by saltedm8 View Post
ouch, you have soooooo much to learn, you are breaking every rule in the book

as such, i don't think anyone could directly answer you question, but we could tell you how it can be improved, if you like that idea better don't be afraid to post around and ask

check out the 'New to Web Design' forum and the 'HTML Forum' forum

welcome
By breaking every rule in the book what exactly do you mean?
And yes ime still learning, Ime a student :-D.

I do know frames aren't exactly loved amongst those in the know, however I think they still have their uses lol.

However ime open minded so what way do you surgest i improve it?

If you want to see the site ime working on its www.wadoexl.info

Any usefull critism is apreciated. :-D

Cheers.
lilandy 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 Apr 10th, 2008, 16:38   #4 (permalink)
Lead Administrator
 
saltedm8's Avatar
 
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,062
Blog Entries: 1
Send a message via MSN to saltedm8
Re: Frames and Flyout Menus.

ok, where do i start

'breaking every rule in the book'

frames are not only frowned upon they are totally against every good website point, for example, search engine optimisation

also, flash menus are not a good idea, for the same reason

right click disable does no good what-so-ever, all i have to do is hit view source in my browser menu instead of right clicking

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>WadoEXL Karate Championships</title>
<meta name="keywords" content="WadoEXL, Wado, Ryu, Karate, Competition, Championship, Competitions, Championships, Tournament, Kai, Shotokan, Gojo, Exl, Exel, Excel, Wadoexel, wadoexcel, -, shrewsbury, shropshire, england, uk, 2008," />
<meta name="description" content="WadoEXL Karate Championships. 
Annual Karate tournament held in Shrewsbury, Shropshire." />
<meta name="Author" content="Andy Johnson." />
<META NAME="copyright" CONTENT="Copyright WadoEXL.info">
<meta name="verify-v1" content="/6Cm4tciYE0Q11uuF7BZLHEHTeb+N8O6kmUdrWt4AAk=" />
<META HTTP-EQUIV="imagetoolbar" CONTENT="no">
<link rel="shortcut icon" href="favicon.ico" >
</head>

<frameset rows="*" cols="140,*" framespacing="0" frameborder="no" border="0">
  <frame src="menu.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" />
Code: Select all
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Home</title>
<style type="text/css">
<!--
.style2 {    text-align: center;
}
.style5 {    font-family: "Arial Black";
    color: #FF0000;
    vertical-align: top;
    font-size: xx-large;
}
.style7 {    text-align: center;
    color: #FF0000;
    vertical-align: middle;
}
.style8 {    font-size: medium;
}
.style9 {    text-align: center;
    text-decoration: underline;
    color: #0000FF;
}
body {
    background-image: url(Martial artsbg.jpg);
    background-repeat: repeat;
    background-image: url(marbWHI.jpg);
}
.style10 {text-align: center; font-weight: bold; }
-->
</style>
<script type="text/JavaScript">
<!--
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
//-->
</script>
<meta name="Keywords" content="WadoEXL, Wado, Ryu, Karate, Competition, Championship, Competitions, Championships, Tournament, Kai, Shotokan, Gojo, Exl, Exel, Excel, Wadoexel, wadoexcel, -, shrewsbury, shropshire, england, uk, 2008, " />
<meta name="Description" content="WadoEXL Karate Championships.
Annual Karate tournament held in Shrewsbury." />
</head>

<body>
<h2 class="style2" onmousemove="MM_displayStatusMsg('&copy; WadoEXL.com');return document.MM_returnValue"><span class="style5" onmousemove="MM_displayStatusMsg('&copy; WadoEXL.com');return document.MM_returnValue">WELCOME TO THE WadoEXL KARATE 
  CHAMPIONSHIP'S OFFICIAL SITE.</span></h2>
<p class="style2"> <img alt="Frontpic" src="frontpic.jpg" width="866" height="551" /></p>
<h2 class="style2">&nbsp;</h2>
<h2 class="style9">Dates for WadoEXL 2008</h2>
<p class="style10">Master Class - Friday 3rd and Saturday 4th of October.</p>
<p class="style10">Championships - Sunday 5th of October. Start time 10:00am </p>
<p>&nbsp;</p>
<h4 class="style7">IN ASSOCIATION WITH:</h4>
<h4 class="style7"><img alt="Tradlogo" src="tradlogo.jpg" width="365" height="100" /><img alt="Bodytechlogo" src="bodytechlogo.jpg" width="151" height="100" /></h4>
<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=2310499; 
var sc_invisible=1; 
var sc_partition=21; 
var sc_security="70e76411"; 
</script>

<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c22.statcounter.com/2310499/0/70e76411/1/" alt="screen resolution stats" ></a></div></noscript>
<!-- End of StatCounter Code -->

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Function Disabled!";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// --> 
</script>
</body></html>
there is no way to protect this, so if that is why you used frames, you know now that it dont work.

at least you have a little css knowledge, so if i were you i would look towards that.
__________________
recipebite.co.uk - its a working progress...

Last edited by saltedm8; Apr 10th, 2008 at 16:44.
saltedm8 is online now  
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 Apr 10th, 2008, 18:16   #5 (permalink)
New Member
 
Join Date: Apr 2008
Location: SHROPSHIRE
Age: 22
Posts: 3
Re: Frames and Flyout Menus.

Ah yes I know about the search engine problems. Bin working round them so far.

And the right click thing was more to deter people from pinching photo's etc.
We all know nothing is un-breakable tho heh.

Thanks for ure input tho allways apreciated :-D
lilandy 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

Thread Tools
Rate This Thread
Rate This Thread:

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
[SOLVED] flyout menu trouble mykl CSS Forum 4 Nov 16th, 2007 09:44
Flyout menu across frames help needed Markb New to Web Design 1 Jul 23rd, 2007 12:59
menus in css cressy CSS Forum 12 Apr 15th, 2007 12:42
Need some help on menus indianeditor HTML Forum 1 Sep 20th, 2006 11:27
Trying to get this flyout menu to flyout the opposite way davva CSS Forum 6 Aug 30th, 2006 19:48



Latest Updates

All Points SEO Security Advisory - CHECK YOUR SITE NOW!

Creative Coding :: February 2008

Webforumz is sponsored by: WESH UK Web Hosting
All times are GMT. The time now is 21:40.

Sleep Study Scoring :: Free Bet :: Website Templates :: Online Betting :: Bookmakers :: Funny Quotes :: Internet Recruitment Software :: Microsoft CRM Experts :: Online Casino :: Decorated Christmas Trees :: Midwife Forums :: Football Betting :: Ecommerce Software :: Web Hosting :: Football Stats :: Dry Cleaning Collection :: xtreme wales - extreme clothing :: Apuestas :: Sharepoint Consultants :: Website Optimisation :: Office Clearance London :: Sharepoint Experts :: Sports Betting :: Casino :: Website Templates :: Web Design Development India :: Online Gambling

Powered by: vBulletin Version 3.7, Copyright ©2000 - 2008, Jelsoft Enterprises Limited.
© 2003-2008 Webforumz.com : All Rights Reserved
Search Engine Friendly URLs by vBSEO 3.2.0 RC6


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59