Expanding box problem in some browsers

My bottom three dividers are having an expanding box problem in some browers. Any idea how to fix? This is my first website and I am clueless.....
www.privateinsurancebrokers.com
Source Code:
V <div id="container">
    <div id="main_image"><img src="Images/ThreeArch.jpg" width="960" height="400" alt="Kenneth G. Harris Insurance Agency" /></div>
    <div id="left_colum">
        <strong><a href="employeebenefits.html"><img src="Images/Website_EmployeeBenefits.jpg" width="310" height="127" alt="Employee Benefits Orange County" /></a>Employee Benefits
      </strong><br />
      Since 1972, Kenneth G. Harris Insurance Agency has advocated for our clients in the process of securing the highest value employee benefit program. <a href="employeebenefits.html" target="_new">Learn More»</a> </div>
    <div id="center_column"><strong><a href="HealthInsurance.html"><img src="Images/Family and Individual Insurance.jpg" alt="Family and Individual Insurance Services" width="310" height="127" align="top" /></a>Individual & Family Insurance Services
    </strong>Kenneth G. Harris Insurance Agency will work with our insurance and financial partners to assist you with all aspects of your personal insurance needs. <a href="individualinsurance.html" target="_new">Learn More»</a></div>
    <div id="right_column"><a href="news.html"><img src="Images/blog.jpg" width="310" height="127" alt="Health and Life Insurance News Orange County" /></a>
      <strong>Information</strong> <br />
Keep up-to-date with the latest employee benefits and private insurance news. Let us serve as your resource for health care  reform news and<a href="article2.html" title="Kenneth G. Harris Insurance Agency Group Health and Individual Insurance" target="_new"> more»</a></div>
</div>

Your CSS Layout has a provision for clearing floats but I don't see it in your HTML markup.
Insert a float clearing <br> <p> or <hr> right above your footer division like so:
<hr class="clearfloat" />
  <div class="footer">
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Expanding Box Problem

    I have been working all morning to add a horizontal spry menu
    bar to the menu_bar section of the Mother Earth Template (
    http://www.webshapes.org/template/details/id/200702247034127204)
    from Webshapes (
    http://www.webshapes.org/)
    Anyway, I had to do some crazy positioning to get the
    submenus to lign up with the menus and now the submenus will not
    display in IE because of an 'expanding box problem' All of the
    problems are associated with either my "ul.MenuBarHorizontal ul" or
    my "ul.MenuBarHorizontal ul ul"
    Can anyone help me with this? I am a beginner with
    Dreamweaver and have been having a lot of troubles with it.
    Thanks.

    Hello Tom, Is it a template related error message?
    I would suggest you to use percentages when setting the width
    and height values.

  • Spry Vertical Submenu - Expanding Box Problem, white background

    Hello everyone. I've recently incorporated a Spry Vertical Menu on my site for the first  time and I'm experiencing problems with the submenu in IE7. (Things look  fine in FF, Safari, and Opera.) A white box appears behind the text area  (the "bios" and "contact us" links).  And....In IE6 the entire menu bar becomes a horizontal mess.
    I've come to learn that this is called an Expanding Box Problem but I  don't know how to fix it. Perhaps this is seperate issue from the white panel issue altogether. I dunno. Can anyone be of assistance? I've been trying  to solve this problem for days.
    http://www.exposedproductionsnyc.com
    Below is the CSS:
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 8em;
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 31.5px;
        background-color: #000;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 160px;
        background-color: #000;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 100px;
        padding-left: 29px;
        padding-top: 3px;
        margin-top: 1px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    /*ul.MenuBarVertical ul
        border: 1px none #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0em;
        color: #FFF;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #000;
        color: #6CC3D7;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #000;
        color: #6CC3D7;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: transparent;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: transparent;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;

    Long answer =  z-index
    http://www.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/
    Nancy O.

  • CSS Style Problem in some browsers

    I’m Using Dreamweaver Studio 8.0. on the PC.
    Some of my CSS Styles info does not work in some browsers.
    The “main_content” section of my site does not
    display properly in some browsers.
    Here is the CSS code:
    #main_content {
    position:absolute;
    left:134px;
    top:180px;
    width:651px;
    height:597px;
    z-index:6;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-left-style: none;
    border-top-color: #0000CC;
    border-right-color: #0000CC;
    border-bottom-color: #0000CC;
    border-left-color: #0000CC;
    border-right-style: solid;
    border-bottom-style: none;
    It works fine in FireFox 1.5 and Netscape 8. But in IE 6.0.2
    and Safari 2.0.3 the main content section:
    1. moves to the far left of the page (behind a left side
    image border)
    2. loses its width restriction and fills to the right
    whatever size monitor display it is on
    3. loses the solid right border of this section
    The “.copyright” info also does not display
    properly
    .copyright {
    font-size: 9px;
    background-color: #666666;
    color: #FFFFFF;
    Again, it works fine in FireFox 1.5 and Netscape 8. But in IE
    6.0.2 and Safari 2.0.3 the copyright section:
    1. does not change to the smaller font
    2. does not change font color
    3. has no background color
    Does anyone have any ideas?
    Thanks,
    David

    Here's something you need to know:
    There is no significant difference in the way that these
    browsers render
    valid CSS on pages with valid doctypes. Please post a link to
    your page so
    we can get at the bottom of this, and keep you from careering
    off the cliff
    edge that you are now teetering on! 8)
    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
    ==================
    "DAFsr" <[email protected]> wrote in message
    news:enjt3a$orq$[email protected]..
    > FOUND A WORK AROUND!
    >
    > Many of the CCS styles are not being picked-up by IE
    & Safari. So I
    > placed
    > those codes that weren't being recognized back into the
    div tags of the
    > individual layers. I've got the positioning problem
    taken care of, now I
    > need
    > to figure out the best way to get the other conventions
    like heading type
    > size
    > and color to match in all browsers.
    >
    > Still don't understand why the CSS style sheet isn't
    working in IE &
    > Safari.
    > But I'm hopeful at this point I will at least be able to
    complete the site
    > and
    > get it to play okay in multiple browsers.
    >
    > If anyone has any other thoughts that might help me,
    feel free to post
    > away!
    >
    > Thanks,
    >
    > David
    >
    >

  • Weird problem with some browsers showing content that is meant to be "off screen"

    So as you might guess from the title of the post, I'm new to both Catalyst, and HTML, and publishing websites in general.
    I created a website in Catalyst using a 1000x700 Photoshop design. I made it so that the transition from page to page occurs with the screen elements moving in from the sides with an elastic effect. I published the site for uploading to the web, then brought the file into Dreamweaver to simply put it on a black background, and save it as index.html. for uploading to my service provider.
    Everything is working fine from a transition perspective, and from my testing in Internet Explorer 7 and 8 as well as Firefox, it seems to be fine. However, one person I work with - who is also running Internet Explorer 8 - finds that when she views it, there is a small white strip along the right side and the bottom of the displayed .swf. In this right strip, on several of the pages, she can see part of the elements off to the side that would normally be sitting out of view on the artboard: In other words, elements that were animated out of the way when she linked to current page.
    I thought I was being clever by following advice posted elsewhere here, and created - or tried to create - a pseudo clipping mask by dragging a 1000x700 rectangle around each screen, converting it to a custom component, editing it by deselecting Modify > Auto Size content, and selecting Modify > Clip to Component Bounds, and republishing. No dice.
    I know I could just go in and move those elements further away from the "stage" so that they wouldn't appear in this weird white strip, but I'd still be left with the strip. At this point, I've made so many changes in Catalyst I'd also really like to avoid bringing it back into Photoshop to make any changes. I'm wondering if anyone else has encountered this, and if so, how was it rectified. Perhaps there's a way to provide something like a clipping mask in Dreamweaver? Any help would be appreciated.

    Sounds like they need to update their browsers and players, or download different ones that they're missing.
    There is no way to ensure anyone's computer will play an .MP3 the way you want it to. There are a number of programs out there that play .MP3s and will be set as the viewer's default player for that file type simply depending on which ones were installed and which ones they allow to set to handle .MP3s.
    The second part, where they ask if you could make it so viewers could click on a player...
    You could have multiple file types (a .mov for Quicktime, a .WMV for windows media, etc) where the user clicks whichever player they want and the link goes to it's corresponding file type. That's probably the easiest way to achieve that type of functionality.

  • I'm trying to update my Photoshop CS5, but continue to receive the same problem every time. The application manager update dialogue box simply states "some updates failed to install." There's no specific error code, but a link to contact support for furth

    I'm trying to update my Photoshop CS5, but continue to receive the same problem every time. The application manager update dialogue box simply states "some updates failed to install." There's no specific error code, but a link to contact support for further assistance. It doesn't take me to customer support, but does take me to a screen which states. "Error "This serial number is not for a qualifying product." I've checked my account and the product serial number is associated with my account., so I don't see any problem.  I have not been able to find a resolution to this problem, so I hope that someone can point me in the right direction.  Thank you!

    update directly, Product updates

  • TS3212 when installing iTunes on my new laptop a message box appears saying some sort of error has occured and i have to uninstall it then reinstall it again and it still won't work what should i do?

    when installing iTunes on my new laptop a message box appears saying some sort of error has occured and i have to uninstall it then reinstall it again and it still won't work what should i do?

    Let's try a standalone Apple Application Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of the issue.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64Setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleApplicationSupport.msi to do a standalone AAS install.
    Does it install properly for you? If so, does iTunes launch properly now?
    If instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Navigation & Photo Page not displaying within some browsers

    Hello,
    I am using iWeb '08 and am having great difficulties trying to get my site cross browser compatible. The site is working perfectly on the Mac in Firefox 2 & Safari but not Firefox 3. It is also not displaying correctly in Firefox 2.0.0.13 and IE7 on my WinXP machine. Unfortunately the error is not just a cosmetic issue. The Main Navigation is not displaying on any page and only shows a bullet point where it is meant to be. The other error occurs in the Photo Template and the photos are not displaying. I am using a "Version 1 template" and did a test with a "version 2" template that provided the same errors.
    Has anyone else had these problems???
    The site is located at:
    http://web.mac.com/maxkit/Kai/
    Photo Page:
    http://web.mac.com/maxkit/Kai/CurrentPictures/Pages/Snowy_AprilDay.html
    The test site is located at:
    http://web.mac.com/maxkit/Site/
    Thanks
    Max

    You have applied a height of "auto"to your menubar container, which gives it no height at all in some browsers. If you have a clue what height you would like to display for your menubar, give it, instead of:
        <div style="height: auto;" id="p7PMM_1" class="p7PMMh04">
    Better yet, leave it in the CSS file, where you will find it when you go looking for it. You already assign a height there:
    .p7PMMh04 {
        width: auto;
        height: 20px;
        margin: 0 auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        background-image: url(http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
        background-repeat: repeat-x;
        background-color: #000;
        text-align: left;
        line-height: normal;
    Because your inline style of height:auto; has more proximity (is closer) to the element being styled, it overrides the style in the stylesheet and applies the height: auto; instead of allowing the height: 20px;
    Beth

  • IWeb hypertext links to pages from my site not "viewable" in some browsers

    I am new to iWeb 08. iWeb created hypertext links to eleven pages from my "top level" site are not "clickable" or viewable in some browsers yet the hyperlinks I added on top page to other sites don't present a problem.
    No problem with Safari or AOL Desktop Version 1.2 or Firefox browsers. However, AOL Ver 10.3.7 (rev 4136.310) only shows other site links and NOT the page links at the top of site page. Only a dot is visible where links to other pages in the site. I thought it could have been a Java Scripts problem so I updated my AOL to latest JAVA. Not concerned for my part but others with Mac AOL may have same problem.
    Is there something I could do diferent at my site or is this another AOL shortcoming?
    See: http://web.mac.com/louiedea/OceanaMed_Cruise_2008/MedCruise08.html
    Thanks, LouieDeA

    Gayle,
    No solution yet. I am sure it is a shortcoming of AOL's Mac browser but am trying to contact AOL support (difficult now that they are free). I don't use their browser but there are probably those that do. I presume you don't have that problem when you use Safari, etc?
    Louie

  • Expanding box issue I.E. 6

    Hi, Can anyone tell me how to fix expanding box issues in I.E. 6. When viewed in I.E. 6 The text in my main content area expands causing the box to expand and jump down to the bottom of the page. Does anyone have a hack for this? Thanks
    My link is http://www.innervisionfilms.tv
    My CSS code for the page is
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Welcome to Innervision Films Royalty Free Stock Footage, post production, motion graphics and photography gallery</title>
    <style type="text/css">
    <!--
    a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    body  {
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
    .twoColFixRtHdr #container {
        width: 780px;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px solid #66CCFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        background-color: #000000;
    .twoColFixRtHdr #header {
        padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
        background-color: #000000;
        font-size: 1px;
    .twoColFixRtHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .twoColFixRtHdr #sidebar1 {
        float: right; /* since this element is floated, a width must be given */
        width: 250px;
        background-color: #000000;
        font-family: Verdana;
        font-size: 1px;
        color: #66CCFF;
        background-image: none;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-top-width: 1px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #66CCFF;
        border-right-color: #66CCFF;
        border-bottom-color: #66CCFF;
        border-left-color: #66CCFF;
    .twoColFixRtHdr #mainContent {
        background-color: #000000;
        font-family: Verdana;
        font-size: 11px;
        color: #66CCFF;
        margin-top: 0;
        margin-right: 250px;
        margin-bottom: 0;
        margin-left: 0;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 15px;
    .twoColFixRtHdr #footer {
        padding-top: 0;
        padding-right: 0px;
        padding-bottom: 0;
        padding-left: 0px;
        background-color: #000000;
    .twoColFixRtHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style>
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 0px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->

    Johns right, I would not worry too much about IE6 but if it is a necessity a couple of minor css amends will get it working in that browser.
    Add to your .twoColFixRtHdr #mainContent css
    float: right;
    width: 494;
    And then comment out /* */ the below also in the .twoColFixRtHdr #mainContent css
    /* margin-right: 250px; */

  • Podcasts post with height="" break some browsers

    OK, I was pulling my hair out on this one. Podcasts posted to user blogs with PP2 were appearing fine on Safari. But some users were reporting they couldn't see the podcasts at all. I finally traced it to an empty height attribute in the IMG tag. Yes, some podcasts are being posted with thumbnails that have height attributes set to "", as in height="". This is not a problem with Safari, and generally not a problem with other browsers...except the big one, Internet Explorer for Windows.
    A google search later, and I found this...
    http://www.lattimore.id.au/2007/05/21/internet-explorer-img-element-empty-width- height-attribute-error/
    Apparently, IE interprets an empty height attribute as a zero. So in IE, the podcast thumbnails are forced to render zero pixels high. No wonder they didn't show up.
    What I can't figure out is why this is happening. I'm not doing anything exotic here, just feeding video files to Podcast Producer 2 in a fairly simple workflow. Has anyone dissected the process enough to know where in the process the height attributes for the PNG thumbnails are inserted into the html generated?
    And does anyone know the best way to get the attention of the developers of PP2 (and the Wiki Server)? This seems to me to belong in the category of "high priority bug" and I'd like to get it looked at before it bites others.

    Let me post an update on what I've found out so far. The height attribute in the IMG tag is often empty when the file uploaded to PP2 is below a certain resolution (such as 320 x 240). But even when the height attribute is not empty, neither the height nor the width values match the actual values of the video.
    The effect of an empty height tag is bad enough, as this breaks IE for Windows. But having inaccurate height and width tags breaks playback on IE, Firefox and even Safari for Windows. This appears to be an effect of referencing the video location as the value to an ALT attribute in the image tag.
    To illustrate, consider the html generated by PP2/Wiki Server when a podcast created from a file of 640x480 original resolution is posted to a user blog...
    <br class="" /><br class="" /><img src="http://servername:8171/2009-09-25/SANY0001-posterimage.png" height="360" width="480.0" role="button" alt="http://servername:8171/2009-09-25/SANY0001.m4v" class="aligncenter posterimg" tabindex="0" />
    The resulting page displays fine on a Mac. On a windows machine, the thumbnail appears as a 480x360 image, but when you click on it to begin playback, the video doesn't play. Instead, you just hear the audio, and the only thing you see is the controller bar.
    This stumped me for the longest time. I thought it had to be something related to the Quicktime plugin for windows, especially since I noticed this behavior with IE, Firefox and Safari on Windows. I took a few videos of this strange behavior and posted it to my MobileMe Gallery (http://gallery.me.com/pthompsen#100334).
    What I've discovered is that if you remove these height and width attributes entirely, the videos playback fine on Windows. It seems that Quicktime on a Mac can scale down a video to match smaller width and height attributes, but the Quicktime Plugin for Windows can't. Or won't.
    Now if only I can find a quick way to change the html of the almost 500 videos I've got posted on the server now. Sed as su, perhaps, but one wrong move...
    Message was edited by: Doctor Phil
    Message was edited by: Doctor Phil

  • Navbar font appears miniscule in some browsers

    Why does the Navbar font size appear miniscule in some browsers, but fine in others?
    My Website is paranormalstateillustrated.com
    I'm using iWeb '08 version 2.0.4, "Darkroom" theme.
    Navbar items appear miniscule in Safari version 3.1.2, but are "normal" when working in iWeb.
    Navbar items (font size) appear fine in Firefox version 3.0.3- BUT I've had someone else say the Navbar links are too small when they use Firefox. What could cause this difference?
    Should I just deselect the "Display navigation menu" in the Inspector, and build my own Navbar to help ensure all browsers display the same font/size?
    Thank you for your input!

    Roddy,
    Thank you for your quick reply. I found why the Navbar appears miniscule in my Safari browser, and why it looked small in someone else's Firefox browser. It has to do with the "Preferences" of each browser.
    SAFARI browser:
    Select "Preferences" from the Safari pull-down menu.
    Click on the "Appearance" tab.
    Select a "Standard font" size large enough so it doesn't appear too small. Times 14 works okay.
    FIREFOX browser:
    Select "Preferences" from Firefox pull-down menu.
    Select the "Content" tab.
    Pick a larger font size under the "Fonts & Colors" section of the "Content".
    That fixes the font size problem. It wasn't something "wrong" with iWeb.
    I do, however, like your explanation that viewer's are seeing paranormal!
    Thank you!

  • DW designed site, some browsers are dropping images and doing other wonky things, suggestions?

    Hello, we have a small website and on the contact page there are hyperlinked images for facebook and linkedin. On some browsers or computers the images and links are being dropped entirely, including my own when I run Firefox but shows up fine in IE. On one computer instead of left aligning it was center aligned. Here is the page in question:
    Vote Russ Tierney for State Representative
    (Aside from the CSS doing away with tables which is a subject I still need to read up on) is there anything bad about that particular segment of html:
    <tr>
       <td colspan="2">Find me on:<br /><a href="https://www.facebook.com/voterusstierney"><img src="images/Facebook.png"  alt="Facebook" width="47"/></a> <a href="https://www.linkedin.com/pub/russ-tierney/34/49/920"><img src="images/LinkedIN.png" alt="Linkedin"/></a></td>
       </tr>
    Suggestions?

    Aaron Hartley wrote:
    (Aside from the CSS doing away with tables which is a subject I still need to read up on) is there anything bad about that particular segment of html:
    Possibly.
    Servers are case sensitive, so a link to images/LinkedIN.png will not be directed to a file called linkedin.png on the server. Your local OS won't have an issue with it, but the server generally will view that as a separate file from the mixed case version.
    You may want to go through and normalize your file names from within DW's Files window and keep them all as lower case alpha-numeric names. Don't use special characters or spaces in the names either. Instead of spaces, use underscores or hyphens. When you change the names from within the Files window, DW will update all of your links for you.
    Since you're seeing issues in some but not all browsers, I'm guessing the above probably isn't the problem (still worth mentioning though). It almost sounds to me like you are caching older versions in some of those browsers. Try clearing the browser cache to see if that clears up the issue.
    Also, run your pages through the validator at http://validator.w3.org to get a list of html errors in your page. HTML errors can cause all kinds of funky behavior between browsers/versions. If it's still happening once you have your code cleaned up, post back and we can take a closer look.

  • Browser problem.(All browsers across users)

    Hi,
    I have a really annoying problem through all browsers I have installed(Chrome, Firefox 5 and Safari), and I really have tried so much to fix it.
    Basically the problems are with examples...
    http://www.avforums.com/forums/index.php - on this site nothing happens when I click login/sign up in the corner or when i use search, it's all glitched.
    http://www.fileserve.com/file/h7PVh6Y/3DTotal-Lighting.La.Ruelle.3ds.Max.MentalR ay%26VRay.by_instantloader.rar - here I can't click on log in again, the countdown doesn't start when I try free downloader and other buttons do nothing also.
    last example
    http://www.geocaching.com/ - where it says enter your postal, location, etc...that stays when it should just disappear when i go to type in it, and when I do get my location typed it won't search anyway.
    so any ideas whats the problem here? none of these are issues on my macbook, just the imac, really irritating. i think it could be some java thing i have to delete somewhere, but i can't find it, someone told me to go /library/caches but nothing was there anyway
    cheers guys

    I didn't have any problems with those sites with Snow Leopard v10.6.7 / Safari 5.0.5 or Firefox 3.6.6.
    When you experience problems with multiple browsers on more then one user account, it's time to check the startup disk.
    From your admin account, launch Disk Utility. /Applications/Utilities.
    Select MacintoshHD in the panel on the left then select the FirstAid tab.
    Click: Verify Disk  (not Verify Disk Permissions). If the startup disk needs repairing, follow the instructions for Using Disk Utility to verify or repair disks

  • Activity Box problem

    I am working on an Activity Box problem. I got some errors, Please Help and Thanks in advance!!!
    My program likes:
    import java.awt.*;
    import java.applet.*;
    import java.awt.event.*;
    /*ActivityBox Applet */
        public class ActivityBox extends Applet {
    //Declarations
        String panelString = new String("News from the field.");
        String southString = new String("South Button");
        String infoString = new String("Type here.");
        String kbString = new String("East ");
        MousePanel cp = new MousePanel(100,100,panelString);
        MousePanel ep = new MousePanel(100,100, kbString);
        MousePanel np = new MousePanel(50,50);
        MousePanel sp = new MousePanel(100,100);
        MousePanel wp = new MousePanel(100,100,"West - Type here");
        TextField myText = new TextField(infoString);
        Button southButton = new colorChanger(southString);
        colorChanger Blues = new colorChanger(Color.blue);
        buttonListener Zap = new buttonListener(cp, myText, ep);
        kbListener Tap = new kbListener(ep, kbString);
    //init
        public void init() {
         setLayout(new BorderLayout(5,5));
             np.addMouseListener(Blues);
         add("North",np);
             np.add(myText);
         np.setBackground(Color.Cyan);
             sp.addMouseListener(Blues);
             southButton.addActionListener(Zap);
         sp.add(southButton);
         add("South", sp);
         sp.setBackground(Color.Cyan);
             ep.addMouseListener(Blues);
         add("East",ep);
         ep.setBackground(Color.Cyan);
             wp.addMouseListener(Blues);
             wp.addKeyListener(Tap);
            add("West",wp);
         wp.setBackground(Color.Cyan);
             cp.addMouseListener(Blues);
         add("Center",cp);
         cp.setBackground(Color.Cyan);
    /* MousePanel */
    class MousePanel extends Panel {
        public String nameTag = "";
        Dimension myDimension = new Dimension(15,15);
    //Constructor 1 - no name tag
        MousePanel(int h, int w) {
         myDimension.height = h;
         myDimension.width = w;
    //Constructor2 - with name tag
        MousePanel(int h, int w, String nt) {
         myDimension.height = h;
         myDimension.width = w;
         nameTag = nt;
    //paint
        public void paint(Graphics g) {
         g.drawString(nameTag,5,10);
    //change text
        public void changeText(String s){
         nameTag = s;
         repaint();
        public Dimension getPreferredSize(){
         retrun myDimension;
    //getMinimumSize
        public Dimension getMinimumSize(){
         return myDimension;
    class colorChanger implements MouseListener {
        private Color oldColor = new Color(0,0,0);
        private Color changeColor = new Color(0,0,0);
        //constructor
        colorChanger(Color it){
         changeColor = it;
        //Methods required to implement MouseListener interface
        public void mouseEntered(MouseEvent e) {
         oldColor = e.getComponent().getBackground();
         e.getComponent().requestFocus();
        public void mouseExited(MouseEvent e) {
         e.getComponent().setBackground(oldColor);
         e.getComponent().transferFocus();
        public void mousePressed(MouseEvent e) {
        public void mouseReleased(MouseEvent e) {
        public void mouseClicked(MouseEvent e) {
    class buttonListener implements ActionListener {
        private MousePanel it1 = new MousePanel(0,0,"");
        private MousePanel it2 = new MousePanel(0,0,"");
        private TextField from = new TextField("");
        private String words = new String("");
        //constructor
        buttonListener(MousePanel target1, TextField source, MousePanel target2){
         it1 = target1;
         from = source;
         it2 = target2;
        //Methods required to implement ActionLIstener interface
        public void actionPerformed(ActionEvent e) {
         words = from.getText();
         it1.changeText(words);
         from.setText("");
         it2.changeText("");
    }//end buttonListener
    class kbListener implements KeyListener {
        private MousePanel it = new MousePanel(0,0,"");
        private String putString = new String("");
        //constructor
        kbListener(MousePanel target, String display){
            it = target;
         putString = display;
        //Methods required to implement KeyListener interface
        public void keyPressed(KeyEvent e) {
        public void keyReleased(KeyEvent e){
        public void keyTyped(KeyEvent e){
         putString = putString + e.getKeyChar();
         it.changeText(putString);
    }When I compiled it, I got:
    ActivityBox.java:18: cannot resolve symbol
    symbol  : constructor colorChanger (java.lang.String)
    location: class colorChanger
        Button southButton = new colorChanger(southString);
                             ^
    ActivityBox.java:24: cannot resolve symbol
    symbol  : constructor BorderLayout (int,int)
    location: class BorderLayout
            setLayout(new BorderLayout(5,5));
                      ^
    ActivityBox.java:28: cannot resolve symbol
    symbol  : variable Cyan
    location: class java.awt.Color
            np.setBackground(Color.Cyan);
                                  ^
    ActivityBox.java:33: cannot resolve symbol
    symbol  : variable Cyan
    location: class java.awt.Color
            sp.setBackground(Color.Cyan);
                                  ^
    ActivityBox.java:36: cannot resolve symbol
    symbol  : variable Cyan
    location: class java.awt.Color
            ep.setBackground(Color.Cyan);
                                  ^
    ActivityBox.java:40: cannot resolve symbol
    symbol  : variable Cyan
    location: class java.awt.Color
            wp.setBackground(Color.Cyan);
                                  ^
    ActivityBox.java:43: cannot resolve symbol
    symbol  : variable Cyan
    location: class java.awt.Color
            cp.setBackground(Color.Cyan);
                                  ^
    ActivityBox.java:72: cannot resolve symbol
    symbol  : class retrun
    location: class MousePanel
            retrun myDimension;
            ^
    .\BorderLayout.java:8: setLayout(java.awt.LayoutManager) in java.awt.Container c
    annot be applied to (BorderLayout)
            p.setLayout(new BorderLayout ());
             ^
    .\BorderLayout.java:9: cannot resolve symbol
    symbol  : variable NORTH
    location: class BorderLayout
            p.add("North", BorderLayout.NORTH);
                                       ^
    .\BorderLayout.java:10: cannot resolve symbol
    symbol  : variable SOUTH
    location: class BorderLayout
            p.add("SOUTH", BorderLayout.SOUTH);
                                       ^
    .\BorderLayout.java:11: cannot resolve symbol
    symbol  : variable EAST
    location: class BorderLayout
            p.add("EAST", BorderLayout.EAST);
                                      ^
    .\BorderLayout.java:12: cannot resolve symbol
    symbol  : variable WEST
    location: class BorderLayout
            p.add("WEST", BorderLayout.WEST);
                                      ^
    .\BorderLayout.java:13: cannot resolve symbol
    symbol  : variable CENTER
    location: class BorderLayout
            p.add("CENTER", BorderLayout.CENTER);
                                        ^
    14 errors

    Again compile ur code .... I don't seem to get all those errors

Maybe you are looking for

  • OAF - Missing In or Out Parameter at Index Error

    Hello, Here below is my requirement I have developed a custom OAF page which queries a list of suppliers from a custom table. I have a button at the bottom of the table which. when clicked should query the SEEDED supplier page (this page is same as t

  • Change of IP in Oracle DB

    Hi, The IP of the system where my Oracle Server was installed is changed. Now I want to start the DB services and I have started the DB. However, I am not able to start the listener and I am getting the errors mentioned below. TNS-12535: TNS:operatio

  • Uncaught exception when executing web dynpro application

    Hello all, I'm getting run time error exception CX_WDR_RR_EXCEPTION not caught when running web dynpro application The error analysis shows the custom component is locked by the user and cannot be regenerated. But I checked in SM12 for locked entries

  • Frm-40375 and ora-306500 with ODBC connection

    Hi experts, I am getting frm-40375 , ora-306500 when clicking a button on form , the code behind the button is actually connecting to a database other than oracle using the ODBC connection and importing data in variables and than inserting in an orac

  • Publish to SWF?

    Can DVD Studio Pro publish to SWF like Adobe Encore? The idea of putting mini versions of DVD projects on a web page is quite appealing.