Weird CSS + Browser Problem

Here is my code : <h:dataTable id = "brandTable"
var="brand" value="#{statisticsController.breakdownForBrand}"
width="500"
headerClass="headers"
columnClasses="statsColMain"
rowClasses="rows"
style="display:none;">
                         <h:column>
                              <f:facet name = "header">
                                   <h:outputText value="Brand" />
                              </f:facet>     
                              <h:outputText value = "#{brand.attributeValue}" />
                         </h:column>
                         <h:column>
                              <f:facet name = "header">
                                   <h:outputText value="All Searches" />
                              </f:facet>                         
                              <h:outputText value = "#{brand.allSearches}" />
                         </h:column>
                                   <h:column>
                              <f:facet name = "header">
                                   <h:outputText value="Unique Searches" />
                              </f:facet>                         
                              <h:outputText value = "#{brand.uniqueSearches}" />
                         </h:column>
                    </h:dataTable>Here is the css:
.headers{
text-align: center;
font-style: italic;
background: #90BAE2;
white-space: no-wrap;
.rows{
white-space: no-wrap;
text-align: center;
.statsColMain{
width: 100px;
text-align: center;
My problem is whenever I use IE my data table is not using any css, but when I used Firefox everything is OK. Take note that it is only in the data table that I'm having problems (using IE) with regard to css, other parts of the screen are working ok vis a vis with css even when using IE. What seems to be the problem?

Everytime when you change the CSS, and if the browser caching is enabled, then do a hard reload to get the changes reflected. A hard reload in IE, FF and Opera can be done with CTRL+F5.

Similar Messages

  • Weird browser problems

    I've been having a very strange browser problem intermittently over the past few months. Periodically, I'll be unable to access certain sites that I know are functioning properly, both in Safari and Firefox. Sometimes I'll get really bizarre error messages, other times the browser will redirect to a completely unrelated site. I know the problem isn't with the site itself, because although it happens both on FF and Safari, it works fine when viewed on my iPhone or another computer. For example, there was a period of a few hours during which every time I went to amazon.com, it redirected to some other site I'd never heard of before (don't remember the name). Most recently, trying to go to twitter resulted in this:
    The text says "Wiki does not exist" and then there's a bunch of wiki related text and links. The text in the address bar still says "twitter.com", though the favicon is not correct. When I try to go to twitter on FF I get a standard error message, but again I am able to access the page on my iPhone. Anyone have any ideas what could cause this? Thanks.

    Sounds like DNS look-up problem.
    http://discussions.apple.com/thread.jspa?threadID=2563743&tstart=0

  • Need help with Rollover Image cross browser problem

    Hello,
    I am having a cross browser problem with my websites rollover nav links.  The trouble is, while they work perfectly fine in IE8 and IE9, I’ve also attempted to use them through Opera, and they simply don’t work.  They don’t link nor do they do their rollover effect.  And I was trying to figure out what I have done wrong.  Currently the site is not completed, but the first two pages are, the “news” and “about me” pages are currently (as of right now) working.  The address to the site is below.
    http://maxmetal.xsustudios.com/index.html
    I hope that someone can help me with this, if needs be I can put the code for the CSS and HTML into this part if it will save some time for everyone.  Sorry too about the PNG images, I have to change those over to semi-transparent GIF’s yet so the site does take a while to load…
    Hope someone can help me with this!
    PALADIN

    When I disable CSS in my browser, the rollover buttons work just fine.  This tells me your CSS is messed up and you've layered something over your menus which is making them inaccessible to users.
    I noticed you've applied relative positioning to just about everything on your page.  Why?   Default CSS positioning (unspecified or static) is all you need for 98% of layouts.
         Learn CSS positioning in 10 Steps
         http://www.barelyfitz.com/screencast/html-training/css/positioning/
    My advice would be to start over using a pre-built CSS Template with all the divisions and columns you're likely to need for this project.  Below are some good links to get you on the right track.
    For professional CSS Templates that are rock solid & perform well in all browsers, visit Project Seven:
    http://www.projectseven.com/products/index.htm
    Ultimate Multi-Column Layouts
    http://matthewjamestaylor.com/blog/ultimate-multi-column-liquid-layouts-em-and-pixel-width s
    Not Just a Grid CSS Framework
    http://www.notjustagrid.com/demo.asp
    EZ-CSS Templates (watch the screencast to see how it works)
    http://www.ez-css.org/css_templates
    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
    Good luck with your project!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and no Safari.

    I tried dowloading Skype yesterday and my Safari browser crashed.  It gives the message "Safari quit while using the librooksbas.dylib plug-in.  I trashed Skype but still have the browser problem.  I also tried logging in under guest, and still
    no Safari.

    Julie --
    Backing up QuickTime's advice --
    Unless your bank's website is insecure, you're fine.  Go up to the Safari "Search" bar and type in Rapport.  You'll be amazed.  It may  "work" on PCs, but definitely not Macs.  And it's not needed for Macs.

  • CSS Float Problem

    Hi All, 10 years since I've been on here (in the days of tables) I have, I'm sure a very basic css float problem in the footer and hopefully someone could take the time to review it for me.  I have checked everything but can't find the problem.  Thanks in advance;
    example of problem here  http://davidbrown.ipower.com/template/template.htm
    <!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>Our Jewelry Retail Secrets - Thank You</title>
    <link href="../stylesheet/style.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .H1_black {color: #000000}
    p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #000000;
    body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    .headlinetxt_colour {color: #FF6600}
    .style1 {color: #ff6600}
    -->
    </style>
    </head>
    <body>
    <div id="wrapper">
      <div id="wrapperfix">
        <div id="toporange_bg">login</div>
      </div>
       <div id="wrapperfix_top_grey">
        <div id="top_grey_content_wrapper">
          <div id="big_logo"></div>
          <div id="welcome_user">Welcome "username here"</div>
        </div>
      </div>
      </div>
        <div id="main_content">
          <p>
            <!--main body content goes here -->
          Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam vel felis velit. Proin a nisl diam, id hendrerit lectus. Nunc eget tortor arcu. Mauris fringilla felis eget mi facilisis vel auctor est lacinia. Sed sit amet dui nibh, in varius metus. Duis malesuada euismod tortor eget lacinia. Donec pretium rutrum nunc, sagittis condimentum elit aliquam in. In eu mauris dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
          <p> Nam vel felis velit. Proin a nisl diam, id hendrerit lectus. Nunc eget tortor arcu. Mauris fringilla felis eget mi facilisis vel auctor est lacinia. Sed sit amet dui nibh, in varius metus. Duis malesuada euismod tortor eget lacinia. Donec pretium rutrum nunc, sagittis condimentum elit aliquam in. In eu mauris dui. </p>
      </div>
        <div id="footer_container">
          <div id="footer">
            <div id="footer_left">Footer Left</div>
            <div id="footer_centre">Footer Centre</div>
          <div id="footer_right">Footer Right</div></div>
        </div>
    </body>
    </html>
    #footer_container {
    background-color: #333333;
    width: 100%;
    top: 0px;
    margin: 0px;
    padding: 0px;
    #footer {
    background-color: #666666;
    min-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    width: 1000px;
    height: 150px;
    overflow: hidden;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    #footer_left {
    float: left;
    width: 33%;
    margin: 0px;
    padding: 0px;
    height: 150px;
    #footer_centre {
    width: 33%;
    height: 150px;
    margin: 0px;
    padding: 0px;
    float: left;
    #footer_right {
    float: left;
    width: 33%;
    height: 150px;
    margin: 0px;
    padding: 0px;

    I still don't see the #footer_left rule in the CSS in the online example at
    http://davidbrown.ipower.com/template/template.htm

  • Embedded pictures in g-mail do not get thru when forwarded. Google claims it's a browser problem. how do I fix this?

    I'm running Windows 7 Ultimate, Firefox 3.6.16
    This problem started up about 4 months ago. I thought it was a Google problem, but Google claims it's a browser problem. The same problem happens with Internet Explorer. I checked the Google website and many people are having this same problem. And Google is totally unresponsive.
    Attached pictures go thru fine, but if I get an e-mail from someone with embedded pictures in the message, when I forward that message, the receiver does not get the pictures...only a red X in a blank box.
    How can this be fixed?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • CS6 Media Browser Problem

    When using the Media Browser in Premiere Pro to view files in a folder that contains many files (100+), the browser keeps jumping back to the beginning after viewing a few of dozen files.  I then have to scroll back down to the last place I was and then I can continue a little further before the browser jumps back to the beginning again.   The files do not open instantly -- there is a finite time where the message "processing ..." is displayed.  I gave up before getting to the end.   I doubt that I have an under-resourced computer since it is a i7-3770K with 32GB RAM and a GTX670 card.  Is there a limit to the number of files that can be viewed in the Media Browser?  Any suggestions?
    Thanks
    P.S.  Just did a search on the problem and I see that it is a well known issue.

    Hi guys !
    Just wanted to post because we had the same problem on 4 different computers with different configurations.
    It was really annoying to have this jumping/refreshing media browser problem. At a point, that this browser was useless.
    Then we had a problem with droping sound editing r3d code... Kind of a deal breaker, when the company claims that you can edit 4K r3d files no ?
    We finally figured out that the Media Cache and the Media Cache files NEEDS to stay in the original folders (C:\Users\nameofuser\AppData\Roaming\Adobe\Common).
    Even if everybody on the web tells you to dedicate a single SSD just for the media cahe, it won't work for Premiere pro. DON'T MOVE THOSE FOLDERS !
    Removing those folders to the original place (C:\Users\nameofuser\AppData\Roaming\Adobe\Common) [again]  solved the problem for us. Hope it will work for you guys.
    Don't blame Adobe, i'm sure they'll read my post to fix this in the next version of premiere

  • I need help with a browser problem

    I am was given a new iMac G3 (from 2001) which was really never used.I have not yet had any serious problems with it, but really could use some help with a browser problem.
    I have 4 different web browsers that needs the macro media flash player update. The browsers I use are internet explorer, iCab, Netscape, and the original Mozilla Firefox.
    It would be of great appreciation for the readers of this post to answer my question.
    I am also having the problem with installing the plug - ins for the browsers. Thank You For Taking the Time To read This!

    Hi, rynodino -
    As Tom has suggested, plugins need to be installed in the Plug-Ins folder for the browser.
    Typically each browser will have its own Plug-Ins folder, usually located in the same folder containing the browser itself. In order for each of several browsers to access the same plugins, the plugins must be replicated and placed in each of the Plug-Ins folders for each of the browsers. The easy way to do that is to hold down the Option key while dragging a plugin to the new location - a copy (not an alias) of the plugin will be generated at the location it is dragged to.
    Most plugins will display a Netscape icon regardless of where they are located - this is normal.
    It is not unusual for the installer for a plugin to default its install to the Plug-Ins folder for Internet Explorer. So be it. Just replicate the new plugin to the other Plug-Ins folders as needed.
    Note that some plugin installs will involve more than one item. For those, be sure to replicate all items for it. Using labels can help identify what is new, what has been most recently added, in a Plug-Ins folder.

  • Email/browser problem

    Hi  
    About 2 weeks ago I suddenly discovered I was unable to open any web links attached to my emails.
    When I clicked on the address, the browser, at that time, Mozilla Firefox, home page came up and the loading sign appeared in the top left hand corner. After approx 15 seconds a message appears which say the pages cannot be accessed and to kill or wait.
    After attempting to fix the problem I uninstalled Firefox and made Google Chrome my default browser. only to find the same problem exists. The only way I can open the internet address is to copy it from the email and then paste it into the address bar of
    the browser. Have you any suggestions as to how I can fix this annoying problem?
    Many thanks
    GMMagic

    Hey, you can try to reinstall the browser problems. Probably it will help. 
    About the problem appeared even after browser is different, it is necessary to set the default browser. 
    I attached you a link that explains how to do this.
    http://www.dummies.com/how-to/content/how-to-set-default-browser-and-email-programs-in-w.html
    Please Mark This As Answer if it helps to solve the issue
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP
    |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

  • Browsing Problem

    Hello everyone, I have a page browsing problem in my website.
    Everytime when people click into 1 of the option in my website. It
    will jump to the top section in the new window.
    Here is what I want to do:
    When audience click into 1 of the option from the navigation
    bar, the page will display in the middle section of the page
    instead the top of the page.
    Is there any thing I can do within the design mode??
    Thx for helping me.

    Are you using frames? If so, you need to target your links to
    proper frame.
    Or better yet, DON'T use frames! (Ask Murray why.)
    Sonjay
    On 3/12/08 1:01 AM, "OhamaCS" wrote:
    > Hello everyone, I have a page browsing problem in my
    website. Everytime when
    > people click into 1 of the option in my website. It will
    jump to the top
    > section in the new window.
    >
    > Here is what I want to do:
    >
    > When audience click into 1 of the option from the
    navigation bar, the page
    > will display in the middle section of the page instead
    the top of the page.
    >
    > Is there any thing I can do within the design mode??
    >
    > Thx for helping me.
    >

  • Help PC users can't open my iwebsite-is this a browser problem?

    I created a password secured page with 3 films for a jury to vote on. All PC users can't open the page. They do not get access to the server.
    The window to open the page with the username and password does not even pop up.
    All Mac users have been able to access the site.
    Is this a browser problem? Is there a problem with Internet Explorer?
    thanks for your advice
    NFrano
    MAC Book Pro Intel Core 2 Duo   Mac OS X (10.4.8)  

    When burning a CD from within iPhoto, it includes the iPhoto folder structure with thumbnails, originals, etc.
    To burn a CD with images only, insert a blank disc, create a burn folder in Finder and drag the photos from iPhoto into the Finder burn folder. (Burn...)

  • FIrefox Browser problem- S... when I press 9 FIrefox zooms out? when I press 0 Firefox zooms in?

    FIrefox Browser problem- Suddenly now when I press the 9 number key (or 6) FIrefox zooms out and when I press a 0 number key Firefox zooms in. This just started happening 2 days ago.
    I am using a Mac and I have the latest Firefox . No updates of any kind have occurred in the past 4-5 days, so I must have inadvertedly activated this.
    How can I deactivate this?

    Hi lachem, I guess our comments in your earlier thread didn't solve the problem, but to avoid duplicate threads, let's continue there: [https://support.mozilla.org/questions/1050032 The Firefox "search for text when I start typing feature" has just stopped working correctly].

  • N82 v 20.0.062 RM-313 WEIRD BROWSER PROBLEMS WITH ...

    Watching videos on youtube via standard built-in nokia browser worked flawlessly on my nokia N82 black. Right out of the box I could watch standard desktop version of youtube webpage and play any video
    BUT ... suddenly (and I have no idea what has caused this) it stopped working and it doesn't work anymore after hard reset (*#7370*) and even after reflashing firmware.
    1)
    First of all the main youtube webpage looks weird right at the start - the logo YOUTUBE on the top of the page looks as if it had 16 colours (you can obviously see something isn't right with the browser - but this happenes only on youtube webpage)
    2)
    When you click any video it will either
    A) crash the browser or
    B) whole page will load except the video (the area where the video is supposed to be will stay blank)
    Any idea what might be causing this? Anyone else having these issues?
    Message Edited by linham on 06-Jul-2008 12:24 PM

    as you said you even reinstalled your software? bet you also did a backup and restored it?
    if you did you also "replaced" the problem after the software update
    what i suggest and it is a long process
    1.save all your data...not using the pc suite backup but rather connecting via mass mode and drag and drop the files from your phone to your desktop
    2.hopefully the applications you have installed you have saved on your pc as .sis files? i ask because i usually suggest that you format your memory card after all your data is from from it....its not a must but suggestable
    3.PLEASE remember to save your contacts to sim!!!! or better yet, copy them to memory card,use pc suite mode and you'll find a folder on the memory card named "other" the contacts you just copied will be there...drag that folder to your desktop
    try this method(drag and drop to desktop) and then reinstall your software...replace your files and see if the browser works again
    let me know what happens

  • CSS Browser compatibility problems - Safari

    I just published my portfolio site and it looks/functions fine in Firefox and Chrome, but is COMPLETELY screwed in safari and I don't even want to check IE.
    It previews in Safari browser out of Dreamweaver fine too, which really confuses me since that what I was going off of.  The flash elements don't work correctly, the Spry menu bar and accordions don't work. None of the hover classes work.  The image thumbnails which use lightbox don't display.  And the content section isn't even visible.  I don't even know where to start.  Any help/suggestions would be much appreciated.  Here is some code:
    Site:  http://damon9.com
    CSS
    @charset "UTF-8";
    /* CSS Document */
    <style type="text/css">
    #wrapper{
    margin: 0 auto;
    width: 100%;
    #Table_01 {
    position:relative;
    left:0px;
    top:0px;
    width:1280px;
    height:900px;
    margin: 0 auto;
    #apDiv1 {
    position:absolute;
    left:563px;
    top:187px;
    width:10px;
    height:217px;
    z-index:1;
    body {
    background-color: #000;
    #index-01 {
    position:absolute;
    left:0px;
    top:0px;
    width:1280px;
    height:107px;
    #index-02 {
    position:absolute;
    left:0px;
    top:107px;
    width:223px;
    height:297px;
    #Damonx20Carlstrom {
    position:absolute;
    left:223px;
    top:107px;
    width:350px;
    height:66px;
    #PowerButton {
    position:absolute;
    left:574px;
    top:108px;
    width:159px;
    height:177px;
    #index-05 {
    position:absolute;
    left:732px;
    top:107px;
    width:548px;
    height:25px;
    #index-06 {
    position:absolute;
    left:732px;
    top:132px;
    width:107px;
    height:55px;
    #Creativex20Portfolio {
    position:absolute;
    left:839px;
    top:132px;
    width:239px;
    height:41px;
    #index-08 {
    position:absolute;
    left:1078px;
    top:132px;
    width:202px;
    height:272px;
    #index-09 {
    position:absolute;
    left:223px;
    top:173px;
    width:350px;
    height:14px;
    #index-10 {
    position:absolute;
    left:839px;
    top:173px;
    width:239px;
    height:14px;
    #index-11 {
    position:absolute;
    left:223px;
    top:187px;
    width:16px;
    height:217px;
    #Home a{
    background-image:url(../images/Home.jpg);
    position:absolute;
    left:239px;
    top:187px;
    width:80px;
    height:32px;
    #Home a:link{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home.jpg);
    width:80px;
    height:32px;
    #Home a:visited{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home.jpg);
    width:80px;
    height:32px;
    #home a:hover{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Home_hover2.jpg);
    width:80px;
    height:32px;
    #index-13 {
    position:absolute;
    left:319px;
    top:187px;
    width:30px;
    height:217px;
    #About a{
    background-image:url(../images/About.jpg);
    position:absolute;
    left:349px;
    top:187px;
    width:77px;
    height:32px;
    #about a:link {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/About.jpg);
    width:77px;
    height:32px;
    #about a:visited {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Digital.jpg);
    width:77px;
    height:32px;
    #about a:hover {
    position:absolute;
    text-decoration: none;
    background-image:url(../images/About_hover2.jpg);
    width:77px;
    height:32px;
    #index-15 {
    position:absolute;
    left:426px;
    top:187px;
    width:36px;
    height:217px;
    #Resume a{
    position:absolute;
    background-image:url(../images/Resume.jpg);
    left:462px;
    top:187px;
    width:101px;
    height:32px;
    #Resume a:link{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume.jpg);
    width:101px;
    height:32px;
    #Resume a:visited{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume.jpg);
    width:101px;
    height:32px;
    #Resume a:hover{
    position:absolute;
    text-decoration: none;
    background-image:url(../images/Resume_hover2.jpg);
    width:101px;
    height:32px;
    #index-17 {
    position:absolute;
    left:563px;
    top:187px;
    width:10px;
    height:217px;
    #index-18 {
    position:absolute;
    left:732px;
    top:187px;
    width:20px;
    height:217px;
    #Print {
    position:absolute;
    left:752px;
    top:187px;
    width:77px;
    height:32px;
    #index-20 {
    position:absolute;
    left:829px;
    top:187px;
    width:38px;
    height:217px;
    #Art a{
    position:absolute;
    background-image:url(../images/Art.jpg);
    left:867px;
    top:187px;
    width:63px;
    height:32px;
    #Art a:link{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art.jpg);
    width:63px;
    height:32px;
    #Art a:visited{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art.jpg);
    width:63px;
    height:32px;
    #Art a:hover{
    position: absolute;
    text-decoration: none;
    background-image:url(../images/Art_hover2.jpg);
    width:63px;
    height:32px;
    #index-22 {
    position:absolute;
    left:930px;
    top:187px;
    width:52px;
    height:217px;
    #Digital {
    position:absolute;
    left:982px;
    top:187px;
    width:84px;
    height:32px;
    z-index: 20;
    #index-24 {
    position:absolute;
    left:1066px;
    top:187px;
    width:12px;
    height:217px;
    #index-25 {
    position:absolute;
    left:239px;
    top:219px;
    width:80px;
    height:185px;
    #index-26 {
    position:absolute;
    left:349px;
    top:219px;
    width:77px;
    height:185px;
    #index-27 {
    position:absolute;
    left:462px;
    top:219px;
    width:101px;
    height:185px;
    #index-28 {
    position:absolute;
    left:752px;
    top:219px;
    width:77px;
    height:185px;
    #index-29 {
    position:absolute;
    left:867px;
    top:219px;
    width:63px;
    height:185px;
    #index-30 {
    position:absolute;
    left:982px;
    top:219px;
    width:84px;
    height:185px;
    #index-31 {
    position:absolute;
    left:573px;
    top:285px;
    width:159px;
    height:119px;
    #index-32 {
    position:absolute;
    left:0px;
    top:404px;
    width:211px;
    height:496px;
    #index-34 {
    position:absolute;
    left:1091px;
    top:404px;
    width:189px;
    height:496px;
    #NewPortfolioSite-32 {
    position:absolute;
    left:0px;
    top:404px;
    width:211px;
    height:796px;
    h2,h3,h4,h5,h6,p{
    font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;
    letter-spacing: 1px;
    h2 {
    color: #FFF;
    font-size: 16px;
    h3 {
    font-size: 14px;
    color: #FFF;
    h4 {
    font-size: 12px;
    color: #FFF;
    h5 {
    font-size: 10px;
    color: #FFF;
    p{
    font-size: 12px;
    color: #FFF;
    /*Style is used for flash pieces*/
    h1 {
    padding: 20px;
    #Content {
    position:absolute;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-image:url(../images/FrontContent2_S1.png) ;
    float:left;
    left:211px;
    top:404px;
    width:810px;
    height:738px;
    z-index: 20;
    background-repeat:no-repeat;
    #BackContent {
    position:absolute;
    background-image:url(../images/BackContent.jpg);
    left:-80px;
    top:172px;
    width:810px;
    height:738px;
    z-index: 1;
    #NewPortfolioSite-34 {
    position:absolute;
    left:1091px;
    top:404px;
    width:189px;
    height:796px;
    #Footer {
    position:absolute;
    left:-80px;
    top:911px;
    width:880px;
    height:58px;
    text-align: right;
    #Footer p{
    text-align:right;
    font-size: 12px;
    padding-right: 235px;
    padding-top: 5px;
    letter-spacing: 1px;
    #NewPortfolioSite2-31 {
    position:absolute;
    left:239px;
    top:234px;
    width:54px;
    height:170px;
    #space {
    position:absolute;
    left:293px;
    top:234px;
    width:242px;
    height:244px;
    z-index: 10;
    #NewPortfolioSite2-33 {
    position:absolute;
    left:535px;
    top:234px;
    width:28px;
    height:170px;
    #NewPortfolioSite2-15 {
    position:absolute;
    left:133px;
    top:-47px;
    width:36px;
    height:47px;
    #NewPortfolioSite2-13 {
    position:absolute;
    left:24px;
    top:-47px;
    width:30px;
    height:47px;
    #NewPortfolioSite2-25 {
    position:absolute;
    left:239px;
    top:219px;
    width:80px;
    height:15px;
    #NewPortfolioSite2-26 {
    position:absolute;
    left:-54px;
    top:-15px;
    width:77px;
    height:15px;
    #NewPortfolioSite2-27 {
    position:absolute;
    left:462px;
    top:219px;
    width:101px;
    height:15px;
    #FlashID {
    position:absolute;
    left:1px;
    top:0px;
    width:242px;
    height:244px;
    z-index: 10;
    #FlashID2 {
    position:absolute;
    width: 159px;
    height: 178px;
    z-index:  20;
    top: 0px;
    left: -1px;
    #PWbutton {
    position:absolute;
    left:573px;
    top:107px;
    width:159px;
    height:178px;
    z-index: 1;
    #Spaceback {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 242px;
    height: 244px;
    z-index: 1;
    #Menubar1 li, #MenuBar2 li {
    font-family:"Helvetica", Arial, Trebuchet MS, sans-serif;
    letter-spacing: 1px;
    font-weight:100;
    #vlightbox1 h1, h2, h3, h4, h5, h6{
    font-weight:100;
    ul, ol, dl { position: relative; }
    #timelapse {
    padding-left: ;
    #specialeffects{
    #autodesk{
    padding-left: ;
    #me{
    position: absolute;
    float: left;
    padding-left: 120px;
    padding-top:25px;
    z-index: auto;
    #description{
    float: right;
    position: absolute;
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 420px;
    line-height: 24px;
    #description p{
    letter-spacing: 2px;
    float: right;
    #aboutcontent {
    padding-right: 40px;
    padding-left: 40px;
    #socialmedia2 {
    background-image:url(../images/socialmedia2.png);
    position:absolute;
    float: right;
    left:656px;
    top:5px;
    width:214px;
    height:43px;
    z-index: 20;
    #iconrow{
    padding: 6px;
    padding-left: 18px;
    #linkedin{
    float: left;
    padding-right: 5px;
    #twitter {
    float: left;
    padding-right: 5px;
    #facebook {
    float: left;
    padding-right: 5px;
    #buscard{
    float: right;
    padding-right: 190px;
    a img{
    border: none;
    </style>

    I wonder if adding a position and z-index to it would help.
    Adding a position and z-index to anything rarely helps!  I think the problem is more systemic than that.  But I'm not a Flash person so I don't really know.

  • Got a weird CSS problem that only affect IE

    Can anyone help me out here? - its got to be simple:
    http://www.fatgraphics.com/green/
    The problem is with the text in the main area. It does not
    show up in MSIE 6
    or 7. Sometimes if you resize the page then it does, but the
    bottom is cut
    off sometimes. Works fine in Firefox and Opera.
    Driving me nuts!
    Thanks
    James Loudon

    James,
    The text shows up fine in Firefox and IE 7 here, on Windows
    XP. I don't have
    IE 6 to test, but thought I'd chime in a let you know that
    it's working on
    my end.
    Take care,
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Back for 2007, close-up magic:
    http://deceptivemagic.com
    Web dev articles, photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "James Loudon" <[email protected]> wrote in
    message
    news:etok2k$h9k$[email protected]..
    > Can anyone help me out here? - its got to be simple:
    >
    >
    http://www.fatgraphics.com/green/
    >
    > The problem is with the text in the main area. It does
    not show up in MSIE
    > 6 or 7. Sometimes if you resize the page then it does,
    but the bottom is
    > cut off sometimes. Works fine in Firefox and Opera.
    > Driving me nuts!
    > Thanks
    > --
    > James Loudon
    >
    >

Maybe you are looking for

  • Re: Satellite A300-1L0 (PSAGCE) crashes

    Hey all! recently my A300 started to crash randomly. First, the original WinVista crashed, so I installed a clean version of Win7 with recent drivers. Now the notebook crashes 1-2 min after booting or reactivation from standby-mode. But this only hap

  • Column headers in SQLPLUS query

    Hi I am running a simple SQL query in SQLPLUS, and I want the column headers to appear just once at the top. If I set the 'SET PAGESIZE' to 50000 (which I thought was the max) it repeats the column headers evert 50000 lines. If I set 'SET PAGESIZE 50

  • Cannot Load Page from My Site on the Net

    When I attempt to download pages from my website running DW- CS4 on my Vista 64 bit Home Ed computer,get error message "error occurred - An FTP error occurred - File activity incomplete. 1 File(s) or folder(s) were not completed..File(s) with errors:

  • Error at xml

    Error Msg :ORA-31011: XML parsing failed ORA-19202: Error occurred in XML processing LPX-00231: invalid character 47 ('/') found in a Name or Nmtoken" i am getting above error while i am passing input as like this :<InputParameters><ClientName>UPN</C

  • Symantec Antivirus constantly detecting .CLASS files as risks

    Good Afternoon, Lately Symantec Antivirus has been detecting lots and lots of .CLASS files as risks/viruses on our client machines. Most of the risks are detected as Trojan Horse. When I check the Risk History log on the Symantec Antivirus server, fo