Found 2 errors in main.css

Hello, I am building a few sites that are pretty much the same. They have a horizontal menu followed by a Slideshow Pro swf file then some info under the swf file. For some reason items under the swf aren't lining up properly. Things look good in Firefox and Safari but don't work in Opera or IE. Not sure what is going on. I keep getting a message when I check the compatibility and it tells me that there are 2 errors in the main.css although there really isn't much that would cause this problem. I am using padding to place images in certain places. Any help would be great. The site is...
www.medigitalmedia.com/lexidupont.com
and the errors I am getting is this...
Found 2 errors in main.css
Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
You will notice that the name on the site does doesn't line up properly in opera and IE
thanks for you help

When you see compatibility errors  - put the page through the validators instead:
You do have to errrors in the stylesheet.
1.  On the body;  you need to use a unit of measure on the padding  - you only had 25, where it should be 25px.  A 0 can be left as is.
body {
     background: #FFF url(_images/bg_wood.jpg);
     margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
     padding: 25px 0 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%;
In the footer, you omitted to use a hashtag ( # ) in front of a color choice.
You have     color: a4ce39;
should be:
color: #a4ce39;
The bottom ImagesZ:
One of the bottom images is inside a div and the other is outside of a div, but was given horizontal-spacing - this won't work as you have seen.
Instead, place both images inside the div and remove the h-space;
<div id="bottomName"><img src="http://www.medigitalmedia.com/lexidupont.com/_images/name_topbottom.jpg" alt="nameTop" width="419" height="29" /><img src="http://www.medigitalmedia.com/lexidupont.com/_images/name_bottom.jpg" width="419" height="38" alt="Name" /></div>
  </div>
On my testing that now looks the same in Firefox and IE7.

Similar Messages

  • Found 7 errors in external css files

    I am using CS3 and set up the slide show successfully, I ran the "check Browser Compatibility and I get this error,
    Found 7 errors in external css files
    Affects: Firefox 1.5; Internet Explorer 6.0, 7.0; Internet Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0
    line 35; <link type='text/css' href='Spry-UI-1.7/css/SpryImageSlideShow.css' rel='stylesheet'/>
    Is this something to be concerned about? Is this widget only meant for CS5, is there a fix needed?

    Here is the css
    @charset "utf-8";
    /* SpryImageSlideShow.css - version 0.2 - Spry Pre-Release 1.7 */
    /* Copyright (c) 2010. Adobe Systems Incorporated. All rights reserved. */
    .ImageSlideShow {
    position: relative;
    width: 480px;
    height: 320px;
    overflow: hidden;
    border: solid 1px black;
    .ImageSlideShow .ISSClip {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    .ImageSlideShow .ISSView {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    .ImageSlideShow .ISSSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;  /* Required for IE6/IE7 */
    height: 100%; /* Required for IE6/IE7 */
    text-align: center;
    /* Fix to get images to fade properly in IE8 and change correctly in slideshow.
    * This is due to the fact that absolutely positioned elements cannot have their
    * opactiy altered in IE8. */
    .ImageSlideShow .ISSSlide img {
    filter: inherit;
    .ImageSlideShow .ISSControls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    .ImageSlideShow .ISSFirstButton, .ImageSlideShow .ISSLastButton {
    display: none;
    .ImageSlideShow .ISSPreviousButton, .ImageSlideShow .ISSNextButton, .ImageSlideShow .ISSPlayButton {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-repeat: no-repeat;
    text-indent: -10000em;
    .ImageSlideShow .ISSPreviousButton {
    left: 0;
    width: 30%;
    background-image: url(ImageSlideShow/iss-back.gif);
    background-position:  left center;
    .ImageSlideShow .ISSPreviousButtonHover, .ImageSlideShow .ISSNextButtonHover, .ImageSlideShow .ISSPlayButtonHover {
    opacity: 0.5;
    filter: alpha(opacity=100);
    .ImageSlideShow .ISSNextButton {
    right: 0;
    width: 30%;
    background-image: url(ImageSlideShow/iss-forward.gif);
    background-position:  100% 50%;
    .ImageSlideShow .ISSPlayButton {
    left: 30%;
    width: 40%;
    background-image: url(ImageSlideShow/iss-play.gif);
    background-position:  center center;
    /* If the slide show is busy, show the busy icon in the view. */
    .ImageSlideShow.ISSBusy .ISSView {
    background-image: url(ImageSlideShow/iss-busy.gif);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    filter: alpha(opacity=100);
    /* If the slide show is playing, change the play button image to "pause" */
    .ImageSlideShow.ISSPlaying .ISSPlayButton {
    background-image: url(ImageSlideShow/iss-pause.gif);
    /* Don't show the player controls if the slide show is busy! */
    .ImageSlideShow.ISSBusy .ISSPreviousButton,
    .ImageSlideShow.ISSBusy .ISSNextButton,
    .ImageSlideShow.ISSBusy .ISSPlayButton
    display: none;

  • Errors Linking External CSS

    Can't figure out why Dreamwever is finding errors in my link
    to external CSS file.
    <link href="styles.css" rel="stylesheet"
    type="text/css"/>
    Found 12 errors in external css files
    Firefox 1.0, Microsoft Internet Explorer 5.0, Microsoft
    Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape
    Navigator 6.0, Netscape Navigator 7.0, Netscape Navigator 8.0,
    Safari 1.0, Safari 2.0

    Has that carried forward into 1.1 and 2?
    Why would it not make a difference to the validators, then?
    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
    ==================
    "Thierry | www.TJKDesign.com" <[email protected]>
    wrote in message
    news:ejtgsl$l7v$[email protected]..
    > Murray *ACE* wrote:
    >> The space doesn't matter, Thierry.
    >
    > It may not matter for the Validator, but Appendix C [1]
    of XHTML 1.0 (HTML
    > Compatibility Guidelines) says to include a space before
    the trailing "/"
    > and ">" of empty elements.
    >
    > [1]
    http://www.w3.org/TR/xhtml1/#guidelines
    >
    > --
    > Thierry
    > Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    > The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    > CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    > CSS Tab Menu:
    http://www.TJKDesign.com/go/?3
    >
    >
    >
    >

  • How do you prevent the spry menu from using the main css background-image?

    (Dreamweaver CS5. Problem seems not to be browser specific)
    I added some code I found online to my main css file in order to allow a custom icon to be used as a  bullet in unordered lists, sitewide. It was added before the "body,td,th {" line.
    The problem is that the same icon now appears on the upper left hand corner of each main menu segment; not on any submenus or during any mouse states. Just the main at-rest bar.
    I know this is somehow related to spry itself being a list, but how do I keep it from showing the background image of the main css file?
    Thanks!
    This is the site http://www.usc.edu/org/seagrant/NS/
    The code which was added to the css file is shown below:
    ul{
        list-style:none;
        margin:0 0 1em 15px;
        padding: 0;
    ul li{
        line-height:1.3em;
        margin: .25em 0;
        padding: 0 0 0 15px;
        background:url(../Images/Compass_Website_small_2-4-11.png) no-repeat 0 4px;
    li ul{
        margin:0 0 0 30px;
        list-style:disc;
    li ul li{
        padding-left:0;
        background:none;
    li ul li ul{
        margin:0 0 0 30px;
        list-style:circle;
    ul li ul li ul{
        padding-left:0;
        background:none;
    /* Holly Hack to fix ie6 li bg */
    /*  Hides from IE-mac \*/
    * html li{height: 1%;}
    /* End hide from IE-mac */
    @media print{
    ul {
        list-style:disc;
        margin-left:30px;
    ul li {
        padding-left:0px;
        background:none;
    } /* end print */
    body,td,th { - etc...

    Add/modify the following to your document
    ul.MenuBarHorizontal li {
        background: rgba(0,0,0,0.0) url(none);
    Gramps

  • JVM 1.4.2_03 error no main class found

    Hello,
    A very strange error encountered "main class not found" on running the application written using JDK 1.4.1_01 on JVM 1.4.2_03 on XP OS. The same application works perfectly well on JVM 1.4.1_01 on XP OS.
    The said application has not been modified since six month and has been working in live environment under JVM 1.4.1_01.
    Any answer to this.
    Thanks
    bhbm

    Sounds like you're trying to run it from a Jar ?
    Eg. java -jar myapp.jar
    Trying running "jar -tf myapp.jar" to see if the jar is still valid / not corrupt.
    Ensure you use the jar command from 1.4.2_03, to validate whether the jar format, manifest information etc can be read using that version.
    regards,
    Owen

  • J2EE Engine startup page error: File [main.jsp] not found in application..

    Hi Guys,
    I have just uninstalled and reinstalled SAP Netweaver 7.01 portal. The uninstall was clean and the reinstall also went without any errors.
    However, immediately after this, when I open http://<host>:<port> I get the following error:
    404   Not Found
    The requested resource /main.jsp is not available
    Details:   File main.jsp not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    If, instead, I open portal (http://<host>:<port>/irj), it works fine.
    Anybody has any idea why this has happened and how can I resolve this issue?
    Thanks,
    Shitij
    Edited by: Shitij Bagga on May 5, 2010 9:36 AM
    Edited by: Shitij Bagga on May 5, 2010 9:37 AM

    Hi Anil,
    I don't see how this note is relevant here. It is just the j2ee engine start page which is not opening. If I go straight to the systeminfo page or the portal login page, they are all working.
    Any experience on this issue with that note u suggested? Please share.
    Thanks,
    Shitij

  • Adobe - no warning or error on mispelled CSS properties

    Hi,
    After spending quite a bit of time on a CSS error, I finally found the error.  I mispelled the word chromeColor as chomeColor in my CSS style sheet..   The compiler gives no error or warning on mispelled CSS properties -- e.g. add a style called bogusStyle, and there is no warning or error.
    I'm not sure if this is intentional, but it seems like a definite deficiency to me in an otherwise very good bug-catching IDE.
    Thanks for considering and making this an ever better product.

    Hi,
    Can you please file an enhancement request at https://bugs.adobe.com/flex/ ?
    If you prefer a less formal approach: http://ideas.adobe.com/ct/ct_list.bix?c=CF7001C7-AE88-4DE0-A46C-C6C2C2892858 is also a good place.
    Thanks,
    Anirudh

  • The operation can't be completed because one or more required items can't be found. (Error code -43)

    When I attempt to add files to...or copy to the desktop of my mac, my icloud (idisk ..the blue icon on my desktop) is giving this error:
    The operation can’t be completed because one or more required items can’t be found.
    (Error code -43)
    I've been searching for info on that error code, but I'm not find anything on (many different error codes, but not -43).

    I get an error -36.
    I did the dot_clean in the terminal.
    Did not fix it.

  • I renamed a power point a file and now when I try to open it it keeps giving me the error code -108. If I try to open or copy it say: The operation can't be completed because one or more required items can't be found. (Error code -43). What do I do?

    I renamed a power point a file and now when I try to open it it keeps giving me the error code -108. If I try to open or copy it say: The operation can’t be completed because one or more required items can’t be found. (Error code -43). What do I do?

    Post in Microsoft's Powerpoint (Mac) message boards.

  • PA:Error in main

    Hi All,
    Please describe the about error(PA: Error in main).
    I got this error while running the report.
    Please give reply ASAP.
    I hope u understood the needy.
    Thanks
    Surya

    Hi X A H E E R;
    Thanks for notes, great sharing as always Hussein Sawwan
    I do agree with Helios, Real oracle applications king :) I have just one word for Hussein Sawwan... Oracle angle :)
    Helios u are also awesome :)No i am not ;)
    Regard
    Helios

  • Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a reso

    Error encountered while signing. Windows cryptographic service provider reported an error. Object not found. Error code:2148073489. Windows 7, Adobe Reader XI, Symantec PKI, Smart Card and CAC. I have seen other threads for this error but none have a resolution. Any help would be appreciated.
    Sorry for the long title, first time poster here.

    This thread is pretty old, are you still having this issue?

  • No partitions found ! error while deploying a soa composite from jdev

    Hi,
    I have an issue while deploying a composite from Jdev.
    After selecting the server I am getting "No partitions found!" error in the SOA Servers step of the Deployment.
    Followed this link ( Re: JDev PS2 (10.3.3) can't deploy SOA to WLS PS1 (10.3.2): No partititions! and changed the listen address from blank to localhost but still the issue persists.
    The versions which we are using is
    SOA suite version - 11.1.1.3
    jdev version - 11.1.1.3.0
    Please do let me know if anyone has any idea on this issue.
    Thanks and Regards,
    Kaavya

    Hi Kaavya,
    Make sure that hosts (C:\Windows\System32\drivers\etc\hosts) file has the entry for localhost -
    127.0.0.1 localhostRegards,
    Anuj

  • Trying to install iTunes on Windows 8.1.  Apple Application Support was not found.  Error 2.  Uniinstall iTunes and try again, does not work.  Is there a fix?

    Trying to install iTunes on Windows 8.1.  Apple Application Support was not found.  Error 2.  Uniinstall iTunes and try again, does not work.  Is there a fix?

    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 instead you get an error message during the install, let us know what it says. (Precise text, please.)

  • Trying to download iTunes on my husband's windows vista laptop and we keep getting error messages that say error z, apple application support was not found, windows error 2. Tried 2 different browsers and it still would not work. Can you help? Thank you.

    Trying to download iTunes on my husband' s windows vista laptop. Have tried 2 different browsers and it almost finishes the download process and we get error messages that say "error z, apple application was not found, windows error 2" Can you help? Thank you.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Apple application support was not found windows error 2 when downloading itunes

    I have been trying to download itunes after not using it for at least 2 years. I am getting the message  "apple application support was not found - windows error 2" Can anyone help - I can't play my songs at all!!
    Trudy

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

Maybe you are looking for