Error (?)  in css file

Hi all,
downloading Spry_P1_6_10-01 from the Adobe site, unzipped, in
those following file i've noted:
\articles\menu_bar\index.html(215): f\loat: left;
\widgets\menubar\SpryMenuBarHorizontal.css(165): f\loat:
left;
\widgets\menubar\SpryMenuBarVertical.css':
Sorry for my english it is little poor

Use of the slash is intentional. There is a comment above
that CSS rule that explains what it is for:
/* HACK FOR IE: to stabilize appearance of menu items; the
slash in float is to keep IE 5.0 from parsing */
--== Kin ==--

Similar Messages

  • Error When Uploading a CSS file or  Static file

    When I am uploading a CSS or Static file , I get the following error. But I can upload images files with no issues.
    ORA-02291: integrity constraint (FLOWS_FILES.WWV_FLOW_FILE_OBJ_FK) violated - parent key not found
    Oracle XE upgraded to Apex 3.1
    Please help
    George

    Yes, if you upload an image on a normal Oracle Apex Database its stored in the DB.
    But, if you remember, when you configire apex you specify an images directory /i/.
    Under this directory you will find all the images that apex uses as well as css files, etc.
    If you place your image in this directory you can reference it my modifying the appropriate stylesheet/template.
    So, for example, you cna place your own stylesheets in the appropriate directory on the server.

  • When I try to attach my css style sheet Dreamweaver gives me an error saying that my .css file appears to be an .html file and will not attach. How do I fix this so I can attach my style sheet?

    I have built a css style sheet in Dreamweaver. When I try to attach it to my html website, it prompts me that my "css file appears to be an .html file and cannot attach". I've tried removing the /* */ as suggested by other forums, but this has not resolved the issue. I was using css style sheets with no problem 2 days ago. Now I get that error message. How do I fix this so I can attach my style sheet?

    What does the code of the CSS file look like?
    An external CSS file needs to be written in CSS only (no html tags like <html>, <body>, <head>, etc ).
    It also must have a .css file extension, if yours has a .html extension it won't work.

  • Flash Builder Burrito 'unable to resolve ... for transcoding' error css file

    Hi,
    I am trying to dip my toes into the waters of mobile development with the preview release of flash builder burrito.
    I am doing so by trying to port over an application I have built in Flash Builder 4 for the web, by bringing it into a mobile app piece by piece, using the view stack struture peculiar to mobile apps.
    I am haivng an issue with my untouched css file that I am trying to use in the app. It's a direct copy from the other app in the same directory structure and yet I have declarations of embedded images of the form:
    .topLogo {
        url: Embed(source="assets/images/header-logo.png");
    Which continually cause:
    unable to resolve '/assets/css/assets/images/header-logo.png' for transcoding     Flex Style Problem
    errors.
    It is drving me utterly nuts. The images are there, and if I change the path to an invalid one I get a proper error in the editor, so it IS resolving them, but then these transcoding errors come up and seem to be triggering repeatedly as the problems pane keeps taking the focus away from the editor.
    It's driving me nuts.
    Anyone know if I've missed something?

    Problem solved by turning off Design View (which we never use anyway, useless thing for OO style programming), it's on by default with a new install of Flash builder.
    The mobile app looks promising, just waiting on a developer license to see how it goes on an iPad

  • 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;

  • Error: please select a css file within your site

    DW 5.5. Trying to use Media Queries. Won't accept new css files for phone, tablet and desktop in local css folder. Doesn't work if I put it in the root folder either. Suggestions?

    Jon,
    To be clear, the error is produced by the Modify->Media Queries dialog. I'm attempting to set up the three default files: tablet.css, phone.css and desktop.css.  The error occurs in the dialog, but only when the OK button is pressed.
    Error is here:
    The routine will not go forward from here, which is why I would like to know what is supposed to go in the various files.
    Thanks,
    jrc

  • Disable CSS Errors on Certain Files/Projects

    I have some web CSS files in my workspace, such as Bootstrap and stuff like that. I get errors on these files/projects from my e(fx)clipse plugin. Is there a way to disable CSS validation on them or at least globally?

    I'll try to reproduce and if I can't I'll come back with more questions.
    What we could generally add is:
    a) Teach our editor web-CSS (although if not mistaken bootstrap-css
    using invalid CSS-Syntax for IE-filters - which browser parsers
    accept)
    b) Teach our editor a header like /* Disable e(fx)clipse validation */
    Tom
    On 07.07.15 08:57, Daniel Kraus wrote:
    > Thomas Schindl wrote on Tue, 07 July 2015 07:59
    >> Hi,
    >>
    >> What version of e(fx)clipse are you using? We should only detect the
    >> file to be handled by e(fx)clipse CSS if there's a "-fx" property.
    >>
    >> Tom
    >
    > Hey Tom,
    >
    > I'm using e(fx)clipse 1.2.0 with Eclipse Luna 4.4.2. It is a plain Xtext
    > project and there is no JavaFX-related content within these files.
    >
    > Do you need additional informations and/or want me to file a bug?
    >
    > Regards,
    > Daniel

  • DW 8.0.2 + CF8 + Saving CSS file = Error

    I have recently installed CF8 and it's running alongside of
    CF7. Running Dreamweaver 8.0.2 which I believe is the latest patch.
    This scenario has happened several times today...
    I have a CSS file open along with a couple other files. The
    CSS file is stored in
    c:\coldfusion8\wwwroot\siteFolder\cssFolder\file.css. I am running
    CF8 locally in Developer mode. I have my web root shared so that a
    backup server can access the files each evening, however, I deleted
    that share when troubleshooting this problem and it didn't help.
    Ok... with the CSS file open I hit CTRL + S. An error
    appeared from Dreamweaver saying approximately...
    "A sharing violation has occurred with
    c:\coldfusion8\wwwroot\siteFolder\cssFolder\file.css"
    At that point, I can save the file under a new name. After
    doing so, I can not delete the 'old' filename because I get a
    similar/same sharing violation error.
    Here are the things I tried....
    Closing all browsers (primarily using FF2.0.6)
    Closing/restarting Dreamweaver
    Reboot
    The only thing that helped was a reboot. After the reboot, I
    was able to edit/test my CSS file for awhile but the error
    eventually came back. So... I decided to try restarting the CF8
    Application Server service from my MMC. Restarting the service
    temporarily fixes the problem. I'm able to save my CSS again.
    Unfortunately, the error keeps coming back and I have to restart
    CF8 periodically.
    Anybody got any advice?

    I have been experiencing this problem too with ColdFusion 8
    and Dreamweaver 8. Following the suggestion below and also clicking
    on the 'Clear Template Cache Now' button, every time I see the
    sharing violation error, it allows me to save the file again.
    I am sharing this with you guys, since it has been really
    frustrating for me having to restart ColdFusion every time this
    problem occurred. At least by checking off the 'Save class files'
    option and clicking on the 'Clear Template Cache Now' button, every
    time I need it, I can avoid having to restart the service.
    I hope Adobe can fix this problem, because I love ColdFusion
    8, but this problem is really annoying and unproductive.
    Good Luck,
    Nelson
    quote:
    Originally posted by:
    JasonCTIstl
    I *think* I may have found it!!
    Within CF Admin... SERVER SETTINGS>CACHING there is a
    checkbox with a description of:
    "Save class files:
    When you select this option, the class files generated by
    ColdFusion are saved to disk for reuse after the server restarts.
    Adobe recommends this for production systems. During development,
    Adobe recommends that you do not select this option. "
    I disabled it and tested in DW. No error yet!!

  • Induced Error Linking to CSS  files

    When I link (in the CSS panel ) a CSS file locally to an html
    page I get the following:
    <link href="/css/type.css" rel="stylesheet"
    type="text/css" />
    The CSS folder is in the same folder as the page so the path
    is almost correct but its the leading "/" that creates the problem.
    The html page doesn't reference the CSS file.
    If I remove the leading "/" the CSS file is referenced and
    the page displays as expected.
    So the link now becomes
    <link href="css/type.css" rel="stylesheet" type="text/css"
    />
    I'm not knowledgeable on the conventions of defining the path
    from the page to CSS file so I have to ask is this a bug in DW, do
    I have an incorrect setting that I'm not aware of, OR is there some
    other reason this is happening.
    Additional Information: The page displays correctly in the
    "design" mode but when you go to "live view" it fails. The page
    also fails to display correctly when viewed in a browser.
    Background: DW CS4, OSX 10.5.5
    Thanks

    At the bottom of the "Select Style Sheet File" dialog there
    is a filed
    called "Relative to:". You have it set to "Site root". Change
    it to
    "Document".
    HTH,
    Randy
    > When I link (in the CSS panel ) a CSS file locally to an
    html page I get the
    > following:
    > <link href="/css/type.css" rel="stylesheet"
    type="text/css" />
    > The CSS folder is in the same folder as the page so the
    path is almost
    > correct but its the leading "/" that creates the
    problem.
    >
    > The html page doesn't reference the CSS file.
    > If I remove the leading "/" the CSS file is referenced
    and the page displays
    > as expected.
    > So the link now becomes
    > <link href="css/type.css" rel="stylesheet"
    type="text/css" />
    >
    > I'm not knowledgeable on the conventions of defining the
    path from the page to
    > CSS file so I have to ask is this a bug in DW, do I have
    an incorrect setting
    > that I'm not aware of, OR is there some other reason
    this is happening.

  • File does not exist: /www/public_html/null, referer:  - error in log file from IE8 and IE9

    I just updated an existing slide show that was created several months back. Since loading my new set of files to our web server, we keep getting the following error in our server log files when someone loads our page in IE8 and IE9:
    File does not exist: /www/public_html/null, referer:
    One of our programmers tracked the error to this line of code, but we're not sure what's causing it:
    Muse.Utils.addSelectorFn('#slideshowu70', function(elem) { new WebPro.Widget.ContentSlideShow(elem, {autoPlay:true,displayInterval:6000,slideLinkStopsSlideShow:false,transitionStyle:'horizo ntal',lightboxEnabled_runtime:false,shuffle:false}); });/* #slideshowu70 */
    Any suggestions?
    Thanks!

    The errors aren't showing up on the client side, only in the server access logs. Every time the page is loaded with IE8 or IE9 and the Muse.Utils.addSelectorFn with the #slideshowu70 line is hit, it generates four errors in the server access logs.
    Our admin guy pulled the errors from where it was clicked on from the Adobe forum. He said it also appeared that you tested it with www added to the url (if this was when you were testing it)...
    [Mon Feb 04 13:58:57 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:00 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:08 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:33 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    [Mon Feb 04 13:59:43 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    The reason we find it strange is because it did not result in errors with the previous version of the slideshow. The only thing that changed this time around is that I removed some slides and added additional ones, but I noticed that there is a lot of difference in the code and even the scripts that are used. And I did copy over all of the scripts, css files, etc., so it's using all of the new source files.
    I was hoping it was something that you guys had noticed if you review the access logs when you're testing. While it works perfectly on the client side, the IT guys do go through our access logs, so it would be nice to eliminate the errors.
    Thanks for looking at it!

  • Unable to embed External CSS file, dropdown list,filter panel and dimension filter are not working in SAP Design Studio Tool

    Hello Everyone,
    I am new to SAP Design Studio. I am working on creating dashboards and I am using Design Studio 1.2 version. Please suggest some solutions for the following issues. Thanks in Advance.
    1. External CSS file which is embeded using custom CSS option under "application component properties" is not working.
        * I kept the external CSS file inside repository-> my application folder.
    2. During runtime, getting javascript error while selecting '-' option from filter panel.
    3. Unable to select or type dimension name under "dimension filer component" properties.
    4. Getting runtime error for dropdown list, and I have inserted the following code under "onStartup" option of Application component properties.
    "DROPDOWN_1.setItems(DS_1.getMemberList("PRODUCTREF", MemberPresentation.INTERNAL_KEY, MemberDisplay.TEXT, 20));
    and dimension values are not populated in auto suggest."

    There should be an Error Log under View > Error Log that gives you more details of these errors.  Could you add that?  There is also a View > Script Problems log that provides more details as well.

  • Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory.

    HI
    i restored a sharepoint web 80 application in our test domain
    and after when i browse the new web application 
    it says 
    Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file exists under the layouts directory. 
    adil

    Hi  adil,
    According to your description, my understanding is that you encountered the error “Cannot make a cache safe URL for "1025/styles/Themable/corev4.css", file not found. Please verify that the file
    exists under the layouts directory.” .
    The issue happens in
    We have customized master page
    In the master page, we use path the script/style file like this: <SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style Library/coe/mainCOE.css%>"
    runat="server"/>
    While using the dynamic path in a multiple languages enabled site, language Id(1033 etc) will be added to the path automatically. That cause the file to be not found.
    To solve the issue, please download  the Arabic language pack http://www.microsoft.com/en-us/download/details.aspx?id=3411 ,
    install it on  your SharePoint and refresh your browser.
    Reference:
    http://sharepoint-community.net/profiles/blogs/cannot-make-a-cache-safe-url-for-1036-sytles-themable-corev4-css
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • CSS file compiled into SWF...

    Hello,
    I have a problem with all my css files in my Flex project. I
    need them to be compiled into SWF because its the only way to load
    and switch them at runtime.
    I use a ClassReference to a custom programmatic skin in the
    css file:
    skin: ClassReference(
    "com.someawsomepackage.util.manager.SkinManager" );
    MY PROBLEM is that I HAVE TO place the various css file in
    the ROOT folder of my project so that the compiler can find and
    compile this classreference along with the css.
    I would like to place the css files into a style folder...
    But I will get a compile error if I do so.
    Anyone has an idea ? thx !

    did you try compiling them manually from the command line using mxmlc?

  • How  to import styleSheet.css file in to my jsp page.

    Hi All,
    I am importing css file and other common javascript functions using the below code
    <style type="text/css" title="currentStyle">
    @import "/<some project Folder>/styleSheet.css";          
    </style>
    <script language="JavaScript" src="<%=request.getContextPath() %>/scripts/common.js">
    previously it was working but now i migrated my code with JDK1.5 to JDK 1.6 and Tomcat 5.xx to Tomcat 6.xx
    Now i am unable import these files.
    And also i am unable to see the pictures also.
    When i see the properties of the image it was giving
    http://localhost:8080/FRSWebsite/images/lock.png and it was correct path for that image but it was not displaying in my web page.
    What is the problem please anybody help me.
    Thanks in advance

    Hey I am facing a similar problem:
    I have this jar file lbswebservice.jar that I have to use for my application.
    I added it to the classpath, I copied it in my WEB-INF/lib folder, but when I try to access classes in this package, it doesnt work.
    For example the jar contains the package com.blipsystems.lbs.ws.messages.* ; that contains different classes, like the Campaign class.
    I tried to use this class (just to create an object) in different context (through jsp, or just through java test classes), but it never works, i get the error: com.blipsystems.lbs.ws.messages.Campaign cannot be resolved to a type
    I am a bit desperate here...

  • Is there a limit to the number of selectors you can have in a CSS file for Mozilla Firefox to work?

    I am writing the CSS code for my website and the CSS is being interpreted correctly by Chrome but is not even being read by Mozilla Firefox. When I use firebug, I can see that the classes appear in the HTML code but are not interpreted in the CSS.
    The code for this page was recently added, which puts it on the bottom part of my CSS file. The CSS file has over 2.000 lines. Is it possible that Mozilla Firefox is limiting the number of lines it reads? If so, should I split the code in two or three CSS files (what is the limit per file)?
    Thank you!

    I don't think it's an issue of file length, however, as a test you could revert to your previously working file and place all the new CSS in a new file, and see whether that makes any difference.
    If you clear the error console and reload the page, do you get any unexpected style warnings? By unexpected, I mean things other than, for example, -webkit-transform is not recognized and is being dropped. Illogical messages can indicate an unnoticed typo.

  • BIG PROBLEM: CSS files not loading because of international characters in file name

    I have Muse Beta 7 in Spanish.
    The program creates a css file called master_a-página-maestra.css in css folder. It is referenced in the resulting HTML code here:
    <!-- CSS -->
      <link rel="stylesheet" type="text/css" href="css/site_global.css?3951792836"/>
      <link rel="stylesheet" type="text/css" href="css/master_a-p%c3%a1gina-maestra.css?fileVersionPlaceholder"/>
      <link rel="stylesheet" type="text/css" href="css/index.css?3948175564"/>
    When you work locally in your Windows formatted har drive, everything looks fine, but when you upload your files to a server, everything is screwed up. The server doesn't recognizes the URL and returns an error page, resulting in style errors in the entire site.
    This can also happens with html files if the title of the page contains international characters or with images if the image file name in your Hard Drive contains international characters.
    I already pointed out long time ago Muse was generating file names with international characters like á, ñ, etc but nobody cared about it. Too bad. I had to activate file name customization but I think that Muse should replace automatically this characters in the same way that it replaces other conflictive characters like commas or ampersands.
    This is not a fault of the FTP client. Accented characters are not web safe regardless of the FTP client you are using. It is a server side issue. Some servers support it some others don't. I don't mind if it works in Adobe Catalyst server because the final website is going to be in another server and maybe next year when paid hosting is ended the client may move it to another server.
    It makes more sense to replace accented characters in file names by their not accented equivalents ('a' instead of 'á', 'N' instead of 'Ñ', etc) and avoid all this problem.

    Zak, It is funny you mention it, because the site I am talking about is hosted in 1and1. try this: http://www.artofwalls.com/rosannawalls/biografía.html
    As you can see, the offending "í" in the file name causes 1and1 server to throw a "page not found" error. And this has happened with many other servers I have tried since.
    Muse boast of generating code fully compatible with all major web browsers but by using international characters in file names it ggenerates code suitable only for very few web servers. International characters have been always a no-no for internet URLs. Internet was designed by people who didn't care about ascii codes beyond 127 so using international characters in html file names is just call for problems.
    "to work with your hosting provider to determine how to enable Unicode encoded (UTF-8) file names and HTML files on their servers" is not a viable solution most of the time unless you are a Very Important Client of your host provider. If not, making changes means money for them and if you are the only one who complains, they are going to just tell you to not use international characters in your names.

Maybe you are looking for

  • Additional ethernet port

    What device can I purchase and add to my Time Machine? All the current ethernet ports are already occupied. I have an Apple TV in the next room and I need or prefer to connect my Apple TV via ethernet instead of wireless because of the connection spe

  • Calculating oversubscription on access layer

    So, the situation is that we have about 240 users (max, no further expansion to this figure) on each floor of a building, spanning across 10 floors. As I understood from the basic calculation, for every 240 users @ 100/1000, I need to deploy 5(48 por

  • Sqlplus error - instant client 10.1.0.2 with 8.1.7.4

    Hi, I've installed the instant client basic & sql plus from rpm on a debian system. When I try to connect with sqlplus I get SP2-0642: SQL*Plus internal error state 2165, context 4294967295:0:0 The sqlplus cmd line I use should have everything it nee

  • Download file via jsp

    dear all, to download a *.txt-file via jsp i use following code: java.io.File file = new java.io.File("C:\\FileName.txt"); response.setHeader("Content-Disposition", "attachment;filename=\""+file.getName()+"\";"); response.setContentType("APPLICATION/

  • ITunes stopped my download right in the middle....

    ok i order the desperate houswives pack of 7 episodes for ~ $13.95 and only 5 out of the 7 episodes were downloaded... the program froze... ok so my question is i either a) want my money back for the two episodes i lost or b) want to figure out if th