Extending menu only across whole browser

I'm wanting to place a menu on my iweb page that stretches across the whole browser, but allowing for the rest of the content to fit into a 900 mm width. Like this: http://www.switzer.com.au/
Appreciate any thought on how I can do it?
Regards
Dan

Here are some sample menus
http://dl.dropbox.com/u/3563737/Lycos/Fixed.html
http://www.wyodor.net/_Demo/tmf/TMF.html
Have a look at the widget-markup files (that contain the code you paste in the HTML Snippet) :
http://dl.dropbox.com/u/3563737/Lycos//Fixedfiles/widget1markup.html
http://www.wyodor.net/Demo/tmf//TMF_files/widget0markup.html
And its respective JavaScripts that perform the magic :
http://www.wyodor.net/_Demo/duckmenu/tmf.js

Similar Messages

  • Now Private Browsing is NOT available on my Tools Menu--only Stop Private Browsing appears and it's grayed-out=NOT available; so why is that so=Why isn't Private Browsing available = can't I use it any longer?

    Now Private Browsing is NOT available on my Tools Menu--only Stop Private Browsing appears and it's grayed-out=NOT available; so why is that so=Why isn't Private Browsing available = can't I use it any longer

    I just followed your directions about the Options window Privacy panel change to
    "remember history". AND IT WORKED!. Thank you. === George ===

  • I am not able to type anything in the address bar or click on any menu options with the browswer. The whole browser is just stuck, I cant do anything in it. It loads up fine but nothing can be done at all within the broswer.

    I am not able to type anything in the address bar or click on any menu options with the browswer. The whole browser is just stuck, I cant do anything in it. It loads up fine but nothing can be done at all within the broswer.

    Hi,
    ( I search for iChat questions when I have finished in the iChat Forum)
    So the menu bar reads iChat, File,  Edit,  View, Buddies, Video, Window and Help
    There is no Buddy List open.
    There is no other window for iChat open.
    In the iChat Menu you only have access to Status.
    Is an item ticked in the list ?
    Is this a green (Available item) or  Red ( an Away one) ?
    Can you access the Accounts option ?  (Sitll in the iChat Menu)
    Is anything in here ticked ?
    In the Window menu any Logged in account should appear in the list  (Between the Next Chat and File Transfer items)
    It would be useful to know which version of iChat this is.
    If no account is ticked (iChat Menu > Accounts) or not showing in the Window Menu, plus you cannot determine the Status and you cannot access the Preferences then you need to access your Home Folder/Library/Preferences
    As the Library in the Home Holder is Invisible in Lion you will need the Finder's Go Menu > Go to Folder option  (you can use it in earlier OS versions if you want)
    Type in:-
    ~/Library/Preferences
    Find the file called com.apple.ichat.plist
    Drag it to the Trash and Restart iChat.
    This will lose all the settings in iChat that you have changed from Defaults but there is no way around this.
    9:23 PM      Saturday; August 27, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Extending my desktop across 2 (DVI) displays from 15" MacBook Pro Retina

    Hi. I bought a new 15" MacBook Pro Retina a few days ago and am trying to connect 2 Dell displays with a view to extending my desktop across them both. At the Apple shop I was told I simply needed to buy 2 Thunderbolt to DVI converters (my 2 displays both have DVI out) and hook them up... Not true. If I try this my desktop only extended across 1 display. The other display isn't even picked up by my MacBook Pro.
    So does anyone out there know how I connect 2 DVI displays to my MacBook Pro without buying a Matrox Dual Link? If I bought an HDMI to DVI converter cable and connected one display via the HDMI port, and the other display via the thunderbolt port, would this work?

    May not be an upgrade issue ..
    You have a fast processor. and 8GB of RAM is more than sufficient.  (The processor cannot be replaced)
    Click your Apple menu  top left in your screen. From the drop down menu click About This Mac > More Info > Storage
    Make sure there's at least 15% free disk space. Less can slow the system down.
    If your Mac seems to running slower, try the suggestions here > Mac troubleshooting: What to do when your computer is too slow | Macworld
    If you have not done so, especially with school files stored on the hard drive, make sure to back up your important data on a timely basis.  Help here >  Mac Basics: Time Machine
    Not a good idea to post the serial number of your Mac on the net. I have asked the moderators to edit that information for you. It has nothing to do with upgrading.

  • How to set a back ground to be shown in the whole browser...

    Hi all,
    1. How to set a background in Adobe Dreamweaver so it's gonna be visible in whole browser no matter what resolution is set, the problem is that I cant set to repeat it as the backgroud is not symetric (picture below):
    http://a.imagehost.org/view/0568/Untitled-2
    2. I would like to know how to create a shiny/glossy objects like rectangle or so in Photoshop. Could you recommended some addons/plugs? An example:
    http://www.istockphoto.com/file_thumbview_approve/6137760/2/istockphoto_6137760-shiny-rect angle-menu-buttons.jpg
    Thanks from advance for any help.
    Regards

    Here's an example using the background image you linked to.
    http://perrelink.com.au/forum/repeat-bg/
    Look at the code and see how I've applied the background image to the body tag in the css.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    http://twitter.com/nadiap

  • Disabling rightclick menu in Reader in browser?

    How to use adobe acrobat API method/events to capture function keydown effectively disabling rightclick menu in Reader in browser?
    Question: can anyone illustrate how to disable menu right click ? ive seen methods/events in the acrobat api that look to capture the rightclick keydown event but I dont know how to call/implement a function to pull this off.
    I read that one might use the notification AVAppRegisterForPageViewRightClicks and do nothing inside the callback procedure to disable entire right click operation inside a Pdf. Sounds good but how?
    The AVPageView has methods like AVPageViewKeyDownProc and that's registered using AVAppRegisterForPageViewKeyDown.
    I'm getting this from http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/API_References/Acrobat_API_Refer ence/AV_Layer/
    I found this on "How to Disable right click pop-up menu items" :
    http://forums.adobe.com/thread/441260
    but I can't follow the posters own resolution which is to "We only need to use the notification AVAppRegisterForPageViewRightClicks and do nothing inside the callback procedure to disable entire right click operation inside a Pdf."
    While that sound correct - how would someone implement this? Can anyone show examples ?

    Post your question in the forum for Acrobat SDK.

  • N97 Application extended menu

    There are some programs on my N97 that only run with an extended menu. It has two buttons, arrow keys, and the letters A B C D at the bottom.
    An example of an app that does this would be Gmail.
    Is there any way to get rid of this menu?
    Any help would be useful.
    Thanks a lot  

    I find this extended menu is very useful when using the touchscreen only. How else would you be able to scroll and select.
    I like this menu - it's kind of funky  

  • Storage spaces can only use whole drives

    One of the features that I was really interested in with WS2012E is storage spaces as it replaces the old driver extender of WHS v1. Having now installed WS2012E onto my WHS2011 box I am bit staggered to find that it can only use whole drives. My box came
    with 2 * 2Tb drives, the first partitioned as boot, then a 60G of OS followed by the rest allocated as storage. I have successfully created a Storage space pool of the second drive but cannot find any way to add the remaining storage from the large partition
    on the other drive into the pool. As the UI just shows me drives rather than partitions, I am bit challenged. I thought that storage spaces was meant to be flexible about adding drives just like the old drive extender. Even add on technolgies like DriveBender
    for WHS2011 allows for a storage space to be made up from this type of set up. So we seem to be going backwards.
    Plus when creating the drive pool it defaulted on a 2Tb drive to a 2Gb size! How useful is that? As soon as I started copying data to the drive it ran out of space. I then had to go in and expand it.

    I note that you did this with Windows Server 2012 Essentials.  I cannot seem to do this with Windows 2012 Standard.  I have two 500 GB disks and 40GB of the first disk, PhysicalDisk0 is partitioned for the OS.  Nothing I do makes PhysicalDisk0
    show up in the Storage Pool area of Server Manager - all I can see is PhysicalDisk1.  (Refer to 'Physical Disks' in the bottom right corner of the previous poster's first screen shot above.  I can only see 'PhysicalDisk1', not 'PhysicalDisk0'.)  If
    I click 'Disks' just under 'Volumes' in the same screenshot above, I can see PhysicalDisk0, and it shows 466 GB capacity, 423 GB unallocated.  PhysicalDisk1 shows 466 GB capacity, 466 GB unallocated.  My intent was to mirror the remaining 423 GB
    on PhysicalDisk0 with 423 GB on PhysicalDisk1.  I would then allocate the leftover 43 GB on PhysicalDisk1 as a 'scratch' disk.  I have tried leaving everything unallocated and have tried all variations of creating volumes and virtual disks, but nothing
    I do makes a difference.  I found other threads related to this issue which indicated there was a flaw in the 2012 GUI and that this process could be done via Powershell.  However, there seems to be a mix of Windows 8 and Windows 2012 in these threads
    and, apparently the Powershell commands I've found apply to 8 and not 2012, as I get invalid command errors when I try to use them.
    Can anybody tell me how to mirror the unallocated portion of the primary disk PhysicalDisk0 (which has a partition for the OS) with a same-sized portion of PhysicalDisk1 with Windows Server 2012?  Thanks!

  • I have been sent a 'word document' in which are a series of boxes about thirty lines long to insure written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    I have been sent a 'word document' in which are a series of boxes about thirty lines long to insert written text. When Pages opens the document it extends these to a whole A4 page how do I get it to retain the original layout

    You can't change the way Pages import .doc files.
    It was never written that it reproduce exactly the original one.
    From my point of view, as I refuse to give a cent to M...soft, the best way to deal with documents issued by their Office suite is to use the free libreOffice.
    Yvan KOENIG (VALLAURIS, France) jeudi 7 juillet 2011 11:34:19 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • The first tab I have never closes and when I open a second one and close that the whole browser will close. Is this a bug?

    Since downloading the 4.0 beta, in both versions (4.0 and 3.6) I can't close the first tab that is opened when I start the browser. I click the red close button and nothing happens but if I open another tab and close that then it will close and the whole browser will close. I have uninstalled the beta version and the 3.6 version and reinstalled the 3.6 version but it hasn't made a difference.

    JUst experienced the exact  same problem after changing password.Getting same message. Hope someone has an answer for this.

  • IPhone Calendar List View Extends Back Only One Year

    My iPhone calendar List view extends back approximately one year despite the fact that I have calendar entries extending back to 1999 and that older data is visible under the Day and Month views. This is a problem because the only search mechanism in iPhone calendar is through the List view. Therefore, any search I conduct extends back only to the data in the List view ... which means back only one year.
    Does anyone have any thoughts or suggestions on how I could change this such that the List view extends to include ALL of my calendar entries and is in conformity with the Day and Month views? (I wanted to ask if anyone knows how to "correct" this, but perhaps Apple has designed it this way to speed-up the searching in List view ... I'm not certain.)
    I am currently running the most recent iOS update, am syncing my iPhone calendar via MobileMe, have upgraded to the new version of the MobileMe calendar, and have ALREADY reset my sync. history, deleted my iPhone calendar and re-synced it, etc. These don't resolve the problem.

    I've noticed that the date to which the List View will "look back" will change depending on software updates or syncs.
    For instance, a few weeks ago my List View went back to December 2009 ... now it goes back to Jan. 2010 (i.e. I lost a month of "look back"). I do not specifically recall what triggered this change, but I reset my sync. log during this period.
    If you make no changes to the sync. log or update the software, the List View start date will stay constant I believe. For instance, if the List View goes back to Jan. 1, 2010 right now it should stay that way until you reset the sync. log or update the iPhone software. Theoretically then the List View can "look back" much longer than 12 months assuming you make no changes to the sync. log or update the software. Of course, this doesn't address our issue here, but I thought I would point out that there seems to be a consistent pattern here and not some random bug screwing things up.
    I'm still thinking that this is the way Apple intended it to work. In other words, that Apple felt it necessary to limit the calendar search feature to approximately 12 months worth of calendars. I hope I'm wrong.

  • I am using CS6 InDesign suite on a PC using a Windows 7 operating system.     Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and

    I am using CS6 InDesign on a PC using a Windows 7 operating system.
    Due to eyesight issues, I need to have the menu bars of programs in easy-to-read font and picture size.  Specifically, the menu bar across the top (File, Edit, View, etc.), and the menu bar on the left side with the graphic depiction of options.
    In earlier versions of Windows (e.g. XP), whenever I changed the screen resolution on my computer to a lesser resolution in order to show the link icons on my desktop in a larger, more readable size, all the software programs, including yours, appeared on my screen with the menu bars in the larger font size that I needed.
    However, in Windows 7, this is not the case.  Even though I have selected the lowest resolution, making the icons on my desktop extremely large, I cannot read the options across the top menu bar of your program, nor the pull-down menu items that they contain.  I cannot see the graphic depictions of options on the left side of the screen. They are all too small.  How can I make your program increase the size?

    NO way.
    Mylenium

  • Secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    secondly, i used migration assistant to move everything from old laptop to new. when i used pages on new machine, 10.8.5 operating system, there is no click for file save as in the menu, only flle save. why?

    Hold down Option key while clicking on menu bar and Save as will appear.

  • Firefox profile folder becomes read-only after closing browser

    firefox profile folder becomes read-only after closing browser
    It is a problem with firefox or is it this to to a virus?
    How to fix? How to prevent?

    Only a check mark in the Read-only box means that a folder or file is Read-only.<br />
    Windows doesn't check all the files in a folder so instead displays a greenish block to indicate that it is not sure.<br />
    You need to look at the files individually to see if any are read-only.<br />
    Easiest to do that is to make the Attributes visible in "View > Details" mode: Choose Details in Windows Explorer.<br />

  • Extends read only vo get error in step 4

    when i extend read-only vo, for example add a attribute , it will get error in step 4,
    the error :each row in the query result columns must be mapped to a unique query attribute in the Mapped entity columns.
    for example :the orgi vo is oracle.apps.irc.offers.server.OfferTemplateDetailsVO and the sql is "Select distinct XTM.Template_id,
    XTM.APPLICATION_SHORT_NAME,
    XTM.TEMPLATE_CODE,
    XTM.TEMPLATE_TYPE_CODE,
    XTM.DS_APP_SHORT_NAME DS_App_Short_Name,
    XTM.DATA_SOURCE_CODE,
    XTM.DEFAULT_TERRITORY default_locale,
    XTM.TEMPLATE_NAME,
    fnd_profile.value('IRC_DEF_OFFER_LETTER_TYPE') default_offer_letter_type
    from xdo_templates_vl XTM
    where XTM.Template_id = :1
    and i extends vo is CUXOfferTemplateDetailsVO and the sql is "Select distinct XTM.Template_id,
    XTM.APPLICATION_SHORT_NAME,
    XTM.TEMPLATE_CODE,
    XTM.TEMPLATE_TYPE_CODE,
    XTM.DS_APP_SHORT_NAME DS_App_Short_Name,
    XTM.DATA_SOURCE_CODE,
    XTM.DEFAULT_TERRITORY default_locale,
    XTM.TEMPLATE_NAME,
    XTM.START_DATE,
    fnd_profile.value('IRC_DEF_OFFER_LETTER_TYPE') default_offer_letter_type
    from xdo_templates_vl XTM
    where XTM.Template_id = :1
    my ebs is r12.1.1
    please help me .thanks.

    Ming,
    Try to append the new attribute to the end of the existing Attribute list.
    Regards,
    Gyan

Maybe you are looking for

  • After copying a file from NTFS to HFS volume, file size changed when viewing in Windows

    Hi guys, I have a Mac Air running Mavericks on a HFS partition and Windows 7 on a BOOTCAMP NTFS partition. I have some files that I want to read/write from/to both systems. Since OS X can't write NTFS and Windows can't write HFS either, and I don't w

  • Iphone crashed lost music and now computer won't recognize it

    Hello everyone! So I was updating my iphone 5 (iOS 8 for sure, i think 8.1) and was adding some music when i thought i might not have enough space on my iphone. So on my iphone I deleted music and a few movies FROM the iphone, not in iTunes. My music

  • **HELP. ? (question mark/exclamation button does n...

    Just purchased a E71. Had it for 6 days now and I must say that this phone is Great! Was able to config all sorts of features and settings on it (wifi, my email, GPRS, google maps..etc) and the phone works like a charm. BUT i have a MAJOR issue with

  • Exporting to a Tab delimited file.

    Post Author: John CA Forum: Exporting I'm having a problem with my first line (only in the first column) being 1 space over to the left.  This causes the whole file to not be read by my Access database (except the first line).  My file is coming from

  • Total time for a netstream object?

    I'm making a video player, and I'm having trouble making a seek bar. There is the "time" property of the netstream, but there doesn't seem to be a way to find the total length of the video in seconds, making it difficult to find the fraction of the v