CSS Liquid Layout Problem

I'm trying to do a simple masthead that will span the width
of the page. The masthead consists of a logo on the left, and a big
graphic on the right (it is a long story...). The left side of the
big graphic fades into the background, and the logo and .the
graphic move apart as the page is made wider.
Everything is fine as long as the browser window is wide
enough for both. As I shrink the window, however, the graphic drops
below the logo and the masthead is suddenly twice as high. What I
want to happen is for horizontal scroll bars to appear when the
extra space between the logo and the graphic has been squeezed out.
Here is the HTML:
<div id="masthead">
<div id="logo"><img src="images/logo.jpg"
/></div>
<div id="graphic"><img src="images/graphic.jpg"
/></div>
</div>
And the CSS:
#masthead {
background-image: url(images/masthead-bg.gif);
white-space: nowrap;
max-height: 89px;
#logo {
width: 148px;
height: 89px;
float: left;
#graphic {
width: 736px;
height: 89px;
float:right;
I'd be grateful for any suggestions.

Luke,
Put the background image on the body. By default, it will
tile to fill
the entire browser window.
HTH,
Randy
> I'm trying to make a simple page that has a background
image at the top of the
> page that expands to fix 100% of the page. just under
that I have an area set
> at 960px width and is centered on the page.
>
> The problem I have is that is you make the window
smaller than 960px you will
> see the scroll bars, scrolling left you can see the rest
of the fixed width div
> area but the 100% area at the top stops repeating and
does not fill the page.

Similar Messages

  • Css centering layout problem

    Hi,
    I'm building a website from a photoshop design and I have a
    problem with the layout I can't see how to fix:
    I have a header and a footer which both need to stay centered
    and expand to whatever the browser window width is set to.
    Between them I have a div of the main content of the pages
    which also needs to be centered.
    All seems very simple. I would normally just have a big div
    around the whole page with an align="center". Job done.
    But the problem is the space to the left of the content div
    needs to be grey and the space on the right needs to be black.
    Therefore I assume I'm going to need 3 divs. 2 for the left and
    right spaces and another with the main content between them.
    Both the side divs will need to expand somehow to fill the
    space while keeping the fixed width content div centered. But I
    think they will also have to be floated to sit side by side.
    I cant seem to get the divs to stay in the correct places or
    keep the side ones filling the space between the content div and
    the edges of the browser.
    Can anyone help?
    Thanks,
    Olliebear

    Is this what you au trying to do?
    http://starttoweb.com/
    If so, you are welcome to grab the CSS file and mostly to fit
    your needs.
    Cheryl D Wise
    Adobe Community Expert
    http://starttoweb.com
    "Olliebare" <[email protected]> wrote in
    message
    news:fpn0q2$p1v$[email protected]..
    > Hi,
    >
    > I'm building a website from a photoshop design and I
    have a problem with
    > the
    > layout I can't see how to fix:
    >
    > I have a header and a footer which both need to stay
    centered and expand
    > to
    > whatever the browser window width is set to.
    >
    > Between them I have a div of the main content of the
    pages which also
    > needs to
    > be centered.
    >
    > All seems very simple. I would normally just have a big
    div around the
    > whole
    > page with an align="center". Job done.
    > But the problem is the space to the left of the content
    div needs to be
    > grey
    > and the space on the right needs to be black. Therefore
    I assume I'm going
    > to
    > need 3 divs. 2 for the left and right spaces and another
    with the main
    > content
    > between them.
    >
    > Both the side divs will need to expand somehow to fill
    the space while
    > keeping
    > the fixed width content div centered. But I think they
    will also have to
    > be
    > floated to sit side by side.
    >
    > I cant seem to get the divs to stay in the correct
    places or keep the side
    > ones filling the space between the content div and the
    edges of the
    > browser.
    >
    > Can anyone help?
    >
    > Thanks,
    >
    > Olliebear
    >

  • CSS website layout problems

    Hi guys,
    I am new to CSS, I have considerable knowledge HTML and several programing languages, very much outdated. I have a informational website that is several years old.
    www.woodgas.net
    I used frontpage to do my website and to do the updates over the years. It is time for a face lift.
    I have dreamweaver CS5 installed and am having one heck of a time getting my page to do what I want. I am trying to style it similar to a frame set of a top banner and 3 columns. And a flydown menu at the top of the center column. The right and left columns need to be 160X600 and the center column to be centered between the right and left.
    I want the banner to center on the page top. And the right and left columns to move as far as possible to the screen edge away from my center column. This will keep my ads as far away from my content as possible. My website has been completely supported out of my pocket and I am hoping to generate a little income to keep the site updated.
    I don't want to use frames, as this would keep new ads from loading as a person navigates to a new page on my site.
    Any help would be appreciated I am sure that if you check out my current site, you will find two things it is about a pretty cool subject and it could use a face lift!
    Thanks
    Jonathan

    Gary is right.  APDivs as a primary layout method seldom works well. Here is why:
    http://apptools.com/examples/pagelayout101.php
    Learn CSS positioning in 10 Steps
    http://www.barelyfitz.com/screencast/html-training/css/positioning/
    While you learn the finer points of CSS positioning, it's very helpful to start a project with a pre-built CSS layout.  You can learn a lot from looking at the code.
    PVII CSS Templates or Page Pack - Rock solid.  Thoroughly tested to perform well in all browsers.
    http://www.projectseven.com/products/index.htm
    Dreamweaver CSS Templates for beginners
    http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html
    New DW Starter Pages --
    http://www.adobe.com/devnet/dreamweaver/articles/introducing_new_css_layouts.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Help with CSS beginner layout problem?

    Making my first CSS website. See http://www.capeannphysicaltherapy.com/index-test.html
    The DIV layout held up fine even after I copied text into the #main_text DIV. But when I turn it into html the #main_content DIV jumps down even though the text stays in place. I'd appreciate any help.
    Thanks

    Increase text size in browser (Ctrl+++)  Zoom, text only - to test your pages.
    Get rid of DIV container HEIGHT-itis:
    #container {
    width: 812px;
    background: #FFFFFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 566px; **remove me, no height is needed here**/
    #left_container {
    width: 222px;
    float: left;
    background-image: url(images/banner_left.gif);
    height: 566px; /**remove me**/
    min-height: 566px /**for non-IE browsers only**/
    #main_content {
    background-image: url(images/content_area.gif);
    height: 370px; /**remove me**/
    min-height: 370px; /**for non-IE browsers only**/
    width: 590px;
    Web pages need to be flexible.  Do a Google search for "CSS Min- & Max width" and "CSS Min- & Max heights."
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.com/blogspot.com

  • Problem uploading web content (Templates) developed in DW CS6 and Liquid layouts

    Hi
    I have developed some templates in Dreamweaver CS6 and Liquid Layouts
    However when I want to preview them in a browser, they come out blank (No Data at all)
    I have tried this without Liquid and works fine, minor bugs that can be fixed like background image not visible
    It seems the problem its at the BC system
    Will appreciate help on this matter
    Thanks

    Mario, person made the same thread 4 times now:
    http://forums.adobe.com/thread/1099238
    Just keeps posting the same post in a new thread over and over.

  • Problem uploading templates with liquid layouts and dreamweaver cs6

    Hi
    I have developed some templates in Dreamweaver CS6 and Liquid Layouts
    However when I want to preview them in a browser, they come out blank (No Data at all)
    I have tried this without Liquid and works fine, minor bugs that can be fixed like background image not visible
    It seems the problem its at the BC system
    Will appreciate help on this matter
    Thanks

    You should not be using Liquid in product sites, especially in templates since the whole liquid code breaks and does not render in several places.
    DW has no features to support liquid rendering either yet.
    It is something that is in Alpha.

  • Contribute CS3 having problem with liquid layout

    Heya everyone! I'm hoping that someone can help me here. I'm
    trying to make the leap to having layouts done in CSS and not with
    tables.
    Please don't blame me for the design on this one - I didn't
    do it! ;)
    I'm having different issues in two different versions of
    contribute.
    Older versions of contribute won't allow me to edit the text.
    I'm guessing it has something to do with the padding on my left and
    right columns that I had to use in order to get my three column
    layout. Getting rid of that means totally rethinking how I did my
    three column liquid layout to begin with, which isn't my favorite
    option.
    Contribute CS3 WILL let me edit the text in the center
    column. HOORAY!
    HOWEVER! I can edit it for a little while, but if I start
    typing too fast or click it the wrong way the entire DIV reshapes
    itself and is suddenly 10px wide! How bizarre.
    What can I do to make this editable in Contribute? Does
    anyone have a fix to that this is either editable by my client
    (this has to go LIVE to beta on Monday!) OR does someone have a
    three column liquid layout that DOES work in contribute cs3?
    Thanks so much!!!
    check it out here: www.cssdd.org/index.html

    you can see the layout in question at www.cssdd.org - sorry
    for not including it.

  • CSS Page Layout, Non-Liquid, How?

    Just trying to get to grips with CSS and wondered how a page
    like this forum is achieved, in my browser it shows as, white space
    both sides and content in a fixed column down the centre.
    I prefer this to a liquid layout because you have more
    control as to the appearance, although there are pros and cons for
    both.

    Upload the page and post a link, please.
    Why so many absolutely positioned elements?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "AlanShaw" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi Murray
    >
    > I gave it a go but couldn't get my head around it, I've
    attached the CSS
    > code
    > I'm using, if you get five minutes can you please give
    me a pointer.
    >
    > Thanks Nadia, I looked at your work but feel I still
    need to understand a
    > bit
    > more before I get in too deep.
    >
    > Alan
    >
    > body{
    > font-family: Arial,sans-serif;
    > color: #333333;
    > line-height: 1.166;
    > text-align: justify
    > margin: 0px;
    > padding: 0px;
    > background: #cccccc url(../img/graphics/bg_grad.jpg)
    fixed;
    > }
    >
    > /******* hyperlink and anchor tag styles *******/
    >
    > a:link, a:visited{
    > color: #005FA9;
    > text-decoration: none;
    > }
    >
    > a:hover{
    > text-decoration: underline;
    > }
    >
    > /************** header tag styles **************/
    >
    > h1{
    > font: bold 120% Arial,sans-serif;
    > color: #006699;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    > h2{
    > font: bold 114% Arial,sans-serif;
    > color: #005FA9;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    > h3{
    > font: bold 100% Arial,sans-serif;
    > color: #334d55;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    > h4{
    > font: 100% Arial,sans-serif;
    > color: #333333;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    > h5{
    > font: 100% Arial,sans-serif;
    > color: #334d55;
    > margin: 0px;
    > padding: 0px;
    > }
    >
    >
    > /*************** list tag styles ***************/
    >
    > ul{
    > list-style-type: square;
    > }
    >
    > ul ul{
    > list-style-type: disc;
    > }
    >
    > ul ul ul{
    > list-style-type: none;
    > }
    >
    > /********* form and related tag styles *********/
    >
    > form {
    > margin: 0;
    > padding: 0;
    > }
    >
    > label{
    > font: bold 1em Arial,sans-serif;
    > color: #334d55;
    > }
    >
    > input{
    > font-family: Arial,sans-serif;
    > }
    >
    > /***********************************************/
    > /* Layout Divs */
    > /***********************************************/
    > #pagecell1{
    > position:absolute;
    > top: 112px;
    > left: 2%;
    > right: 2%;
    > width:760px;
    > background-color: #ffffff;
    > }
    >
    > #tl {
    > position:absolute;
    > top: -1px;
    > left: -1px;
    > margin: 0px;
    > padding: 0px;
    > z-index: 100;
    > }
    >
    > #tr {
    > position:absolute;
    > top: -1px;
    > right: -1px;
    > margin: 0px;
    > padding: 0px;
    > z-index: 100;
    > }
    >
    > #masthead{
    > position: absolute;
    > top: 0px;
    > left: 2%;
    > right: 2%;
    > width:760px;
    >
    > }
    >
    > #pageNav{
    > float: left;
    > width:178px;
    > padding: 0px;
    > background-color: #F5f7f7;
    > border-right: 1px solid #cccccc;
    > border-bottom: 1px solid #cccccc;
    > font: small Verdana,sans-serif;
    > }
    >
    > #content{
    > text-align: justify;
    > padding: 10px 25px 0px 10px;
    > margin:0px 0px 0px 178px;
    > border-left: 1px solid #ccd2d2;
    > }
    >
    > #content2{
    > text-align: justify;
    > padding: 10px 10px 0px 10px;
    > margin:0px 0px 0px 178px;
    > border-left: 1px solid #ccd2d2;
    > }
    >
    >
    > /***********************************************/
    > /* Component Divs */
    > /***********************************************/
    > #siteName{
    > margin: 0px;
    > padding: 16px 0px 8px 0px;
    > color: #ffffff;
    > font-weight: normal;
    > }
    >
    > /************** utility styles *****************/
    >
    > #utility{
    > font: 75% Verdana,sans-serif;
    > position: absolute;
    > top: 16px;
    > right: 20px;
    > color: #919999;
    > }
    >
    > #utility a{
    > color: #ffffff;
    > }
    >
    > #utility a:hover{
    > text-decoration: underline;
    > }
    >
    > /************** pageName styles ****************/
    >
    > #pageName{
    > padding: 0px 0px 14px 10px;
    > margin: 0px;
    > border-bottom:1px solid #ccd2d2;
    > }
    >
    > #pageName h2{
    > font: bold 175% Arial,sans-serif;
    > color: #005FA9
    > margin:0px;
    > padding: 0px;
    > }
    >
    > #pageName img{
    > position: absolute;
    > top: 0px;
    > right: 6px;
    > padding: 0px;
    > margin: 0px;
    > }
    >
    > /************* globalNav styles ****************/
    >
    > #globalNav{
    > position: relative;
    > width: 100%;
    > min-width: 640px;
    > height: 32px;
    > color: #cccccc;
    > padding: 0px;
    > margin: 0px;
    > background-image:
    url(../img/graphics/glbnav_background.gif);
    > }
    >
    > #globalNav img{
    > margin-bottom: -4px;
    >
    > }
    >
    > #gnl {
    > position: absolute;
    > top: 0px;
    > left:0px;
    > }
    >
    > #gnr {
    > position: absolute;
    > top: 0px;
    > right:0px;
    > }
    >
    > #globalLink{
    > position: absolute;
    > top: 6px;
    > height: 22px;
    > min-width: 640px;
    > padding: 0px;
    > margin: 0px;
    > left: 10px;
    > z-index: 100;
    > }
    >
    >
    > a.glink, a.glink:visited{
    > font-size: small;
    > color: #000000;
    > font-weight: bold;
    > margin: 0px;
    > padding: 2px 5px 4px 5px;
    > border-right: 1px solid #8FB8BC;
    > }
    >
    > a.glink:hover{
    > background-image:
    url(../img/graphics/glblnav_selected.gif);
    > text-decoration: none;
    > }
    >
    > .skipLinks {display: none;}
    >
    > /************ Nav styles **************/
    >
    > .Nav{
    > position: absolute;
    > top: 84px;
    > left: 0px;
    > /*width: 100%;*/
    > min-width: 640px;
    > height: 20px;
    > padding: 0px 0px 0px 10px;
    > visibility: hidden;
    > color: #ffffff;
    > }
    >
    > .Nav a:link, .Nav a:visited {
    > font-size: 80%;
    > color: #ffffff;
    > }
    >
    > .Nav a:hover{
    > color: #cccccc;
    > }
    >
    > /*************** search styles *****************/
    >
    > #search{
    > position: absolute;
    > top: 5px;
    > right: 10px;
    > z-index: 101;
    > }
    >
    > #search input{
    > font-size: 70%;
    > margin: 0px 0px 0px 10px;
    > }
    >
    > #search a:link, #search a:visited {
    > font-size: 80%;
    > font-weight: bold;
    >
    > }
    >
    > #search a:hover{
    > margin: 0px;
    > }
    >
    >
    > /************* breadCrumb styles ***************/
    >
    > #breadCrumb{
    > padding: 5px 0px 5px 10px;
    > font: small Verdana,sans-serif;
    > color: #AAAAAA;
    > }
    >
    > #breadCrumb a{
    > color: #AAAAAA;
    > }
    >
    > #breadCrumb a:hover{
    > color: #005FA9;
    > text-decoration: underline;
    > }
    >
    >
    > /************** feature styles *****************/
    >
    > .feature{
    > padding: 20px 20px 30px 10px;
    > font-size: 80%;
    > min-height: 200px;
    > height: 200px;
    > }
    > html>body .feature {height: auto;}
    >
    > .feature h3{
    > font: bold 175% Arial,sans-serif;
    > color: #000000;
    > padding: 30px 0px 5px 0px;
    > }
    >
    > .feature img{
    > float: left;
    > padding: 0px 10px 0px 0px;
    > }
    >
    >
    > /*************** story styles ******************/
    >
    > .story {
    > padding: 10px 0px 0px 10px;
    > font-size: 80%;
    > }
    >
    > .story h3{
    > font: bold 125% Arial,sans-serif;
    > color: #000000;
    > }
    >
    > .story p {
    > padding: 0px 0px 10px 0px;
    > }
    >
    > .story a.capsule{
    > font: bold 1em Arial,sans-serif;
    > color: #005FA9;
    > display:block;
    > padding-bottom: 5px;
    > }
    >
    > .story a.capsule:hover{
    > text-decoration: underline;
    > }
    >
    > td.storyLeft{
    > padding-right: 12px;
    > }
    >
    >
    > /************** siteInfo styles ****************/
    >
    > #siteInfo{
    > clear: both;
    > border-top: 1px solid #cccccc;
    > font-size: small;
    > color: #cccccc;
    > vertical-alighn: right;
    > padding: 10px 10px 10px 10px;
    > margin-top: 0px;
    > }
    >
    > #siteInfo img{
    > padding: 4px 4px 4px 0px;
    > vertical-align: middle;
    > }
    >
    >
    > /************ sectionLinks styles **************/
    >
    > #sectionLinks{
    > margin: 0px;
    > padding: 0px;
    >
    > }
    >
    > #sectionLinks h3{
    > padding: 10px 0px 2px 10px;
    > border-bottom: 1px solid #cccccc;
    > }
    >
    > #sectionLinks a:link, #sectionLinks a:visited {
    > display: block;
    > border-top: 1px solid #ffffff;
    > border-bottom: 1px solid #cccccc;
    > background-image: url(../img/graphics/bg_nav.jpg);
    > font-weight: bold;
    > padding: 3px 0px 3px 10px;
    > color: #21536A;
    > }
    >
    > #sectionLinks a:hover{
    > border-top: 1px solid #cccccc;
    > background-color: #DDEEFF;
    > background-image: none;
    > font-weight: bold;
    > text-decoration: none;
    > }
    >
    >
    > /************* relatedLinks styles **************/
    >
    > .relatedLinks{
    > margin: 0px;
    > padding: 0px 0px 10px 10px;
    > border-bottom: 1px solid #cccccc;
    > }
    >
    > .relatedLinks h3{
    > padding: 10px 0px 2px 0px;
    > }
    >
    > .relatedLinks a{
    > display: block;
    > }
    >
    >
    > /**************** advert styles *****************/
    >
    > #advert{
    > padding: 10px;
    > }
    >
    > #advert2{
    > padding: 10px;
    > font-size:9px;
    > text-align:center
    > }
    >
    > #advert img{
    > display: block;
    > }
    >
    > /********************* end **********************/
    >

  • CSS Layout Problem?

    Can someone please help me with a layout problem.
    As far as I can tell the page looks as it should in Netscape,
    Firefox, etc., but IE6 and 7 refuse to work correctly.
    The page I am working on is:
    http://www.vmtampademo.com/localangler/testpage.html
    Most of the picture caption and headline of the middle column
    is behind the picture. I attempted to force the info with a
    seperating div which seems to work sometimes. I doubt that this is
    the correct solution. What am I doing wrong?
    Thank you for the help!

    It looks fine in Firefox 2.0.0.1, Opera 9.10, and IE 7.

  • Liquid  layout CSS

    Hello,
    I want the content part of my website run the length of the
    borwser but have the page background at the top and bottom of
    content. (basically have the webpage appear as a banner the middle
    of the screen ontop of a tiled bakground)
    I have been experimenting and found if I put the left margin
    -10pixels that side of the webpage appears as desired (body div
    meets edge) but I can not work out how to make the right side do
    the same.
    Can some one suggest a tutorial that would help me with this
    layout or offer me some helpful advice.
    Thank you,
    Shontelle

    Liquid Layouts (% based) are not the easiest bad boys to work with.  They become an unruly mess on ultra wide and ultra narrow displays.
    Example of the Ugly. Resize viewport to 400px.
    http://alt-web.com/TEMPLATES/3-col-liq-layout.shtml
    The solution. http://alt-web.com/TEMPLATES/3-col-semi-liq-layout.shtml
    Add min- and max-widths to your body.  This is called a semi-liquid layout.
    Nancy O.

  • Help with spry menu bar in liquid layout

    I need help getting a spry menu bar with a 6-item list to stay in place in a liquid layout.  Trying to get it horizontally under the header image.  I am new to web design (new to html and code: reading books, searching web, and doing tutorials for many hours now), using CS4, working on a mac.  You can view my trial page on cc-tn.com.  I would appreciate any help offered!

    Problem stems from the fact that your page is looking for files contained on your local hard drive instead of the web site.
    <script src="file:///Macintosh HD/Users/Allison/CC Web/Templates/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="file:///Macintosh HD/Users/Allison/CC Web/Templates/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    In addition, the links to PDF files are pointing to your local hard drive.
    p><a href="file:///Macintosh HD/Users/Allison/CC Web/Documents/Foundations_one-page_green.pdf">Foundations</a> is a grammar-stage program for students K4 through sixth grade. Parents attend morning classes with their children as trained tutors model the tools of learning facts from a variety of interesting subjects. Students also participate in  science and fine arts projects and practice public speaking each week.</p>
        <p><a href="file:///Macintosh HD/Users/Allison/CC Web/Documents/Essentials-One-page.pdf">Essentials</a> is a dialectic-stage program for students in third through sixth grade. Trained tutors model the dialectic tools of learning in English grammar, writing, and math drills. Emphasis is placed on the development of writing skills that will enable students to become effective communicators through the written word. Classes meet in the afternoon following lunch.</p>
        <p><a href="file:///Macintosh HD/Users/Allison/CC Web/Documents/Challenge_one-page.pdf">Challenge A &amp; B</a> are dialectic-stage programs for seventh and eighth graders. Emphasis is placed on group discussion as students become more independent learners. Students focus on logic and debate.</p>
    Did you define a local site folder in DW before you began this project?  Without this critical first step, DW cannot correctly manage assets for you.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Liquid layout site not scaling correctly in large browsers

    I have built a liquid layout Flash site using AS3 but it isn't  scaling correctly once I go above 1280x1024. I am currently using a Mac  screen with dimensions of 2560x1440 and it looks terrible. The menu  pushes to the top and the bg and page info stays central but with no scale.
    The website is: http://www.khawkinsdesign.com
    The HTML is 100% w+h so it's obviously something  within the AS3 code. This is causing me nightmares so if someone could  take a look at the code pasted and see if there is a way to resolve this  it would be greatly appreciated.
    ---//CODE//---
    package {
        import flash.events.MouseEvent;
        import fl.transitions.Tween;
        import fl.transitions.TweenEvent;
        import fl.transitions.easing.*;
        import flash.display.*;
        import FluidLayout.*;
        import flash.events.Event;
        import flash.net.URLLoader;
        import flash.net.URLRequest;
        import Classes.Lights;
         public class Website extends MovieClip{
             public function Website()  // this function ensures that when  the website is added to stage the Website() class is called
                 this.addEventListener(Event.ADDED_TO_STAGE, init);
                 public function init(e:Event):void
                 /* Set the Scale Mode of the Stage */
                 stage.scaleMode = StageScaleMode.NO_SCALE;
                 stage.align = StageAlign.TOP_LEFT;
                 /* Add the symbols to stage */
                 var bg = new bgHome();           
                 addChild(bg);
                 var menu = new Menu();
                 addChild(menu);           
                 var title = new Title();
                 addChild(title);
                 var home = new Home();
                 addChild(home);
                 var subCategory = new homeCategory();
                 //addChild(subCategory);
                 var footer = new Footer();
                 addChild(footer);
                 /* Apply the alignment to the background */
                 var bgParam = {
                     x:0.5,
                     y:0.5,
                     offsetX: 0,
                     offsetY: 0
                 new FluidObject(bg,bgParam);
                 /* Apply the alignment to the title */
                 var titleParam = {
                     x:0,
                     y:0,
                     offsetX: 0,
                     offsetY: 0
                 new FluidObject(title,titleParam);
                 /* Apply simple alignment to the title */
                 /*var titleParam = {
                     alignment: "TOP_LEFT",
                     margin: 0
                 new SimpleFluidObject(title,titleParam);*/
             var menuParam = {
                     x:0.5,
                     y:0,
                     offsetX:0,
                     offsetY:0
                 /* Apply the alignment to the menu */
                 new FluidObject(menu,menuParam);
                 /* Apply the alignment to the content */
                 var middleParam = {
                     x:0.5,
                     y:0.5,
                     offsetX: 0,
                     offsetY: 0
                     //offsetX: -home.width/2,
                     //offsetY: -home.height/2
                 new FluidObject(home,middleParam);
                 var leftParam = {
                     x:0.15,
                     y:0.5,
                     offsetX: 0,
                     offsetY: 0
                 //new FluidObject(subCategory,leftParam);
                 /* Apply the alignment to the footer */
                 var footerParam = {
                     x:0,
                     y:1,
                     offsetX: 0,
                     offsetY: 0
                 new FluidObject(footer,footerParam);
    //-----DEVIN PAGE CODE START ---- \\
                 //buttons
                 eventListeners();  //Turns on button event listeners
                 handCursors();  //Turns on Hand Cursors at site launch
                 //remove home button event listeners since that's the default
                 menu.home_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                 menu.homeHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                 menu.home_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                 menu.homeHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                 menu.home_btn.removeEventListener(MouseEvent.CLICK, btnHome);
                 menu.homeHit_mc.removeEventListener(MouseEvent.CLICK, btnHome);
                 menu.home_btn.useHandCursor = false;  //Turns off Hand Cursor for Home Button (that's the first page)       
                 menu.homeHit_mc.useHandCursor = false;
                 currentButton = menu.home_btn;   // the current Button  variable (declared below) ensures the buttons flip back once another  page is selected
                 menu.homeHit_mc.targetmc = menu.home_btn;  // Creates the targetmc variable so the buttons can flip
                 menu.aboutHit_mc.targetmc = menu.about_btn;
                 menu.webHit_mc.targetmc = menu.web_btn;
                 menu.contactHit_mc.targetmc = menu.contact_btn;
                 menu.infoHit_mc.targetmc = menu.info_btn;
                 menu.home_btn.targetmc = menu.home_btn;  // Creates the targetmc variable so the buttons can flip
                 menu.about_btn.targetmc = menu.about_btn;
                 menu.web_btn.targetmc = menu.web_btn;
                 menu.contact_btn.targetmc = menu.contact_btn;
                 menu.info_btn.targetmc = menu.info_btn;
                 function eventListeners():void
                     menu.homeHit_mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.aboutHit_mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.webHit_mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.contactHit_mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.infoHit_mc.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.home_btn.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.about_btn.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.web_btn.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.contact_btn.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.info_btn.addEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.homeHit_mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.aboutHit_mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.webHit_mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.contactHit_mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.infoHit_mc.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.home_btn.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.about_btn.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.web_btn.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.contact_btn.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.info_btn.addEventListener(MouseEvent.MOUSE_OUT, btnOut);
                    menu.homeHit_mc.addEventListener(MouseEvent.CLICK, btnHome);
                     menu.aboutHit_mc.addEventListener(MouseEvent.CLICK, btnAbout);
                     menu.webHit_mc.addEventListener(MouseEvent.CLICK, btnWeb);
                     menu.contactHit_mc.addEventListener(MouseEvent.CLICK, btnContact);
                     menu.infoHit_mc.addEventListener(MouseEvent.CLICK, btnInfo);
                     menu.home_btn.addEventListener(MouseEvent.CLICK, btnHome);
                     menu.about_btn.addEventListener(MouseEvent.CLICK, btnAbout);
                     menu.web_btn.addEventListener(MouseEvent.CLICK, btnWeb);
                     menu.contact_btn.addEventListener(MouseEvent.CLICK, btnContact);
                     menu.info_btn.addEventListener(MouseEvent.CLICK, btnInfo);
                 function handCursors():void    //turns on button mode for all buttons
                     menu.home_btn.buttonMode=true;   // Must turn movieclips on buttonMode
                     menu.homeHit_mc.buttonMode=true; 
                     menu.about_btn.buttonMode=true;       
                     menu.aboutHit_mc.buttonMode=true;
                     menu.web_btn.buttonMode=true;
                     menu.webHit_mc.buttonMode=true;
                     menu.contact_btn.buttonMode=true;
                     menu.contactHit_mc.buttonMode=true;
                     menu.info_btn.buttonMode=true;
                     menu.infoHit_mc.buttonMode=true;
                     menu.home_btn.useHandCursor=true;
                     menu.homeHit_mc.useHandCursor=true;
                     menu.about_btn.useHandCursor=true;
                     menu.aboutHit_mc.useHandCursor=true;
                     menu.web_btn.useHandCursor=true;
                     menu.webHit_mc.useHandCursor=true;
                     menu.contact_btn.useHandCursor=true;
                     menu.contactHit_mc.useHandCursor=true;
                     menu.info_btn.useHandCursor=true;
                     menu.infoHit_mc.useHandCursor=true;
                 function btnOver(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("over");
                 function btnOut(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("out");
    //-----------PAGE FUNCTIONS ------------ \\
                var exitTween:Tween;
                 var bgTween:Tween;
                 var currentBg:MovieClip = bg;
                 var prevBg:MovieClip;
                 var prevPage:MovieClip;
                 var currentPage:MovieClip = home;
                 var currentButton:MovieClip;
                 function btnHome(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("click");
                     exitTween = new Tween(currentPage, "x",  Strong.easeInOut, currentPage.x, currentPage.x + 1000, 30, false);   //animate off old page
                     prevPage = currentPage;
                     currentPage = new Home();
                     addChildAt(currentPage, 4); //adds the about  page to the stage
                     exitTween.addEventListener(TweenEvent.MOTION_STOP, animateOn);
                     currentPage.x = stage.stageWidth/2 -1000;
                     currentPage.y = stage.stageHeight/2;
                    bgTween = new Tween(currentBg, "alpha",  Regular.easeOut, 1,0, 30, false);  // This calls on the bgTween variable  and fades oyt the currentBg
                     prevBg = currentBg;
                     currentBg = new bgHome();
                     bgTween.addEventListener(TweenEvent.MOTION_FINISH, bgOn);
                     addChildAt(currentBg,0);
                     currentBg.x = stage.stageWidth/2;
                     currentBg.y = stage.stageHeight/2;
                     eventListeners();               
                     menu.homeHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.homeHit_mc.removeEventListener(MouseEvent.CLICK, btnHome);
                     menu.homeHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.home_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut); //Disable Mouse Out functionality
                     menu.home_btn.removeEventListener(MouseEvent.CLICK, btnHome);  //Disable Mouse Click functionality
                     menu.home_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);   
                     handCursors();
                     menu.homeHit_mc.useHandCursor = false;
                     menu.home_btn.useHandCursor = false;
                     btnFlip();
                     currentButton = menu.home_btn;
                 function btnAbout(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("click");
                     exitTween = new Tween(currentPage, "x",  Strong.easeInOut, currentPage.x, currentPage.x + 1000, 30, false);   //animate off old page
                     prevPage = currentPage;
                     currentPage = new About();
                     addChildAt(currentPage, 4); //adds the about  page to the stage
                     exitTween.addEventListener(TweenEvent.MOTION_FINISH, animateOn);
                     currentPage.x = stage.stageWidth/2 - 1000;
                     currentPage.y = stage.stageHeight/2; 
                     bgTween = new Tween(currentBg, "alpha", Regular.easeOut,  1,0, 30, false);  // This calls on the bgTween variable and fades oyt  the currentBg
                     prevBg = currentBg;
                     currentBg = new bgAbout();
                     bgTween.addEventListener(TweenEvent.MOTION_FINISH, bgOn);
                     addChildAt(currentBg,0);
                     currentBg.x = stage.stageWidth/2;
                     currentBg.y = stage.stageHeight/2;
                     eventListeners();
                     menu.aboutHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.aboutHit_mc.removeEventListener(MouseEvent.CLICK, btnAbout);
                     menu.aboutHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.about_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut); //Disable Mouse Out functionality
                     menu.about_btn.removeEventListener(MouseEvent.CLICK, btnAbout);  //Disable Mouse Out functionality
                     menu.about_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);       
                     handCursors();
                     menu.aboutHit_mc.useHandCursor = false;
                     menu.about_btn.useHandCursor = false;
                     btnFlip();
                     currentButton = menu.about_btn;           
                function btnWeb(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("click");
                     exitTween = new Tween(currentPage, "x",  Strong.easeInOut, currentPage.x, currentPage.x + 1000, 30, false);   //animate off old page
                     prevPage = currentPage;
                     currentPage = new Web();
                     addChildAt(currentPage, 4); //adds the about  page to the stage
                     exitTween.addEventListener(TweenEvent.MOTION_FINISH, animateOn);
                     currentPage.x = stage.stageWidth/2 - 1000;
                     currentPage.y = stage.stageHeight/2;
                     bgTween = new Tween(currentBg, "alpha", Regular.easeOut,  1,0, 30, false);  // This calls on the bgTween variable and fades oyt  the currentBg
                     prevBg = currentBg;
                     currentBg = new bgWeb();
                     bgTween.addEventListener(TweenEvent.MOTION_FINISH, bgOn);
                     addChildAt(currentBg,0);
                     currentBg.x = stage.stageWidth/2;
                     currentBg.y = stage.stageHeight/2;
                     eventListeners();
                     menu.webHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.webHit_mc.removeEventListener(MouseEvent.CLICK, btnWeb);
                     menu.webHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.web_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut); //Disable Mouse Out functionality
                     menu.web_btn.removeEventListener(MouseEvent.CLICK, btnWeb);  //Disable Mouse Out functionality
                     menu.web_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);       
                     handCursors();
                     menu.webHit_mc.useHandCursor = false;
                     menu.web_btn.useHandCursor = false;       
                     btnFlip();
                     currentButton = menu.web_btn;
                 function btnContact(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("click");
                     exitTween = new Tween(currentPage, "x",  Strong.easeInOut, currentPage.x, currentPage.x + 1000, 30, false);   //animate off old page
                     prevPage = currentPage;
                     currentPage = new Contact();
                     addChildAt(currentPage, 4); //adds the about  page to the stage
                     exitTween.addEventListener(TweenEvent.MOTION_FINISH, animateOn);
                     currentPage.x = stage.stageWidth/2 - 1000;
                     currentPage.y = stage.stageHeight/2; 
                     bgTween = new Tween(currentBg, "alpha", Regular.easeOut,  1,0, 30, false);  // This calls on the bgTween variable and fades oyt  the currentBg
                     prevBg = currentBg;
                     currentBg = new bgContact();
                     bgTween.addEventListener(TweenEvent.MOTION_FINISH, bgOn);
                     addChildAt(currentBg,0);
                     currentBg.x = stage.stageWidth/2;
                     currentBg.y = stage.stageHeight/2;
                     eventListeners();
                     menu.contactHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.contactHit_mc.removeEventListener(MouseEvent.CLICK, btnContact);
                     menu.contactHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.contact_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut); //Disable Mouse Out functionality
                     menu.contact_btn.removeEventListener(MouseEvent.CLICK, btnContact);  //Disable Mouse Out functionality
                     menu.contact_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);       
                     handCursors();
                     menu.contactHit_mc.useHandCursor = false;
                     menu.contact_btn.useHandCursor = false;
                     btnFlip();
                     currentButton = menu.contact_btn;           
                 function btnInfo(e:MouseEvent):void
                     e.currentTarget.targetmc.gotoAndPlay("click");
                     exitTween = new Tween(currentPage, "x",  Strong.easeInOut, currentPage.x, currentPage.x + 1000, 30, false);   //animate off old page
                     prevPage = currentPage;
                     currentPage = new Info();
                     addChildAt(currentPage, 4); //adds the about  page to the stage
                     exitTween.addEventListener(TweenEvent.MOTION_FINISH, animateOn);
                     currentPage.x = stage.stageWidth/2 - 1000;
                     currentPage.y = stage.stageHeight/2; 
                     bgTween = new Tween(currentBg, "alpha", Regular.easeOut,  1,0, 30, false);  // This calls on the bgTween variable and fades oyt  the currentBg
                     prevBg = currentBg;
                     currentBg = new bgInfo();
                     bgTween.addEventListener(TweenEvent.MOTION_FINISH, bgOn);
                     addChildAt(currentBg,0);
                     currentBg.x = stage.stageWidth/2;
                     currentBg.y = stage.stageHeight/2;
                     eventListeners();
                     menu.infoHit_mc.removeEventListener(MouseEvent.MOUSE_OUT, btnOut);
                     menu.infoHit_mc.removeEventListener(MouseEvent.CLICK, btnAbout);
                     menu.infoHit_mc.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);
                     menu.info_btn.removeEventListener(MouseEvent.MOUSE_OUT, btnOut); //Disable Mouse Out functionality
                     menu.info_btn.removeEventListener(MouseEvent.CLICK, btnAbout);  //Disable Mouse Out functionality
                     menu.info_btn.removeEventListener(MouseEvent.MOUSE_OVER, btnOver);       
                     handCursors();
                     menu.infoHit_mc.useHandCursor = false;
                     menu.info_btn.useHandCursor = false;
                     btnFlip();
                     currentButton = menu.info_btn;           
                 function animateOn(e:TweenEvent):void
                     new FluidObject(currentPage,middleParam);
                       removeChild(prevPage);
                 function bgOn(e:TweenEvent):void
                     new FluidObject(currentBg, bgParam);
                     removeChild(prevBg);
                 function btnFlip():void
                     currentButton.gotoAndPlay("out");
    //-----DEVIN PAGE CODE END ---- \\
    Message was edited by: Kyle Hawkins
    Message was edited by: Kyle Hawkins

    hi kyle, mi internet its very slow and i couldnt open your site, but the problem could be on the html, i use css that help a lot to htnl, y copy the code im using in my site:
    html,body {
    background-color: #000;
    padding: 0px;
    height: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow:hidden;
    .container {
    padding: 0px;
    height: 100%;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    html and the body share the same css style, pay atention to the last line(overflow)
    the container its a div where i inserted the swf.
    hope it help you fix the problem

  • Trouble with liquid layout...

    Hi,
    I am trying to layout a site with CSS in a liquid style. This
    is the first time im using a liquid layout and find it pretty
    confusing.... The site is
    here. The problem im currently
    having is the block of text and image in the main content area (in
    white with the guy with the megaphone) looks different in Internet
    Explorer and Firefox and i cant work out why this is. Firefox
    places it higher up the page and explorer places it lower down the
    page....
    How can i get them to be the same distance from the top? Any
    ideas?
    Thanks....

    Hello
    You should validated your code. I think one of your problems
    is that you might have a missing </div> tag. There are one or
    two other easily repaired problems highlighted in the validator. I
    think the bottom of your page needs to look like this:
    <div id="footer">
    <ul>
    <li><a href="#">home</a></li>
    <li><a href="#">about us</a></li>
    <li><a href="#">lessons</a></li>
    <li><a href="#">contact</a></li>
    <li><a href="#">resources</a></li>
    </ul>
    </div>
    </div>
    </body>
    </html>
    If you want your page centered, you're missing margin: 0
    auto; in your CSS for #wrapper; like so:
    #wrapper {
    background-color:#FFFFFF;
    max-width:1000px;
    min-width:810px;
    padding:10px;
    text-align:left;
    width:90%;
    margin: 0 auto;
    You need to think whether using relative positioning is a
    good idea if you don't need it. If you need to fiddle about with
    placement of elements in your page I'd suggest researcing the float
    property and the Box Model. There's plenty out there to read.
    I add the caveat that I am clinging by my fingernails to the
    level slightly above "Novice." I don't use relative positioning for
    example, because I don't understand it!
    Kind regards
    Martin

  • How do I create a Full Width Photo for a Liquid Layout - CS3

    Greetings & Help!
    I'm trying to create a full width photo layout without the
    photo's being tall.
    Exactly as the following websites - which all seem to be
    using the same size of photo or very close to it.
    This site is static with full width photos that are not tall.
    http://www.jenniferhandyproperties.com/selling
    This site is static for the most part and full width photos
    that are not tall
    http://www.gnvpartners.com/web/
    This site is Flash with full width photos that are not tall.
    expodesigncenter
    I would love to create a flash site just like expo but at
    this point I would settle for a static photo with the same size
    being the same on each page.
    Also I would like my site to be a liquid layout so the photo
    and everything else (text, Links etc) on the page flows correctly.
    The problem...
    I'm trying to use photo's from Istockphoto.com. The size of
    the photo's they offer are
    425 x 282 px (5.9" x 3.9")
    849 x 565 px (11.8" x 7.8")
    1698 x 1131 px (5.7" x 3.8")
    I'm selecting horizontal photo's. I do not know how to match
    the same width, height and appearence as the websites I mentioned
    above.
    If I choose a photo that fits the width then the length is
    too long. Also if I choose a large photo and have to crop it then
    most of the detail of the photo is lost.
    I'm attempting to create a mock-up for my web in Fireworks
    CS3 and after search Adobe and www I came across the mock up should
    be 1004px which would end up being 1024 with vertical scroll bar
    and small margins.
    I also have Photoshop & Flash CS3 but should mention (if
    you haven't already guess it by now) I am a rookie when it comes to
    creating a website.
    So if you can offer a solution in "Non-Tech Terms" I would
    appreciate it.
    Thank you in advance for your time.

    Greetings & Help!
    I'm trying to create a full width photo layout without the
    photo's being tall.
    Exactly as the following websites - which all seem to be
    using the same size of photo or very close to it.
    This site is static with full width photos that are not tall.
    http://www.jenniferhandyproperties.com/selling
    This site is static for the most part and full width photos
    that are not tall
    http://www.gnvpartners.com/web/
    This site is Flash with full width photos that are not tall.
    expodesigncenter
    I would love to create a flash site just like expo but at
    this point I would settle for a static photo with the same size
    being the same on each page.
    Also I would like my site to be a liquid layout so the photo
    and everything else (text, Links etc) on the page flows correctly.
    The problem...
    I'm trying to use photo's from Istockphoto.com. The size of
    the photo's they offer are
    425 x 282 px (5.9" x 3.9")
    849 x 565 px (11.8" x 7.8")
    1698 x 1131 px (5.7" x 3.8")
    I'm selecting horizontal photo's. I do not know how to match
    the same width, height and appearence as the websites I mentioned
    above.
    If I choose a photo that fits the width then the length is
    too long. Also if I choose a large photo and have to crop it then
    most of the detail of the photo is lost.
    I'm attempting to create a mock-up for my web in Fireworks
    CS3 and after search Adobe and www I came across the mock up should
    be 1004px which would end up being 1024 with vertical scroll bar
    and small margins.
    I also have Photoshop & Flash CS3 but should mention (if
    you haven't already guess it by now) I am a rookie when it comes to
    creating a website.
    So if you can offer a solution in "Non-Tech Terms" I would
    appreciate it.
    Thank you in advance for your time.

  • Creating template areas when using CSS based layout

    Hi:
    I'm ransitioning to pure CSS based layouts. When I used tables for layouts I could select a table cell and make that an editable template region. But when I'm setting everything up in Divs, you can't "select" a div in Layout mode. Indeed, layout mode doesn't really work at all - things are shown all jumbled and you have to use Preview or open in a browser window to see how things will look. (I'm not using the grid - maybe I should?) Is there a way to select a div and make it an editable template region?
    I'm using GoLive CS2 on a Mac.
    Thanks!

    Is this affecting ALL text on that page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "matthewtrefz" <[email protected]> wrote in
    message
    news:eo5o8v$aqa$[email protected]..
    > We have recently performed an upgrade to our site. The
    entire layout is
    > css
    > based. The problem we have run into is that Contribute
    users can no longer
    > select the content using the mouse. In fact the only way
    to edit the
    > content is
    > to use the arrow keys on the keyboard. Though it is
    possible to edit
    > content
    > this way it is very time consuming and confusing to most
    of our users.
    >
    > I have tired to edit pages based on a template, and
    pages not based on a
    > template and get the same issue.
    > What can I do to fix this problem?
    >
    > The web address is
    http://engineering.osu.edu
    >
    > Thanks,
    > Matthew
    >

Maybe you are looking for

  • Write string to serial port ?

    Hello! Thanks all, who help me build up this attached VI !!! Small problem. In a few words: I received date from serial port, my VI work with it, and I want pass string "sting I need write to port" to serial port. (see attached VI). Data all time rea

  • Error after re-installing mac OS X 10.5....

    So I took my Imac to the Mac store and a tech looked at it and came to the conclusion I need to un-install Mac OS X 10.5 and re-install it with a clean slate... I did and at the end of the download an error came up saying about not being able to down

  • Trouble with SPDIF Passthrough and the Audig

    I have a Sound Blaster Audigy 2 from Dell and am trying to connect it to Logitech Z-680 speakers. I want to use digital surround sound. I found the instructions on how to do this on Logitech's site. However, I have a problem. Step 2 states to go to A

  • Tutorial Announcement :: Creating A Shoutbox using ADDT

    Hi to all, Just added an ADDT tutorial on my website. Have a look and let me know how you get on with it. The link is http://www.grafikkaos.co.uk/article/48-Creating-a-shoutbox-using-ADDT/ Cheers, Emmanuel.

  • Stopping/starting BO4 via scheduled script (SIA enough?)

    Hi, We are wishing to implement a backup stratgey for our new BO4 deployment running on 2 windows servers against Oracle 11 CMS database. Wish to have cold backups in addition to hot ones. In order to implement cold backups will need to bring the BOE