DReamweaver MX 2004 Nav Bar

As you will see from this question, I am a newbie at website
construction.
I am working on developing a new site using Dreamweaver MX
2004. I have included a navigation bar, which seems to work OK
except for the "Down" mode. "Up", "over" and "Over when down" seem
to work OK, and links to new pages work too.
I expected that when I click on a button, it would turn to
the "Down" graphic, and then when the new page opens, it would also
show the "Down" graphic.
That doesn't happen. Clicking on a button, shows the "Down"
graphic fleetingly, and in the new page which opens the "Up" button
shows. This seems independent of the browser - IE, Firefox etc.
Suggestions as to what is going on, and how to fix it would
be gratefully received. Thanks
Michael

The DW "Nav Bar" feature is a long-in-the-tooth antique,
originally written
to support frames. It is only with frames where you will get
the "down"
state of the buttons working properly. In all other cases,
the Nav Bar is
an extreme example of bloated functionality that could
otherwise be achieved
using simple image swaps on a series of button images, which
is what I
recommend you do. Get rid of the old, and go with the 'new'.
Now - is your page a template controlled page?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Captum" <[email protected]> wrote in
message
news:fpe7vq$si8$[email protected]..
> As you will see from this question, I am a newbie at
website construction.
> I am working on developing a new site using Dreamweaver
MX 2004. I have
> included a navigation bar, which seems to work OK except
for the "Down"
> mode.
> "Up", "over" and "Over when down" seem to work OK, and
links to new pages
> work
> too.
>
> I expected that when I click on a button, it would turn
to the "Down"
> graphic,
> and then when the new page opens, it would also show the
"Down" graphic.
>
> That doesn't happen. Clicking on a button, shows the
"Down" graphic
> fleetingly, and in the new page which opens the "Up"
button shows. This
> seems
> independent of the browser - IE, Firefox etc.
>
> Suggestions as to what is going on, and how to fix it
would be gratefully
> received. Thanks
>
> Michael
>
>
>

Similar Messages

  • How to get externally made nav bar css into dreamweaver

    How do I insert 'purecssmenu' made nav bar into dreamweaver? I have a zip file with just the interactive nav bar in it. There used to be an insert nav bar but that seems to have vanished in cs6 presumably because Adobe want you to use Spry!!!
    I am completely new to this game but it is not helpful to be constantly told that you should learn coding.
    I just want to make 1 tiny personal site. Any constructive help would be very much appreciated.

    Sorry you're having such a terrible time not only getting the navbar to work, but interpreting the help here. (That's what it is... help, only you really didn't give us a lot to go on)
    You need to do one of two things if you'd like people to stop "guessing" what's wrong with your page.
    1.Upload your page to your server and post the URL here so others can download the source code and analyze it.
    or
    2. Copy and paste your ENTIRE page of code here so it can be seen, downloaded and viewed in someone else's Dreamweaver on their computer. Something like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
        <title>Generated by Pure CSS Menu.com : Free CSS Drop Down Menu Generator</title>
        <meta name="description" content="Online CSS Menu Maker. Create No-Javascript, 100% CSS Dropdown Menu in seconds! Horizontal css menu & Vertical css menu." />
    </head>
    <body bgcolor="#ffffff">
    <!-- Start PureCSSMenu.com STYLE -->
    <style>
    #pcm{display:none;}
    ul.pureCssMenu ul{display:none}
    ul.pureCssMenu li:hover>ul{display:block}
    ul.pureCssMenu ul{position: absolute;left:-1px;top:98%;}
    ul.pureCssMenu ul ul{position: absolute;left:98%;top:-2px;}
    ul.pureCssMenu,ul.pureCssMenu ul {
    margin:0px;
    list-style:none;
    padding:0px 2px 2px 0px;
    background-color:#333333;
    background-repeat:repeat;
    border-color:#cccccc #111111 #111111 #cccccc;
    border-width:1px;
    border-style:solid;
    ul.pureCssMenu table {border-collapse:collapse}ul.pureCssMenu {
    display:block;
    zoom:1;
    float: left;
    ul.pureCssMenu ul{
    width:155.4px;
    ul.pureCssMenu li{
    display:block;
    margin:2px 0px 0px 2px;
    font-size:0px;
    ul.pureCssMenu a:active, ul.pureCssMenu a:focus {
    outline-style:none;
    ul.pureCssMenu a, ul.pureCssMenu li.dis a:hover, ul.pureCssMenu li.sep a:hover {
    display:block;
    vertical-align:middle;
    background-color:#333333;
    border-width:1px;
    border-color:#333333;
    border-style:solid;
    text-align:left;
    text-decoration:none;
    padding:2px 5px 2px 10px;
    _padding-left:0;
    font:normal 12px Trebuchet MS,Tahoma;
    color: #cccccc;
    text-decoration:none;
    cursor:default;
    ul.pureCssMenu span{
    overflow:hidden;
    ul.pureCssMenu li {
    float:left;
    ul.pureCssMenu ul li {
    float:none;
    ul.pureCssMenu ul a {
    text-align:left;
    white-space:nowrap;
    ul.pureCssMenu li.sep{
    text-align:left;
    padding:0px;
    line-height:0;
    height:100%;
    ul.pureCssMenu li.sep span{
    float:none;     padding-right:0;
    width:3px;
    height:100%;
    display:inline-block;
    background-color:#cccccc #111111 #111111 #cccccc;     background-image:none;}
    ul.pureCssMenu ul li.sep span{
    width:100%;
    height:3px;
    ul.pureCssMenu li:hover{
    position:relative;
    ul.pureCssMenu li:hover>a{
    background-color:#377D9F;
    border-color:#377D9F;
    border-style:solid;
    font:normal 12px Trebuchet MS, Tahoma;
    color: #FFFFFF;
    text-decoration:none;
    ul.pureCssMenu li a:hover{
    position:relative;
    background-color:#377D9F;
    border-color:#377D9F;
    border-style:solid;
    font:normal 12px Trebuchet MS, Tahoma;
    color: #FFFFFF;
    text-decoration:none;
    ul.pureCssMenu li.dis a {
    color: #666 !important;
    ul.pureCssMenu img {border: none;float:left;_float:none;margin-right:2px;width:16px;
    height:16px;
    ul.pureCssMenu ul img {width:16px;
    height:16px;
    ul.pureCssMenu img.over{display:none}
    ul.pureCssMenu li.dis a:hover img.over{display:none !important}
    ul.pureCssMenu li.dis a:hover img.def {display:inline !important}
    ul.pureCssMenu li:hover > a img.def  {display:none}
    ul.pureCssMenu li:hover > a img.over {display:inline}
    ul.pureCssMenu a:hover img.over,ul.pureCssMenu a:hover ul img.def,ul.pureCssMenu a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover a:hover ul img.def,ul.pureCssMenu a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover img.over,ul.pureCssMenu a:hover a:hover a:hover a:hover img.over{display:inline}
    ul.pureCssMenu a:hover img.def,ul.pureCssMenu a:hover ul img.over,ul.pureCssMenu a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover a:hover ul img.over,ul.pureCssMenu a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover img.def,ul.pureCssMenu a:hover a:hover a:hover a:hover img.def{display:none}
    ul.pureCssMenu a:hover ul,ul.pureCssMenu a:hover a:hover ul,ul.pureCssMenu a:hover a:hover a:hover ul{display:block}
    ul.pureCssMenu a:hover ul ul,ul.pureCssMenu a:hover a:hover ul ul{display:none}
    ul.pureCssMenu span{
    display:block;
    background-image:url(./images/arr_white.gif);
    background-position:right center;
    background-repeat: no-repeat;
       padding-right:12px;}
    ul.pureCssMenu li:hover>a>span{     background-image:url(./images/arrv_white.gif);
    ul.pureCssMenu a:hover span{     _background-image:url(./images/arrv_white.gif)}
    ul.pureCssMenu ul span,ul.pureCssMenu a:hover table span{background-image:url(./images/arr_white.gif)}
    </style>
    <!-- End PureCSSMenu.com STYLE -->
    <!-- Start PureCSSMenu.com MENU -->
    <ul class="pureCssMenu pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="index.html">Home Page</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Product Info</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">What is New?</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Menu Features</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Free Online Generator</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">100% Pure CSS Menu</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">No Javascript Required</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Multi Level Submenus</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Search-Engine Friendly</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Advanced Styling</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Horizontal & Vertical</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>How To Use</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">1. Select Template</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">2. Customize Items</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">3. Download Zip</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Supported Browsers</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Windows OS</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Internet Explorer</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Firefox</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Chrome</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Safari</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Mozilla</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Opera</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Netscape Navigator</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>MAC OS</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Firefox</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Safari</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Internet Explorer</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Unix/Linux OS</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Firefox</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Konqueror</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#"><span>Templates</span><![if gt IE 6]></a><![endif]><!--[if lte IE 6]><table><tr><td><![endif]-->
    <ul class="pureCssMenum">
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 1</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 2</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 3</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 4</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 5</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Template 6</a></li>
    </ul>
    <!--[if lte IE 6]></td></tr></table></a><![endif]--></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">FAQ</a></li>
    <li class="pureCssMenui"><a class="pureCssMenui" href="#">Contact Us</a></li>
    </ul>
    <a id="pcm" href="http://www.purecssmenu.com/">CSS Drop Down Menu by PureCSSMenu.com</a>
    <!-- End PureCSSMenu.com MENU -->
    <!-- (c) 2009, PureCSSMenu.com -->
    <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
    <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
    <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
    </body>
    </html>
    Based on your reply, and the troubles you had just getting the domain, I'll have to assume that you can't upload the page, so be a dear, and paste your code here so we can actually see it and troubleshoot it for you.
    Let's see if we can get that egg boiled, eh?

  • CS3: Nav bar won't display in Dreamweaver

    I'm really new to Flash CS3 and I've created a nav bar with
    rollover text buttons. The button links work but the color changes
    don't. The big problem, however, is I'm not really sure how to best
    move the SWF file over to Dreamweaver. I saved the file, published
    the file, and then I exported the SWF file into the Dreamweaver
    library. When I drag the file onto my DW page, it's a big gray
    square.
    What is the optimal method for moving a Flash file into DW?
    Do I move it as an image file or a movie file? Is there a ritual
    dance I should perform to have the actual image and its buttons
    appear on the DW page?
    Thanks for any help,
    Kathy

    Which half? The top half? The left half? 8)
    Code would help. But you may not like the answer....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Ted Dawson" <[email protected]> wrote in message
    news:fuob30$bmk$[email protected]..
    > >I created a nav bar in FW, eported the HTML &
    Images, then inserted the
    >> Fireworks HTML into Dreamweaver. When I select a
    button and click "Edit
    >> With
    >> Fireworks" and select "Show Down State On Load" it
    only does it on half
    >> the
    >> buttons. The other half doesn't change. Can anyone
    help?
    >
    >
    > Yes, as soon as you show the code.

  • Flash Nav Bar in Dreamweaver

    I want to create an animated nav bar in Flash, that will
    remain in the left frame of my Dreamweaver doc while it opens pages
    in the main frame. It looks like the proper way to do it is assign
    the links to the buttons in Flash, but how do you tell Flash which
    frame to load the page into in the html doc?

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    It's usually a very bad idea for these reasons...
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "solotasq" <[email protected]> wrote in
    message
    news:fvt995$b66$[email protected]..
    >I want to create an animated nav bar in Flash, that will
    remain in the left
    > frame of my Dreamweaver doc while it opens pages in the
    main frame. It
    > looks
    > like the proper way to do it is assign the links to the
    buttons in Flash,
    > but
    > how do you tell Flash which frame to load the page into
    in the html doc?
    >

  • Using a nav bar with Dreamweaver in Catalyst

    I am trying to create just a navigation bar in Catalyst like you might in flash with animated rollovers. Then export the swift to use in a dreamweaver set of pages.
    The problem I am having is trying to get the page destination set up correctly. All I can find in Catalyst is Go To URL, which would be ok but it will not let me remove the Http//
    So if I fire this up in Dreamweaver, embed it, and test. It looks like a virus because its trying to go outside the parent directory of the site.
    Is there a way to make relative paths, I guess is my question?

    In the current version, no. If you have Flash Builder installed ( or just load up the trial), you could go into code and change the urls in there manually. One word of caution is the Flash Catalyst files tend to larger files than one can create in Flash Professional alone. If you are just using Flash Catalyst to create a nav bar, you might be better to develop it in Flash Professional. But, if you need to prototype it fast and get your client to sign off on the design, then Catalyst is a prefect solution.

  • How to use CSS to create horizontal nav bar in Dreamweaver CS6

    How to use CSS to create horizontal nav bar in Dreamweaver CS6

    One of the ways to do it is this: Tryit Editor v1.9
    You can also use floats to get something to the same effect.

  • Help creating drop down nav bar

    Hi. Can anyone pls advise what software I use to create a
    drop down nav bar like that which is at the top of the adobe
    homepage. I have Dreamweaver MX, Flash MX 2004 and Fireworks MX.
    Will any of these do the job or do I need something else?

    Try the menu systems from Project Seven.
    http://www.projectseven.com
    alex
    tonyvw wrote:
    > Hi. Can someone pls advise me which software to use/to
    learn to create a drop
    > down navigation bar at top of my web page, like the one
    at top of adobe's home
    > page. I have Fireworks MX, Flash MX and Dreamweaver MX.
    >

  • I have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code?

    i have 5 html pages that share a common header, footer, and sidebar. how do i use my nav bar to change the content of the body without duplicating a lot of code? thank you!

    i inherited the website. It’s for a non-profit and is not very
    sophisticated, and neither am I in webdesign. It currently has multiple
    pages that are identical except for that body section, so whenever i change
    the navigation (in the sidebar) I have to update every html page.  I want
    to have one basic page, and just call in the different body content based
    on the link the user selects from the nav bar. How can i do that using a
    script? i am using Dreamweaver.
    ~ in love and light ~
    Jeannie
    On Sat, Feb 7, 2015 at 4:07 AM, Ben Pleysier <[email protected]>

  • FWs Nav Bar - Make Hyperlinks

    Hi
    I am currently making a website and I have created a nav bar
    in fireworks using slices and pop-up menus etc. Anyway I have
    imported it to my website in Dreamweaver, but I cant figure out how
    to make a hyperlink from the from down and nav bar buttons to the
    corresponding page. Do I make the links in Fireworks? If so, how?
    In Dreamweaver also how?
    Any help much appreciated, thanks.

    It would be easiest to add the hyperlinks in Fireworks, which
    you can do in the pop-up menu editor (same place you entered the
    text for the buttons).
    If you wanted to add the links in Dreamweaver you'd have to
    do it in source-code view. Search for the text that you entered for
    the button name, and Fireworks should have entered a pound/hash
    symbol (#) for your link (don't quote me on that though). Replace
    that with your page link and you should be good to go.
    Someone should be along shortly to tell you that the
    Fireworks menus suck though, so stand by for that.

  • Nav bar resizes table

    Hi, I am trying to create a page that is 800 px wide with a
    nav bar that is also 800 px wide but the nav bar seems to increase
    by 21px when it is exported out of fireworks and then imported into
    dreamweaver. This then forces the rest of the page out by 21px. I
    have tried deleting the spacers fireworks creates and just resizing
    the table itself but this does not help. I have coloured the
    background of the header black to illustrate this. Please find my
    problem at
    http://www.cambridgestainedglass.co.uk/
    . Thanks in advance

    >>when it is exported out of fireworks and then
    imported into dreamweaver
    Sorry to say but that is likely the cause of all your
    problems. Exporting
    anything but single images (i.e. HTML) from Fireworks,
    Photoshop, etc. is a
    poor practice as those apps create very wonky HTML code. I
    suggest you go
    back to FW, export single images/slices only and then build
    the nav bar in
    DW.
    But DO NOT use the built-in DW menus either. Either code your
    own menus (nav
    bar) or use an add-on like the P7 stuff.
    Walt
    "Stefan83" <[email protected]> wrote in
    message
    news:f87dqu$nps$[email protected]..
    > Hi, I am trying to create a page that is 800 px wide
    with a nav bar that
    > is
    > also 800 px wide but the nav bar seems to increase by
    21px when it is
    > exported
    > out of fireworks and then imported into dreamweaver.
    This then forces the
    > rest
    > of the page out by 21px. I have tried deleting the
    spacers fireworks
    > creates
    > and just resizing the table itself but this does not
    help. I have coloured
    > the
    > background of the header black to illustrate this.
    Please find my problem
    > at
    >
    http://www.cambridgestainedglass.co.uk/
    . Thanks in advance
    >

  • Is There A Nav Bar Plugin?

    Is there I can get a navagation bar from this website and put it on this one but get it all working?
    I have the nav bar on the website but it tries to locally link to the webite making it un-avilable... any help would be appriciated...
    I orignally took this code from serif X4 and put it into dreamweaver...if you need to look at all the code here you go:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html lang="en-us">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="Generator" content="Serif WebPlus X4 (12.0.5.033)">
    <title>Better Community News  -  Montrose, Grand Junction, Delta & Western Colorado</title>
    <meta name="keywords" content="Better Community News | Local News | Entertainment | FREE CLASSIFIED ADS | Events | Advertising | Local Stories | Grand Junction, Montrose, Delta, Hotchkiss, Cedaredge, Paonia, Nucla, Naturita, Norwood, Ridgway, Ouray, Telluride, Colorado, CO">
    <meta name="description" content="Better Community News is the fastest growing &amp; best source for local news &amp; entertainment.      | Local News | Entertainment | FREE CLASSIFIED ADS | Events | Advertising | Local Stories | Grand Junction, Montrose, Delta, Hotchkiss, Cedaredge, Paonia, Nucla, Naturita, Norwood, Ridgway, Ouray, Telluride, Colorado, CO">
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Refresh" content="240;URL=index.html">
    <meta name="robots" content="index,follow">
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-36182012-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <script type="text/javascript" src="wpscripts/jsNavBarFuncs.js"></script>
    <script type="text/javascript" src="wpscripts/global_navtree.js"></script>
    <script type="text/javascript" src="wpscripts/wp_navbar_textmenu.js"></script>
    <link rel="stylesheet" href="wpscripts/wp_navbar_textmenu_H1.css" type="text/css">
    <style type="text/css">
    <!--
    body {margin: 0px; padding: 0px;}
    a:link {color: #0000ff;}
    a:visited {color: #1f5b8b;}
    a:hover {color: #2c3651;}
    a:active {
              color: #000000;
    .Normal-P
            margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400;
    .Normal-P0
            margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400;
    .Body-Text-P
            margin:0.0px 0.0px 8.0px 0.0px; text-align:left; font-weight:400;
    .Normal-C
            font-family:"Verdana", sans-serif; font-size:16.0px;
            line-height:1.13em;
    .Normal-C0
            font-family:"Verdana", sans-serif; font-size:21.0px;
            line-height:1.19em;
    .Normal-C1
              font-family:"Verdana", sans-serif;
              font-weight:700;
              font-size:21px;
              line-height:1.19em;
              color:#b60000;
    .Default-C
            font-family:"Verdana", sans-serif; font-weight:700; font-size:13.0px;
            line-height:1.23em;
    .Body-Text-C
            font-family:"Verdana", sans-serif; font-size:13.0px;
            line-height:1.23em;
    .Default-C0
            font-family:"Verdana", sans-serif; font-weight:700; font-size:11.0px;
            line-height:1.18em;
    .Default-C1
            font-family:"Verdana", sans-serif; font-size:13.0px;
            line-height:1.23em; color:#4487c6;
    .Default-C2
            font-family:"Verdana", sans-serif; font-size:8.0px; line-height:1.25em;
            color:#4487c6;
    .Default-C3
            font-family:"Verdana", sans-serif; font-size:11.0px;
            line-height:1.18em; color:#4487c6;
    .Text-body-C
            font-family:"Verdana", sans-serif; font-size:8.0px; line-height:13.0px;
    .Text-body-C0
            font-family:"Verdana", sans-serif; font-size:11.0px;
            line-height:13.0px;
    .Default-C4
            font-family:"Verdana", sans-serif; font-size:8.0px; line-height:13.0px;
            color:#4487c6;
    .Default-C5
            font-family:"Verdana", sans-serif; font-size:11.0px;
            line-height:1.18em;
    .Normal-C2
            font-family:"Verdana", sans-serif; font-weight:700; font-size:13.0px;
            line-height:1.23em; color:#b60000;
    .Table-Contents-C
            font-family:"Verdana", sans-serif; font-weight:700; font-size:12.0px;
            line-height:1.17em;
    .Text-body-C1
            font-family:"Verdana", sans-serif; font-size:8.0px; line-height:1.25em;
    .Heading-3-C
            font-family:"Trebuchet MS", sans-serif; font-size:13.0px;
            line-height:1.38em;
    .Heading-3-C0
            font-family:"Trebuchet MS", sans-serif; font-size:27.0px;
            line-height:1.30em;
    .Heading-3-C1
            font-family:"Trebuchet MS", sans-serif; font-size:21.0px;
            line-height:1.29em;
    .Heading-3-C2
            font-family:"Trebuchet MS", sans-serif; font-size:5.0px;
            line-height:1.20em;
    .Default-C6
            font-family:"Verdana", sans-serif; font-size:13.0px;
            line-height:13.0px;
    .Default-C7
            font-family:"Verdana", sans-serif; font-weight:700; font-size:11.0px;
            line-height:1.18em; color:#4487c6;
    .Strong-Emphasis-C
            font-family:"Verdana", sans-serif; font-style:italic;
            font-size:11.0px; line-height:1.18em;
    .Strong-Emphasis-C0
            font-family:"Verdana", sans-serif; font-weight:700; font-size:11.0px;
            line-height:13.0px;
    #txt_1623 a strong {
              color: #000000;
              font-size: 24px;
    -->
    </style>
    <script type="text/javascript" src="wpscripts/jsFlashVer.js"></script>
    <script type="text/javascript" src="wpscripts/jspngfix.js"></script>
    <script type="text/javascript"><!--
    var blankSrc = "wpscripts/blank.gif";
    --></script>
    <script type="text/javascript" src="../../includes/JQuerySlider/jquery.extend.js"></script>
    <script type="text/javascript" src="../../includes/JQuerySlider/JQuerySlider.js"></script>
    <script type="text/javascript" src="../../includes/JQuerySlider/JQuerySlider5.js"></script>
    <link href="../../includes/JQuerySlider/JQuerySlider5.css" rel="stylesheet" type="text/css" />
    <link href="Style Sheets/Text.css" rel="stylesheet" type="text/css">
    <script type="text/javascript" src="includes/JQuerySlider/jquery.extend.js"></script>
    <script type="text/javascript" src="includes/JQuerySlider/JQuerySlider.js"></script>
    <script type="text/javascript" src="includes/JQuerySlider/JQuerySlider1.js"></script>
    <link href="includes/JQuerySlider/JQuerySlider1.css" rel="stylesheet" type="text/css" />
    </head>
    <body text="#000000" style="background-color:#e9e8e8; text-align:center; height:2125px;">
    <div style="background-color:#ffffff;text-align:left;margin-left:auto;margin-right:auto;positi on:relative;width:1024px;height:2125px;">
    <div style="position:absolute; left:724px; top:0px; width:300px; height:172px;">
        <img src="better-community-news.com/NewDirectory/wpimages/wpbbb6aaa6.png" width="300" height="172" border="0" id="pic_1314" name="pic_1314" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:86px; top:954px; width:263px; height:31px;">
        <div id="frag_68" style="text-align:left;">
        <script type="text/javascript">
          var _gaq = _gaq || [];
          _gaq.push(['_setAccount', 'UA-36182012-1']);
          _gaq.push(['_trackPageview']);
          (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        </script>
        </div></div>
    <div style="position:absolute; left:0px; top:0px; width:668px; height:40px;">
        <img src="better-community-news.com/NewDirectory/wpimages/wp74efab21.png" width="668" height="40" border="0" id="pic_385" name="pic_385" title="" alt="" onload="OnLoadPngFix()"></div>
    <div id="site_search_3" style="position: absolute; top:5px; left:393px; width:208px; height:22px;"><form action="" onSubmit="return false;" style="margin: 0; padding: 0;">
        <input id="site_search_3_input" name="site_search_3_input" onkeypress="if (event.keyCode==13) window.location.href='page203.html?site_search_results_1='+document.getElementById('site_ search_3_input').value+'&amp;depth=0';" style="width: 113px;" type="text"><div style="display: inline"><button onclick="window.location.href='page203.html?site_search_results_1='+document.getElementBy Id('site_search_3_input').value+'&amp;depth=0';" style="width: 83px;">Search</button></div>
    </form></div>
    <script type="text/javascript" id="nav_205_script"><!--
    try {
        var navtree_nav_205 = WpNavBar.getNavTreeTopLevel( global_navtree, {m_sThisPageUrl:'index.html',
        m_sNavBarTarget:'_self',
        m_bIncludeAnchors:false,
        m_bFlash:false,
        m_bIncludeChildren:true,
        m_bHideCurrent:false} );
        if( !navtree_nav_205 ) throw WpNavBar.getErrorObj( 'Link tree could not be read please contact the website owner. ' );
        var nav_205 = new wp_navbar_textmenu("nav_205", navtree_nav_205, {'m_bPopupBelow':1,'m_bPopupRight':1,'m_iTimeOut':500,'m_iPopupAlignmentH':0,m_sId:'nav_2 05',
        m_sScriptId:'nav_205_script',
        m_iLeft:19,
        m_iTop:4,
        m_sCssClass:'wp_navbar_textmenu_H1',
        m_iWidth:335,
        m_iHeight:22}, {'m_iMaxCssLevel':1,
        top:{'m_sPrefix':'','m_sSpacerText':'|','m_sPostfix':'','m_bNumbersOnly':false,
        link:{'m_sPrefix':' ','m_sPostfix':' '}},
        level1:{'m_bFirstPopupSameSize':true,'m_iMinWidth':100,'m_iFirstPopupOffset':1,'m_iInterP opupOffset':1,'m_iOpacity':100,'m_bFade':true,'m_iFadeSpeed':5,
        separator:{'m_bAllowSeparators':true}}});
    } catch(e){
    document.write( '<div style="position:absolute;left:19;top:4;width:335;height:22">There was an error generating the navbar:<br>' + e.message + '</div>' );
    --></script>
    <noscript>
    </noscript>
    <div style="position:absolute; left:0px; top:1875px; width:1024px; height:250px;">
        <img src="wpimages/wp76459c23.png" width="1024" height="250" border="0" id="pic_1315" name="pic_1315" title="" alt="" onload="OnLoadPngFix()"></div>
    <div id="txt_521" style="position:absolute; left:75px; top:2048px; width:914px; height:77px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P"><span class="Normal-C">Copyright © Better Community News 2012. </span></p>
    <p class="Normal-P"><span class="Normal-C">909 S. Townsend Ave.     |     Montrose, CO 81401     |     (970) 573-<wbr>NEWS (6397)</span></p>
    <p class="Normal-P"><span class="Normal-C">Montrose, Delta, Grand Junction, Western Colorado, Ridgway, Ouray, Telluride, Paonia,
        Cedaredge, Hotchkiss, Gunnison, Norwood, Naturita, North Fork</span></p>
    </div>
    <div style="position:absolute; left:636px; top:1px; width:119px; height:29px;">
        <map id="map0" name="map0">
            <area shape="rect" coords="11,5,109,25" href="subscribe_now.html" alt="">
            <area shape="rect" coords="3,3,117,27" href="subscribe_now.html" alt="">
            <area shape="rect" coords="11,5,109,25" href="subscribe_now.html" alt="">
        </map>
        <img src="better-community-news.com/NewDirectory/wpimages/wp05836530.png" width="119" height="29" border="0" id="art_206" name="art_206" title="" alt="Subscribe To Emails" onload="OnLoadPngFix()" usemap="#map0"></div>
    <div style="position:absolute; left:33px; top:398px; width:640px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C0">Scroll Down To Click On These &amp; Other Great Local Stories</span></div>
    </div>
    <div style="position:absolute; left:238px; top:459px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_147" name="pcrv_147" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:238px; top:797px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_150" name="pcrv_150" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:238px; top:745px; width:169px; height:50px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Positive<br></span>
            <span class="Normal-C1">Perspectives</span></div>
    </div>
    <div id="txt_843" style="position:absolute; left:238px; top:543px; width:220px; height:59px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="GJ_City_Council_Discusses_Shelter_for_Chronically_Homeless.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpcbd38127_00.jpg" width="50" height="37" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">GJ City Council Discusses Shelter for Chronically Homeless</a></span></p>
    <p class="Body-Text-P"><span class="Body-Text-C"><a href="GJ_City_Council_Discusses_Shelter_for_Chronically_Homeless.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div style="position:absolute; left:468px; top:459px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_148" name="pcrv_148" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:468px; top:432px; width:190px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Montrose Area</span></div>
    </div>
    <div style="position:absolute; left:468px; top:797px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_149" name="pcrv_149" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:468px; top:770px; width:223px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Sports &amp; Hunting</span></div>
    </div>
    <div id="txt_842" style="position:absolute; left:468px; top:887px; width:220px; height:64px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Kokanee_Salmon_Eggs_Decline.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp53434f33_00.jpg" width="89" height="64" border="0" title="" alt="" style="float:left; margin:0px 3px 0px 0px">Kokanee Salmon Eggs Decline</a></span></p>
    </div>
    <div style="position:absolute; left:469px; top:1088px; width:237px; height:4px;">
        <img src="wpimages/wp773a069e.png" width="237" height="4" border="0" id="pcrv_157" name="pcrv_157" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:469px; top:1061px; width:257px; height:50px;">
        <div class="Normal-P0">
            <span class="Normal-C1"><a href="Letters_To_The Editor.html" style="color:#b60000;text-decoration:none;">Letters to the Editor</a><br></span>
            <span class="Normal-C1"><a href="page158.html" style="color:#b60000;text-decoration:none;"></a></span></div>
    </div>
    <div id="txt_958" style="position:absolute; left:469px; top:1102px; width:237px; height:161px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-b ox; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C1"><a href="Letters_To_The Editor.html">Curt Robinson Resigns from Chamber for Failure to Take Position Against New Tax</a></span></p>
    <p class="Normal-P0"><span class="Default-C2"><a href="Letters_To_The Editor.html"> </a></span></p>
    <p class="Normal-P0"><span class="Default-C3"><a href="Letters_To_The Editor.html">Don&#39;t Be Fooled on April Fools Day</a></span></p>
    <p class="Normal-P0"><span class="Text-body-C"><a href="Letters_To_The Editor.html"> </a></span></p>
    <p class="Normal-P0"><span class="Text-body-C0"><a href="Letters_To_The Editor.html">RE: Why a Recreation District in the first place?</a></span></p>
    <p class="Normal-P0"><span class="Text-body-C"><a href="Letters_To_The Editor.html#Obama"> </a></span></p>
    <p class="Normal-P0"><span class="Text-body-C0"><a href="Letters_To_The Editor.html#Obama">Obama Fails the Millenials</a></span></p>
    <p class="Normal-P0"><span class="Default-C2"><a href="Letters_To_The Editor.html"> </a></span></p>
    <p class="Normal-P0"><span class="Text-body-C0"><a href="Letters_To_The Editor.html#Why">Why Repurpose the Aquatic Center</a></span></p>
    <p class="Normal-P0"><span class="Default-C4"> </span></p>
    <p class="Normal-P0"><span class="Default-C3"><a href="Letters_To_The Editor.html">Commissioner Races</a></span></p>
    <p class="Normal-P0"><span class="Default-C2"> </span></p>
    <p class="Normal-P0"><span class="Default-C5"><a href="Letters_To_The Editor.html">Time To Take Control Of Our Own Destiny</a></span></p>
    </div>
    <div style="position:absolute; left:238px; top:432px; width:110px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">GJ Area</span></div>
    </div>
    <div id="txt_1378" style="position:absolute; left:468px; top:814px; width:220px; height:68px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Winter_Rim_Romp.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpcab52c93_00.jpg" width="90" height="68" border="0" title="" alt="" style="float:left; margin:0px 3px 0px 0px">Winter Rim Romp</a></span></p>
    </div>
    <div style="position:absolute; left:238px; top:1337px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_166" name="pcrv_166" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:238px; top:1318px; width:226px; height:16px;">
        <div class="Normal-P0">
            <span class="Normal-C2"><a href="page456.html" style="color:#b60000;text-decoration:none;">Kiwanis Student of the Week</a></span></div>
    </div>
    <div id="txt_1127" style="position:absolute; left:238px; top:1345px; width:220px; height:70px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Table-Contents-C"><a href="page456.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp4c78cadc_00.jpg" width="93" height="70" border="0" title="" alt="" style="float:left; margin:0px 4px 6px 0px">Erika Tatman</a></span></p>
    </div>
    <div id="txt_1128" style="position:absolute; left:238px; top:1419px; width:220px; height:70px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Table-Contents-C"><a href="page456.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp2a0c75fd_00.jpg" width="93" height="70" border="0" title="" alt="" style="float:left; margin:0px 4px 6px 0px">Austin Eichert</a></span></p>
    </div>
    <div id="txt_1453" style="position:absolute; left:238px; top:471px; width:220px; height:67px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="Did_Marijuana_Blow_the_Joint.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp097d475b_00.jpg" width="61" height="61" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">Did Marijuana Blow the Joint?</a></span></p>
    <p class="Normal-P0"><span class="Body-Text-C"><a href="Did_Marijuana_Blow_the_Joint.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1490" style="position:absolute; left:469px; top:462px; width:220px; height:76px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:hidden;">
    <p class="box_text"><strong>Montrose County Sheriff's Office's Susan Byrne Named APCO Communications Director of the Year</strong></p>
    </div>
    <div style="position:absolute; left:706px; top:459px; width:300px; height:4px;">
        <img src="wpimages/wpb0c95be0.png" width="300" height="4" border="0" id="pcrv_151" name="pcrv_151" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:706px; top:432px; width:190px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1"><a href="page158.html" style="color:#b60000;text-decoration:none;">Entertainment</a></span></div>
    </div>
    <div id="txt_841" style="position:absolute; left:706px; top:196px; width:303px; height:227px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-b ox; overflow:hidden;">
      <p><a href="http://www.better-community-news.com/Montrose_County_Sheriff_Office_Susan_Byrne_Named_APCO _Communications_Director_of_the_Year.html">Montrose County Sheriff's Office's Susan Byrne Named APCO Communications Director of the Year</a></p>
      <p><a href="http://www.better-community-news.com/Women_Only_Bowhunter_Education_In_Fruita.html">Women-Only Bowhunter Education In Fruita</a></p>
      <p><a href="http://www.better-community-news.com/Did_Marijuana_Blow_the_Joint.html">Did Marijuana Blow the Joint?</a></p>
      <p><a href="http://www.better-community-news.com/GJ_City_Council_Discusses_Shelter_for_Chronically_Hom eless.html">GJ City Council Discusses Shelter for Chronically Homeless</a></p>
      <p><a href="http://www.better-community-news.com/GJ_POLICE_Can_You_ID_This_Man.html">GJ POLICE – Can You ID This Man?</a></p>
    </div>
    <div id="txt_840" style="position:absolute; left:744px; top:722px; width:219px; height:197px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-b ox; overflow:hidden;">
    <h3 class="Normal-P0"><span class="Heading-3-C"><img src="wpimages/wpa77fa963.png" width="77" height="64" border="0" onload="OnLoadPngFix()" title="" alt="" style="float:left; margin:0px 3px 3px 0px"></span></h3>
    <h3 class="Normal-P0"><span class="Heading-3-C"> </span></h3>
    <h3 class="Normal-P0"><span class="Heading-3-C"> </span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C"> </span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C0">NOW RECRUITING</span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C1">Sports Announcer</span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C">Local &amp;/or National Sports</span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C2"> </span></h3>
    <h3 class="Normal-P"><span class="Heading-3-C">CALL 573-<wbr>NEWS (6397)</span></h3>
    </div>
    <div style="position:absolute; left:705px; top:191px; width:300px; height:4px;">
        <img src="wpimages/wpb0c95be0.png" width="300" height="4" border="0" id="pcrv_152" name="pcrv_152" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:705px; top:164px; width:266px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1"><a href="page158.html" style="color:#b60000;text-decoration:none;">Latest Top Headlines</a></span></div>
    </div>
    <div id="txt_1500" style="position:absolute; left:238px; top:932px; width:220px; height:51px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="The_Eagles_Nest.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp487bab49_00.jpg" width="74" height="51" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">The Eagle&#39;s Nest</a></span></p>
    </div>
    <div style="position:absolute; left:7px; top:1579px; width:680px; height:243px;">
        <div id="frag_70" style="text-align:left;">
        <script src="//www.gmodules.com/ig/ifr?url=http://andrewgadget.googlepages.com/google-news.xml&synd=open&w=670&h=250&title=&border=ht tp%3A%2F%2Fwww.gmodules.com%2Fig%2Fimages%2F&output=js"></script>
        </div></div>
    <div style="position:absolute; left:698px; top:1579px; width:296px; height:243px;">
        <div id="frag_69" style="text-align:left;">
        <script src="//www.gmodules.com/ig/ifr?url=http://www.meteogroup.com/meteo/gadgets/wetter24.xml&up_loc=&up_loccode=&up_temp_unit=&syn d=open&w=300&h=250&title=Change+Your+Settings+For+Local+Weather&lang=all&country=ALL&borde r=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
        </div></div>
    <div id="txt_1516" style="position:absolute; left:238px; top:875px; width:220px; height:52px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="Christine_Terrel_Receives_Apple_Award.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpc7ff6be0_00.jpg" width="67" height="52" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px"></a>Christine Terrel Receives Apple Award</span></p>
    <p class="Normal-P0"><span class="Body-Text-C"><a href="Crime_Free_Housing_Program_Increases_Quality_of_Life.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    <p class="Normal-P0"><span class="Body-Text-C"><a href="Crime_Free_Housing_Program_Increases_Quality_of_Life.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div style="position:absolute; left:238px; top:1088px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_160" name="pcrv_160" title="" alt="" onload="OnLoadPngFix()"></div>
    <div id="txt_1077" style="position:absolute; left:238px; top:1102px; width:220px; height:65px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="Contests_Food_Music_Handmade_Wares_to_Shine_at_Dragon_Unchained_Festival_in_Delta.h tml" style="color:#000000;text-decoration:none;"><img src="wpimages/wp9c7e6e59_00.jpg" width="37" height="29" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">Contests, Food, Music &amp; Handmade Wares to Shine at Dragon Unchained Festival in Delta</a></span></p>
    </div>
    <div style="position:absolute; left:238px; top:1061px; width:143px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Delta Area</span></div>
    </div>
    <div style="position:absolute; left:8px; top:1088px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_159" name="pcrv_159" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:8px; top:1061px; width:111px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1"><a href="opinion.html" style="color:#b60000;text-decoration:none;">Opinion</a></span></div>
    </div>
    <div style="position:absolute; left:8px; top:459px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_154" name="pcrv_154" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:8px; top:797px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_146" name="pcrv_146" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:9px; top:1337px; width:220px; height:4px;">
        <img src="wpimages/wp590c292b.png" width="220" height="4" border="0" id="pcrv_165" name="pcrv_165" title="" alt="" onload="OnLoadPngFix()"></div>
    <div style="position:absolute; left:9px; top:1318px; width:219px; height:16px;">
        <div class="Normal-P0">
            <span class="Normal-C2"><a href="Rotary_Student_of_the_Week.html" style="color:#b60000;text-decoration:none;">Rotary Student of the Week</a></span></div>
    </div>
    <div id="txt_1126" style="position:absolute; left:9px; top:1419px; width:220px; height:70px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Rotary_Student_of_the_Week.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpaf237000_00.jpg" width="93" height="70" border="0" title="" alt="" style="float:left; margin:0px 4px 6px 0px">Kendall Cox</a></span></p>
    <p class="Normal-P0"><span class="Default-C3"><a href="Rotary_Student_of_the_Week.html" style="color:#4487c6;text-decoration:none;"> </a></span></p>
    <p class="Normal-P0"><span class="Default-C6"><a href="Rotary_Student_of_the_Week.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    <p class="Normal-P0"><span class="Default-C7"><a href="Rotary_Student_of_the_Week.html" style="color:#4487c6;text-decoration:none;"> </a></span></p>
    <p class="Normal-P0"><span class="Default-C7"><a href="Rotary_Student_of_the_Week.html" style="color:#4487c6;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1264" style="position:absolute; left:8px; top:953px; width:220px; height:57px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Family_History_Classes_Start_Up_In_February.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp398f5a30_00.jpg" width="81" height="57" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">Family History Classes Start Up In February</a></span></p>
    </div>
    <div id="txt_1442" style="position:absolute; left:8px; top:814px; width:220px; height:71px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="When_Monkeys_Fly.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp8d5178ab_00.jpg" width="94" height="71" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">When Monkeys Fly</a></span></p>
    </div>
    <div id="txt_1142" style="position:absolute; left:8px; top:889px; width:220px; height:60px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Internet-Based_Hunter_Education_Class_Offered_For_Southwest_Colorado.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp31dff18a_00.jpg" width="51" height="60" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">Internet-<wbr>Based Hunter Education Class Offered For Southwest Colorado</a></span></p>
    </div>
    <div style="position:absolute; left:8px; top:432px; width:123px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Colorado</span></div>
    </div>
    <div style="position:absolute; left:8px; top:770px; width:159px; height:25px;">
        <div class="Normal-P0">
            <span class="Normal-C1">Western CO</span></div>
    </div>
    <div id="txt_1515" style="position:absolute; left:8px; top:472px; width:220px; height:49px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="House_Passes_Tipton_Water_Rights_Bill.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpc5bec71d_00.jpg" width="31" height="49" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">House Passes Tipton Water Rights Bill</a></span></p>
    <p class="Normal-P0"><span class="Default-C1"> </span></p>
    <p class="Normal-P0"><span class="Default-C"><a href="Ken_Buck_releases_Ken_Cares_video_featuring_victim_he_helped_in_2008.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1520" style="position:absolute; left:8px; top:622px; width:220px; height:45px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="Student_Art_Competition.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp563d913d_00.jpg" width="53" height="39" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">Student Art Competition</a></span></p>
    <p class="Normal-P0"><span class="Default-C"><a href="KEEP_DOGS_AWAY_FROM_WILDLIFE_WARNS_CPW.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1563" style="position:absolute; left:8px; top:537px; width:220px; height:79px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="index.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpb1e1b002_00.jpg" width="58" height="73" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">Udall: Situation in Ukraine Shows Urgent Needs to Leverage Colorado&#39;s Natural Gas,
        Expedite LNG Exports</a></span><span class="Strong-Emphasis-C"><a href="index.html" style="color:#000000;text-decoration:none;"><br></a></span><span class="Default-C3"><a href="index.html" style="color:#4487c6;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1598" style="position:absolute; left:8px; top:1102px; width:220px; height:62px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="opinion.html" style="color:#000000;text-decoration:none;">Udall’s “Talk-<wbr>a-<wbr>Thon” Highlights His Extreme Environmental Record</a></span><span class="Body-Text-C"><a href="opinion.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1604" style="position:absolute; left:9px; top:1345px; width:220px; height:70px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="Rotary_Student_of_the_Week.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wp27d482d1.png" width="110" height="70" border="0" onload="OnLoadPngFix()" title="" alt="" style="float:left; margin:0px 4px 6px 0px"></a></span><span class="Default-C"><a href="Rotary_Student_of_the_Week.html" style="color:#000000;text-decoration:none;">Clayton Beutler</a></span></p>
    <p class="Normal-P0"><span class="Default-C7"><a href="Rotary_Student_of_the_Week.html" style="color:#4487c6;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1428" style="position:absolute; left:8px; top:1239px; width:220px; height:60px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C0"><a href="opinion.html" style="color:#000000;text-decoration:none;"><img src="wpimages/wpb3e78df6_00.jpg" width="47" height="61" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">Udall Among President Obama’s Most Loyal Supporters in the Senate</a></span></p>
    <p class="Normal-P0"><span class="Default-C0"><a href="opinion.html" style="color:#000000;text-decoration:none;"> </a></span></p>
    </div>
    <div id="txt_1521" style="position:absolute; left:8px; top:1168px; width:220px; height:67px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Strong-Emphasis-C0"><a href="opinion.html#Ken" style="color:#000000;text-decoration:none;"><img src="wpimages/wp4e955d70_00.jpg" width="63" height="67" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">Ken Buck within striking distance of Mark Udall in new poll</a></span></p>
    </div>
    <div id="txt_1615" style="position:absolute; left:468px; top:543px; width:220px; height:67px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:hidden; color: #000; font-size: 18px;"><strong>City of Montrose Youth Council Teen Opportunity Expo</strong></div>
    <div id="txt_1623" style="position:absolute; left:468px; top:615px; width:220px; height:67px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; overflow:hidden; color: #000000; font-weight: bold; font-size: 18px;">Hypothermia Claims Life</div>
    <div id="txt_1624" style="position:absolute; left:238px; top:820px; width:220px; height:52px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="page392.html" style="color:#000000;text-decoration:none;"><img src="Images/3-18/julie baird.jpg" width="67" height="52" border="0" title="" alt="" style="float:left; margin:0px 3px 3px 0px">Julie Baird Receives Apple Award</a></span></p>
    </div>
    <div id="txt_1637" style="position:absolute; left:706px; top:468px; width:303px; height:227px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-b ox; overflow:hidden;">
    <p class="Normal-P0"><span class="Body-Text-C"><a href="Defiant_Mouse.html">HERO Act -<wbr> Defiant Mouse</a></span></p>
    </div>
    <div id="txt_1645" style="position:absolute; left:238px; top:1174px; width:220px; height:67px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
    <p class="Normal-P0"><span class="Default-C"><a href="Reduction_in_Readmission_Rates_Achieved_by_Delta_Hospital.html" style="color:#000000;text-decoration:none;"><img src="Images/3-18/Hospital.jpg" width="94" height="61" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">20% Reduction in Readmission Rates Achieved by Delta</a></span></p>
    </div>
    <div id="txt_1649" style="position:absolute; left:238px; top:606px; width:220px; height:59px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-bo x; overflow:hidden;">
      <p class="Normal-P0"><span class="Default-C"><a href="GJ_POLICE_Can_You_ID_This_Man.html" style="color:#000000;text-decoration:none;"><img src="Images/3-18/Car Theft.jpg" width="69" height="53" border="0" title="" alt="" style="float:left; margin:6px 6px 6px 0px">GJ POLICE – Can You ID This Man?</a></span></p>
    </div>
    </div>
    </body>
    </html>

    I wouldn't dream of using anything from Serif Web creator.  The code is horrendous.
    All you need is a CSS styled list.   Copy & paste this code into a new, blank document.  Adjust CSS styles to suit your needs.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 Document</title>
    <style>
    * BEGIN HORIZONTAL DROP-MENU */
    nav {
        position: relative;
        width: 100%;  /**adjust width as needed**/
        margin: 0 auto;
        padding: 0;
        text-align: center;
        z-index:1000;
    nav ul {
        margin: 0;
        padding: 0
    nav li {
        list-style: none;
        font-size: 12px;
        float: left;
        text-align: center;
    /**top level menu**/
    nav li a {
        display: block;
        text-decoration: none;
        margin-right: 2px;   /* space between links */
        width: 9em;   /* adjust as needed or use auto */
        padding: 6px 15px;
        font-weight: bold;
        line-height: 2em;
        color:#1e5799;
        border: 1px solid #FFF;
        background:#C7D5E3;
    /**top menu style on mouse over**/
    nav li:hover > a {
        color: #FFF;
        background: #1e5799;
    /**sub-menu**/
    nav li ul {
        display: none;
        text-align: center;
        margin: 0;
        padding: 0 1em;
        background:#C7D5E3;
        font-weight:normal;
        font-style:oblique;
    /**sub-menu, help for older IE**/
    nav li:hover ul, nav li.hover ul {
        display: block;
        position: absolute;
        padding: 0;
    nav li:hover li,
    nav li.hover li {float: none;}
    /**drop-menu style**/
    nav li:hover li a, nav li.hover li a {
        width: 9em;  /* adjust width as needed or use auto */
        margin-top: 0;
        line-height:1.25em;
        font-weight:normal;
        border:none;
    /**drop-menu style on mouse over**/
    nav li li a:hover {
        background:#D3E1B7;
        color: #004A43;
    </style>
    </head>
    <body>
    <nav>
    <ul>
    <li><a href="#">Menu Item1 &#9660;</a>
    <ul>
    <li><a href="#">Sub_menu1a</a> </li>
    <li><a href="#">Sub_menu1b</a> </li>
    </ul>
    </li>
    <li><a href="#">Menu Item2 &#9660;</a>
    <ul>
    <li><a href="#">Sub_menu2a</a> </li>
    <li><a href="#">Sub_menu2b</a> </li>
    <li><a href="#">Sub_menu2c</a> </li>
    <li><a href="#">Sub_menu2d</a> </li>
    </ul>
    </li>
    <li><a href="#">Menu Item3</a></li>
    </ul>
    </nav>
    </body>
    </html>
    Nancy O.

  • Need help with linking text to nav bar please

    Basically, i designed a layout in photoshop7.0. I sliced it
    all, but left areas for where i wanted to type in text, then saved
    for web and opened it up in dreamweaver 8. The thing is, i dont
    know how to write the text in the area i left empty and it only
    shows when i click a certain nav bar. I usually use iframes, but
    this isnt gonna' be iframe friendly !!
    Just to reiterate, i know how to type in the boxes, just dont
    know how to link them to the nav bar buttons..
    Any help would be appreciated,
    Kind Regards,
    Shyam Tanna.

    This tutorial will show you how to do what you want.
    http://www.communitymx.com/content/article.cfm?cid=A0C1CA697A4E9774

  • Hroizontal Nav bar not working in IE

    I have spent a lot of time setting up a spry horizontal navbar on a mac viewing it in Safari and Firefox.
    It has been challenging but it seemed to be working. Now I am checking it on a Windows machine, Firefox still works but IE is not working.
    On Windows in IE8 : The menu bar stacks in a big pile of full length center jusitfied menu buttons? the submenus are all left aligned but they do function.
    In compatibility mode they disappear all together.
    The margins are also off, the IE seems to match more accurately what I am seeing in dreamweaver ( i have had a really hard time center justifying the menu bar even with all the directions and code snippits, but the point is the variation and not matching FireFox or safari.
    What am I doing wrong?
    Site: waiting to fix this to go "live"
    Compare the sites below in Firefox and IE8 to see the problem.
    http://www.danceconnectionpaloalto.com/DRNewSite.com/index
    and same problem on my second level page:
    http://www.danceconnectionpaloalto.com/DRNewSite.com/Etiquette.html
    Anyone have any ides? I see other spry nav bars working in IE8 I hope there is a fix for this.

    sorry about incorrect links here are the real ones.
    http://www.danceconnectionpaloalto.com/DRNewSite/index.html
    http://www.danceconnectionpaloalto.com/DRNewSite/Etiquette.html

  • Importing graphics in Dreamweaver MX 2004

    On some computers I am finding Dreamweaver MX 2004 imports
    images as imagesfilename into the root folder - and not as the
    original filename into the default images folder. Is there a
    setting that I should be aware of?

    I am teacing in Further and Higher Education so sometimes get
    classes of 20 plus students. We have been usoing DW MX 2004 for 4
    years (CS3 in September!). I have never seen this happen before bur
    my colleague says that he has occasionally. Students work from a
    network drive in most cases. They would normally create their
    sites's root folder on their network area, create an images folder
    in this, copy any images required in the site into the images
    folder, define a DW site pointing to the 'root folder' and set up
    the images folder as the default images folder.
    When they need to add further images during developement,
    they would either copy those images into the images folder (using
    their file mangement program) or use Insert (menu bar)/Images etc.
    and navigate to the image(s) they require (outside the site
    folder). For two students last Tuesday when they did the latter the
    files were 'renamed' and put in the site's 'root' or top folder.
    (The files being brought into the site were originally sited in the
    same general area as the site's root folder). I have tried to
    reproduce this (unsuccessfuly) on a couple of other computers -
    albeit briefly - and also looked at the settings on the student's
    computers. I have not yet checked whether this action moves round
    with the student's network profile.
    I don't normally get students to bring image files into their
    sites in this way during developemnt - but it should work -
    shouldn't it? That is the point of having a default images folder.
    We are using Windows XP OS and Novell Network Client.
    I really can't work this one out - so would appreciate any
    comments. Thanks.

  • Dreamweaver mx 2004 in a php file I insert in head the

    I use dreamweaver mx 2004, well in a php file I insert in
    <head> the:
    <base href="
    http://www.Polis-Land.com/dialup"
    />
    but only images[status bar-browser show this] that link to
    external popup windows, all other links show eg.:
    <a href="/villas/thalassa.php">THALASSA VILLAS -
    LATCHI</a>
    show
    http://www.polis-land.com/villas/thalassa.php
    rather than
    http://www.polis-land.com/dialup/villas/thalassa.php
    the disired , well ?
    You can find php file at
    http://www.polis-land.com/dialup/villas/villas.php
    I have changed only one link I try
    <a href="villas/thalassa.php">THALASSA VILLAS -
    LATCHI</a>
    but same thing...
    Please note that images show:
    http://www.polis-land.com/dialup#
    well ???

    All links in a template file must be correct based on the
    location of the
    Template file. DW will manage them for you when you spawn
    child pages.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Alan" <[email protected]> wrote in
    message
    news:C39E9C5B.2E6A11%[email protected]..
    >
    >
    >> You mean make it :
    >> <a href="index.php">HOME</a>
    >
    > No. In the template file that's in the Template folder,
    it would be:
    > <a href="../index.php">HOME</a>
    >
    >> Can I use this template for the dsl mode (no base
    url) ?
    >
    > Yes- if by that you mean them to be document relevant
    links that actually
    > go
    > where they point.
    >
    > --
    > Alan
    > Adobe Community Expert, dreamweaver
    >
    >
    http://www.adobe.com/communities/experts/
    >
    >
    >

Maybe you are looking for