CSS being crazy...

Hello. I created the following site, which looks exactly how
it should in IE (tried two different versions):
http://www.troma.com/IFTA/index.php
In Firefox and Safari, however, it looks totally wrong (and
looks the same in both of those browsers). The site is very light
on HTML, and built mostly with CSS (but still very simple CSS,
since I'm a novice in that department, so I can't imagine it would
screw things up that much!)...
Specifically, here's the inconsistencies:
* The main navigation on the left should look like a
filmstrip. I can either get it displaying properly on IE or on
Firefox, but not both. In the current iteration of the site, I have
the first navigation link ("Cinema") set to look properly in
Firefox (shifted to the right in IE), and I have the rest of the
navigation links set to look properly in IE (shifted to the left in
Firefox).
* On IE, the main text displays fine. On Firefox, there is a
HUGE gap between the top paragraph and where the bulleted text
starts. If I get rid of the "clear: both" on the "ul" tag, that
fixes it on Firefox, but on IE, the bullets don't start underneath
the picture. They start to the right of the picture.
Here is a link to a zip of the site files (just one index
page, the images folder, and one css style sheet). The whole thing
is under 150kb, so it's VERY small. If anyone could take a look at
this and let me know how I could fix it, it'd be GREATLY
appreciated! Thanks!!!
SITE FILES:
http://www.troma.com/ifta.zip
--Matt
EDITED!!! - I think I fixed the site. If anyone wouldn't mind
checking it and letting me know if it's displaying properly for
you, I'd really appreciate it. Thanks!

It looks identical in Firefox and IE6. Can you say what is
the problem...
"looks totally wrong" doesn't say a lot (o:
Jo
"DIY_Lobotomy" <[email protected]> wrote in
message
news:fakcla$dse$[email protected]..
> Hello. I created the following site, which looks exactly
how it should in
> IE
> (tried two different versions):
>
>
http://www.troma.com/IFTA/index.php
>
> In Firefox and Safari, however, it looks totally wrong
(and looks the same
> in
> both of those browsers). The site is very light on HTML,
and built mostly
> with
> CSS (but still very simple CSS, since I'm a novice in
that department, so
> I
> can't imagine it would screw things up that much!)...
>
> Here is a link to a zip of the site files (just one
index page, the images
> folder, and one css style sheet). The whole thing is
under 150kb, so it's
> VERY
> small. If anyone could take a look at this and let me
know how I could
> fix it,
> it'd be GREATLY appreciated! Thanks!!!
>
> SITE FILES:
http://www.troma.com/ifta.zip
>
> --Matt
>
>

Similar Messages

  • Weird problems with CSS being applied to JSF pages

    I have this really weird problem with my CSS rules being applied to my JSF pages. My CSS rules don't get applied unless one of the following two things happen:
    - A page is reloaded (by redirecting to itself, or if there were validation errors)
    - The previous page in the history had the same relative reference to the same CSS file.
    If a page is newly loaded, and the previous page did not have that same CSS reference, the CSS styles will not show up. Also, if the above is true, and the page is reloaded by JSF, the CSS styles show up.
    Now, my problem could be solved if I put all JSP files in the same level, but the display of the first page would still be without the CSS style applied.
    Is this known behaviour? And if it is, does it have anything to do do with the way JSF handles URLs (always one level back)? Help and input is kindly appreciated!

    Dude,
    I tried the same
    <link rel="stylesheet" href="<h:outputText value="#{facesContext.externalContext.requestContextPath}"/pages/css/default.css" />
    and I got the following Jasper exception.... pointers plz ??
    =============================================================
    2005-08-24 14:18:55,937 [http-8080-Processor25] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[mydemo].[FacesServlet] - Servlet.service() for servlet FacesServlet threw exception
    org.apache.jasper.JasperException: /myproj/eventCrit.jsp(8,78) Unterminated <h:outputText tag
         at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
         at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405)
         at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:130)
         at org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1049)
         at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1367)
         at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1564)
         at org.apache.jasper.compiler.Parser.parseBody(Parser.java:1793)
         at org.apache.jasper.compiler.Parser.parseOptionalBody(Parser.java:1060)
         at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1367)
         at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1564)
         at org.apache.jasper.compiler.Parser.parse(Parser.java:126)
         at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
         at org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
         at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:146)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:556)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:293)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
    =========================================================

  • CSS being Served as Text/Html

    Specs: Server 2003 Standard - 64bit
    SJWS 7 Update 5 / Coldfusion 8
    In Mozilla, all css is being rendered as text/html - checked and the mime type for css is set correctly on the server.
    IE 7/8 mostly work, but there are small issues.
    This is a new install - running same pages on Server 2003 Standard - 32 bit / SJWS 7 Update 2 / Coldfusion 7 and the css renders as it should in all browsers.
    I've gone through my .conf files for server, virtual server, magnus, etc., and I can't find the issue. I've been looking for hours!
    Does anyone have any ideas? HELP!

    Open a command prompt or telnet client. From there do these things:
    *telnet ${HOST} 80*
    Trying 0.0.0.0...
    Connected to 0.
    Escape character is '^]'.
    *HEAD ${URI} HTTP/1.0*
    *Host: ${VS}${RET}${RET}*
    where
    ${HOST} is the DNS name or IP address of your server
    ${URI} is the URI where some known CSS lives (i.e. /styles/style.css)
    ${VS} is the name of the virtual server that understands ${URI} (probably just your default VS)
    ${RET} is the Return/Enter key
    What you're doing is submitting a simple HTTP request asking for information about the URI. What you should see back is the HTTP response from the server. Show us what you get.
    Also - "CDD" was a typo. Sorry about that. There's no special secret hidden file called a CDD. Just a CSS. My bad on that one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Problem with userchrome.css being effective in Hebrew versions of Firefox

    Hi,
    I am trying to remove the Tools menu in Firefox on certain student computers (I am the systems administrator in a small college).
    After searching around the internet I was able to put together a userchrome.css file, I placed it in the correct folder and it indeed removed the Tools menu.
    However, I later noticed that it seems to work only on computers with English-language Firefox, and did not work on other computers that had Hebrew-language Firefox.
    Specifically, it worked on versions 3.6.12 and 3.6.24 in English, and did not work on versions 3.6.12 or 6.01 in Hebrew. Note that I tested the same version (3.6.12) in both Hebrew and English, and therefore I concluded that the Hebrew-language interface is what is causing the problem.
    Here is the gist of the userchrome.css file I tried:
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
    menu[label="Tools"] {
    display: none !important;
    I did try replacing the word "Tools" with its Hebrew-language equivalent as it appears in Hebrew Firefox, but that didn't work either.
    Does anybody have any information on using userchrome.css on Hebrew Firefox (or on non-English versions of Firefox)?
    Thanks,
    -Michael

    It would be better to lock the related prefs if you want to prevent user s from making changes to settings.
    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.<br />
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes

  • Droid RAZR M being crazy

    My RAZR M is possessed.  It's lagging when you type.  The screen kind of stutters when you switch between screens.  All of the regular colors are going crazy.  They're going to primary colors, but it's not a permanent thing.  Just every now and then.  It'll vibrate that there's a notification, even when there's nothing going on.  Again, it's not constant.  But it's often enough to make me nuts. 

    I don't know what's going on; but since the update my previously PERFECT phone (dream phone) has had the following issues:
    1)  All MP3's zapped into a folder called lost.dir and renamed to bizarre names with no extension
    2)  Battery life stinking (could go through a whole day at work and use < 30% battery).
    3)  Screen lag is very, very noticable
    4)  Opening apps is like running windows 8 on a 286...AKA SLOW as heck. 
    What's going on with our phones????? I am just about ready to get an Apple...where Apple sends out the update, Not Verizon. Yes, while Apple has problems on occasion, they are Apple issues, not VZ tampering with stuff and screwing it up.

  • Voice control being crazy

    My iPhone keeps going crazy, it will randomly open voice control and play music and then close voice control, and often causes the music to speed up, this only appears to have started after the recent apple up date, what can I do?

    Apple only allowed the new 3GS to have it. See the compare iPhone links: http://www.apple.com/iphone/compare-iphones/

  • My iPad is being CRAZY!!!

    I have an iPad mini(1st generation) and it's only about 3 months old, it's first hand, and the screen goes crazy all the time! i.e. i open up safari, then it's fine for about 5 minutes, however, then it just goes crazy, it zooms in and out, in goes back to the top, etc. It happens for every single app! including the 3rd party apps! It also happens on the home screen and lock screen BTW! PLEASE HELP me solve my touch screen issue!
    Information:
    16gb white, no case, 1st generation iPad mini, 3 gb left of storage, I used to use it quite alot , IOS 7.0.4
    Thanks

    Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    If no joy... Try a Restore...
    1: Connect the device to Your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use...

  • Hold Switch being crazy???

    does anyone else have problems with the hold button not working properly . always looking locked, even when unlocked???
    its driving me insane cant use it as I would like to.
    any suggestions??

    I have no clue why your hold switch isn't working... give apple a call.

  • Motion steady cam is being crazy!

    Hi, I have some HD 1080 footage in AIC codec and basically its four minutes sped up to ten seconds (lock off shot), it has very slight jitters to it every now and then so I thought i'd smoothen them out in Motion.
    After the analyze I played it back and it was jumping all over the place with he film zooming from left to right and going way out of frame.
    What's up with that, it has only very slight jitters, I assumed this would be a very simple steady cam test but I was wrong! Anyone know how to go about it???
    I've also tried doing it in ProRes codec and using FCP's steady cam filter but with same results. Also put it into Shake but have no idea how to export a QT from Shake.
    Any help would be appreciated, cheers
    (FCS2 with all latest update - except the very latest ProApps update)

    Format shouldn't matter.
    Did you try and run the stabilize behavior on the time compressed clip or did you render the time change out then work on the new 10 second clip?
    o| TonyTony |o

  • Iweb is being crazy! moving pics, fonts,...

    I am using i web to build a site offline currently so i dont have a link to give you but i will do my best to describe the issues.
    1. I added a text box and wrote a description of something. The text in iweb is a little off white. When i hit publish and go to visit my offline site, the text is black. How can i change that?
    2. Next to a section of text ( the color worked over here!) i added a picture just to the right of it. When i publish, the whole text box is filled with that picture and the picture is also to the right of it. Why is the image suddenly covering all of the text?!
    3. The image on the homepage was fine and working. The last time i hit publish, it defaulted to the original picture iweb supplies you with. Why is it substituting one picture with another?
    I think this software would be great if it wasnt so buggy! please help!

    I did something with my finger. And it wasn't that. Can you tell what it was?
    3 questions, 3 Answers.
    I don't know (3 times). I'm not clairvoyant.
    Are you sure the software is buggy? Most problems in this forum are user-related.
    Next time, publish your site and you can skip the description.

  • Os8.6 being crazy / virtual pc patches

    1)Since installation of mexican spanish speech for my pb3400 i cannot use the context menu and select more than one object(appears one hand) I came back the english speech but the problems continues.
    edit:Now i cannot use the built-in keyboard(letters and numbers doesnt not response but other keys are working good), only the adb external keyboard are allowed.
    2)Where i can obtain this file: VPC21WIN.sit.hqx ?
    Is a patch for vitualpc 2.0(this program has problems with macos8.6 and i need this patch for solve it) ...but google and fast do not give any result.
    Anybody know where i can obtain this file?

    thanks for the links but the ftp search and tucows doesnt have results. I need the patch because i have macos8.6(a readme file explains about problems between virtualpc and the os8.6 and i need the file!!!) and most of support sites (including micrsft) only bring support for vpc 7 or wind*ws versions.
    and... How i can fix the keyboard problem?

  • CD drive being crazy!!

    I have a CD in the CD drive and my computer is not recognize it all. I can't get anything off it, and I can not get it to come out of my machine at all. Any suggestions???

    Hello glinda06,
    Try turning your MacBook on and when you hear the startup chime hold down the eject button in the top right corner of the keyboard AND the trackpad mouse click button at the same time. Hold them both down for 10-15 seconds until the CD ejects.
    If it doesn't come out then I would recommend bringing it to an Apple Retail Store or Apple Authorized Service Provider for assistance. You can find one here:
    http://www.apple.com/buy/locator/service.html
    Derek C.

  • Why do fonts display as blue, despite being red in live preview and in all the CSS rules?

    I've been trying for hours to figure out WHY the fonts for certain lines will not obey every command I have given them in Dreamweaver.
    http://www.johnnez.com/jonzmainbooks.html
    The titles to these books are supposed to be red in color.  They show red in every single place I can find them in Dreamweaver.  They preview in red in live view.  But they display in blue in the browser. 
    WHY is this?  Is this a case of some CSS being over-ruled by a lower rule?
    The tiles in blue that ought to be red are The 12 Days of Christmas in Washington, The Dancing Clock and Cromwell Dixon's Sky-Cycle, etc.
    Thanks for any clues...
    jn

    CSS files are 404 not found on server. 
    Path is pointing here:
    ../../Jonz2012site/CSS/JonzheaderindexCSS.css
    You might want to try this:
    CSS/JonzheaderindexCSS.css
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Design View and a CSS Div layout page

    There are a few pages l
    ike this. I am assuming it is because everything is layed out w
    ith div tags, but there mush be a way to correct the desging view. Everything shows up great o
    nline. Here is a screenshot:
    Here is the code:
    <body onload="initHomePage(); addReferToLinks();">
    <!-- ################# TOOLBAR ############## -->
    <script type="text/javascript" src="/shared_assets/toolbar_v2/toolbar.js"></script>
    <!--  end TOOLBAR -->
    <img src="/profile/image/logo_linknet.gif" />
    <!-- Main div for entire page layout -->
    <form name="frmSearch" action="" method="get" title="Resources" class="scopedSearch">
           <input class="textInput" name="qt" value="THIS SECTION ONLY" id="searchField" size="20" />
           <input class="button" type="submit" value="Search" name="submit" />
           <input type=hidden name="col" value="mpr dno dnos1" />
    </form>
        <div id="main">
    <!-- ###################### LEFT NEWS ################################## --> 
      <div id="newsBox" class="box">
       <div class="boxHeader">
        <div class="headerLeft"><h2>MP News</h2></div>
        <div class="headerRight"><a href="/news/news/index.htm" class="more">more &#0187;</a></div>
       </div>
       <div class="boxContent">
        <h3>
         <script type="text/javascript">var x=new Date(); document.write(x.toLocaleDateString());</script>
        </h3>
        <div id="newsContent">
         <div class="loading">
          Loading...
         </div>
        </div>
        <!-- -->
        <h3>My Subscriptions</h3>
         <ul style="list-style-type:none;">
          <li><a href="http://rss/">Setup Subscriptions - Get Help</a></li>
          <li><a href="http://">View Subscriptions</a></li>
         </ul>
        <!-- MEDIA CENTER -->
        <div class="imgFrame"><a href=""><img src="image/mc_logo2.jpg" alt="Media Center" hspace="0" vspace="0" border="0" /></a></div>
        <!-- COLUMNS -->
        <div class="imgFrame"><a href="http/"><img src="image/columns.gif" hspace="0" vspace="0" border="0" alt="The Northwestern Columns" /></a></div>
       </div>
      </div>
    <!-- #### end LEFT NEWS ########### -->
    <!-- ###################### CENTER CONTENT ################################## -->
      <div id="content">
       <!-- MAIN CONTENT WELL -->
       <!-- optional notice (visible only when critical news exists) -->
       <div id="alert" class="box highlightBox">
        <div class="boxHeader">
         <div class="headerLeft"><h2>Important Notice</h2></div>
         <div class="headerRight"> </div>
        </div>
        <div id="alertContent" class="boxContent">
         <div class="article">
          <a href="" class="headline">Avoid lock out - Install LINK 22.2 now</a>
          Users who do not install LINK 22.2 before the version enforcement date of July 31 will be
          unable to access their PCs.
         </div>
        </div>
       </div>
                <div id="home_page_id">) Home Page</div>
       <!-- Activities -->
       <div id="activities" class="box highlightBox">
        <div class="boxHeader">
         <div class="headerLeft">Welcome<span id="username"></span><h2>What would you like to do?</h2></div>
         <div class="headerRight"> </div>
        </div>
        <div class="boxContent">
         <div style="width:100%;">
          <ul>
           <li><a title="Find information and tools for recruiting new representatives" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Recruiting:  <select style="font:message-box; width:19em;" onchange="if(this.value){window.navigate(appendReferer(this.value))};">
             <option name="selectRecruit" selected="selected">*** make selection ***</option>
             <option value="http.htm">Sourcing & Prospecting</option>
             <option value="http://.htm">Selecting & Assessing Candidates</option>
             <option value="http://_process.htm">Post Acceptance Process</option>
             <option value="http">Developing an Internship Program</option>
             <option value="http.htm">Tracking Activity, Results & Accountability</option>
             <option value="http://.htm">Recruiter Development</option>
            </select></a></li>
           <li><a href="/objective/mpr_secure/mp_ldorgdev.htm" title="Find information and tools for developing leaders in your office" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Leadership &amp; Organizational Development </a></li>
           <li><a href="/objective/mpr_secure/mp_supvsn.htm" title="Find information and tools for effective supervision" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Supervision</a></li>
           <li><a href="/objective/mpr_secure/mp_stfop.htm" title="Find information and tools for   managing your office" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Staffing &amp; Operations</a></li>
           <li><a href="/objective/mpr_secure/mp_plnperform.htm" title="Find information and tools for business planning and performance monitoring" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Planning &amp; Performance</a></li>
              <li><a href="/objective/mpr_secure/mp_mngmntcompben.htm" title="Find information regarding income, fees, expenses, allowances and benefits" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Management Compensation &amp; Benefits</a></li>
              <li><a href="/objective/mpr_secure/mp_repdev.htm" title="Find information and tools regarding mentoring and professional growth" onmouseover="showTooltip(this);" onmouseout="hideTooltip(this);">Representative &amp; Specialist Development</a>  </li>
          </ul>
          <div id="slideshow1" class="activitySlideshow" style="height:212px;">
           <img src="image/slideshow_photos/photo06.jpg" />
           <img src="image/slideshow_photos/photo07.jpg" />
           <img src="image/slideshow_photos/photo08.jpg" />
           <img src="image/slideshow_photos/photo09.jpg" />
           <img src="image/slideshow_photos/photo10.jpg" />     
          </div>
         </div>
        </div>
       </div>
       <!-- Lower div under activities (2 columns) -->
       <div class="leftColumn">
       <!-- Events Calendar -->
        <div class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Events Calendar</h2></div>
         </div>
          <div class="boxContent"><ul>                      
          <li>April 25-30<br />
         <a href="http_020110.htm" target="_blank"></a></li>
         <li>May 12-14<br />
         <a href="http://030510.htm" target="_blank"></a></li>               
           <li>June 16<br />
         <a href="http://.htm" target="_blank">Series conversation</a></li>                                  
                          </ul>
          </div>
        </div>
         <!-- Spotlight -->
         <div class="box">
          <div class="boxHeader">
           <div class="headerLeft"><h2>Spotlight</h2></div>
           <div class="headerRight"> </div>
          </div>
          <div class="boxContent">
                  <div class="article">
          <!-- Leave "Market volatility resources available" at the top -->
       <div class="headline"><a href="http.htm?tern Mutual Association dues decline form available</a> </div>
         The $25 association membership fee will be charged to June 30 home
         office supply bills. Representatives who wish to decline membership
         may submit a <a href="http://.htm" target="_blank">decline
         form</a>.
    <div class="headline"><a href="http://.htm">Surplus notes information available</a> </div>
         Find answers to common questions and hear insights from about the company’s recent surplus notes offering.
                              <div class="headline"><a href="http://.htm">Stay up to date on 2010 estate tax repeal </a> </div>
         Consider the new Estate Tax Repeal page on LINKnet “home base” for information on the 2010 repeal and resources to use when talking to clients about this topic.
                  <div class="headline"><a href="http/index.htm">Withstanding Market Challenges</a> </div>
         Access resources to highlight the company’s strength and stability, find sales strategies and share marketing and market-related materials to help address client concerns.
                  <div class="headline"><a href="http:///year.htm">Dividend resources available</a> </div>
         The Current Year Scale page on LINKnet provides the latest information
         and sales support materials based on the 2010 dividend announcement.
    <!-- Leave "Market volatility resources available" at the top -->
                   </div>
          </div>
         </div>
       </div>
       <div class="rightColumn">
       <!-- Approaching Deadlines -->
        <div class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Approaching Deadlines</h2></div>
         </div>
         <div class="boxContent">
           <ul>
    <li>April 30: <a href="http.htm">Submit 2010 Commitment to Excellence Award nbominee</a></li>
           <li>May 25: <a href="http.htm">Submit applications for Intern Community Service Award</a></li>
                          <li>June 30: <a href="http://pdf">Submit 2010 Managers Membership Award Application to NAIFA</a> <img src="/shared_assets/image/doc_icons/pdf.gif" alt="PDF File" /></li>
                          </ul>
          </div>
        </div>
        <!-- Tech Alerts -->
        <div id="techalerts" class="box">
         <div class="boxHeader">
          <div class="headerLeft"><h2>Priority Tech Alerts</h2></div>
          <div class="headerRight"><a href="http://.htm" class="more">more &#0187;</a></div>
         </div>
         <div class="boxContent">
          <div class="loading">
           Loading...
          </div>
         </div>
         <iframe name="techalerts" src="/statusdisplay/001_summary.htm" onreadystatechange="if(this.readyState=='complete'){this.previousSibling.innerHTML = formatTechAlert(frames['techalerts'].document.body.innerHTML);}"></iframe>
        </div>
       </div>
      </div>

    Dreamweaver is pretty good these days at showing the page in Design View how it will be viewed when online. HOWEVER having said that it does largely depend on the way you write the css.
    I guess for Dreamweaver it's impossible for it to show every concievable way you can write css correctly. Unfortuantely if your css is not compatible with what Dreamweaver likes it won't make a great job of rendering the site correctly in Design View, that's always been the case.
    The css is not wrong but I've seen many display issues in Dreameaver Design View caused as a direct result of the css being overly complex to crack simple presentation. I guess it's in the lap of the gods if you are fortunate enough to have found the way to write css that Dreamweaver likes.

  • Is there a known bug about some sites displaying without CSS?

    A few websites display with the effect of CSS being turned off.

    Reload web page(s) and bypass the cache.
    * Press and hold Shift and left-click the Reload button.
    * Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    * Press "Cmd + Shift + R" (MAC)
    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

Maybe you are looking for

  • MS-6119 board bios update

    Hi, Just inherited a Fujitsu PIII 500 PC and it is a bit old and weary. Want to freshen it up with new memory, hard disk etc. Before I start, just want to check that if I flash with v2.9 that I will be able to install a 120Gb hard drive in it to repl

  • Which uncompressed HD format best to edit?

    I could not find anything at Adobe's web site about editing uncompressed HD with  Premiere Elements. But at Cineform's web site it is specifically mentioned that  it works well together with Premiere Elements. And there are also other  alternatives f

  • Need to change security email for iTunes account.

    Hello, I need to change the security email for my iTunes account because I forgot the answers to the security questions. However the only way for me to get ahold of iTunes is through calling, which I can not do. Is there any other way to contact them

  • Excperiences when changing main admin account

    I as usual when buying a new Mac, found after 2,5 years, that my iMac should benefit from changing my main admin account to a new one. And then I had the possibility of rethinking all things that I had installed slightly unsmart. So I now have two ma

  • Login problem...need help...

    Dear experts, I have migrated my QA system into another system, but the sapgui showed me the error message when i login the sapgui. ABAP/4 runtime error        Error code  DBIF_RSQL_TABLE_UNKNOWN i checked the log, found there has one line marked 'up