No CSS properties apply...

Why does the CSS Styles panel never show the style applied to
a selected element? For instance, I can type a sentence, browse the
available styles (CSS Styles - All), right click on a style, select
apply, and the sentence is correctly formatted. Everything works as
expected and the page displays correctly; but, when I click on the
"Current" view of CSS Styles, the only thing it ever says is "No
CSS properties apply..." even though a CSS style clearly has been
applied and is working correctly. What am I doing wrong?

Show us the code from this experiment, so that we can
understand what you
have done, please.
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
==================
"dennisnmiller" <[email protected]> wrote in
message
news:edcn79$jm0$[email protected]..
> Why does the CSS Styles panel never show the style
applied to a selected
> element? For instance, I can type a sentence, browse the
available styles
> (CSS
> Styles - All), right click on a style, select apply, and
the sentence is
> correctly formatted. Everything works as expected and
the page displays
> correctly; but, when I click on the "Current" view of
CSS Styles, the only
> thing it ever says is "No CSS properties apply..." even
though a CSS style
> clearly has been applied and is working correctly. What
am I doing wrong?
>

Similar Messages

  • No CSS properties apply to the current selection

    I have a style sheet in my root directory. It is showing as being connected to my html page. It is written in with <link href="_css/main.css" rel="stylesheet" type="text/css /">.
    In my Manage Sites section it is shown in  "Advanced Settings" > "Local info" > "Site-wide Media Query file"
    Despite all that when I click on any element in the Design view with either my CSS "Current" or "All" selected it keeps showing the error  "No CSS properties apply to the current selection"
    I have studied other sites of mine line by line where it works and compared it to this one and cannot see anything missing.
    So I really would appreciate being pointed in the right direction.
    Thanks
    keith47

    I don't know as I apply all css manually BUT you have a / after css in the link to the stylesheet you provided below (if its not a typo) which may be causing the issue:
    <link href="_css/main.css" rel="stylesheet" type="text/css /">

  • Unsupported CSS properties.

    Dear Palm Support.
    First of all, thank you for all the good work you guys do.
    I noticed the web browser on WebOS doesn't support a few css properties. 
    -webkit-box-shadow  and  -moz-box-shadow
    Any plans on having the browser support these properties in the ext release?
    I stumbled upon this when in the middle of demonstrating the abilities of WebOS to iPhone users.  Sadly they were able to generate the webpage just fine and I was not  
    I would think an OS built on html,css,javascript would be the king of web browsing support.
    Thanks
    -John

    logstairways wrote:
    Going thru the HTML and CSS3 -Building the web page by David Powers. Great tutorial, but I am having issues with the nav. I am getting all sorts of unsupported properties in my CSS. It is within all of the nav style rules (i.e. -webkit) I downloaded the rgba color values for Dreamweaver. I don't know how to clean this issue up, maybe I should switch to spry navagation instead. Any help would be appreciated. Thanks, Lisa 
    There are 2 types of validation issues that come up, errors and warnings.  Errors are the result of bad code.  Warnings are which you describe.  The -moz, -webkit style prefixes do not exist per the W3C because the standards are meant to apply to all browsers.  Currently there is a discrepancy so what happens is you typically declare the prefixes first and then the CSS3 valid term last.
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    There is really nothing to clean it up with and if you don't have at minimum the -webkit prefix, then the Live View might not render the CSS3 style.

  • Character Styles in CSS Properties Panel are not correct

    I am using Adobe Illustator CC.
    I am trying to export all of the charter styles as CSS. However the CSS panel is not generating the correct style.
    Right now, in the Character Styles Panel and CSS Properties Panel I have 3 styles (Default, h1, h2)
    This is how they are defined in the Character Styles Panel:
    1. [Normal Character Style]:Helvectic Neue LT Std, 55 Roman, 16px
    2. h1: Helvectic Neue LT Std, 25 Ultra Light, 35px
    3. h2: Helvectic Neue LT Std, 45 Light, 18px
    HOWEVER
    When I go to the CSS Properties panel the code is not showing the Font Style:
    This is how they are defined in the CSS Properties Panel:
    1. [Normal Character Style]:
    .NormalCharacterStyle
      font-family : Helvetica Neue LT Std;
      font-size : 16px;
      color : #19131F;
      color : rgb(25, 19, 31);
    2. h1:
    .h1
      font-family : Helvetica Neue LT Std;
      font-size : 35px;
      letter-spacing : 0.53px;
      color : #FFFFFF;
      color : rgb(255, 255, 255);
    Missing:  25 Ultra Light
    3. h2:
    .h2
      font-family : Helvetica Neue LT Std;
      font-size : 18px;
      text-transform : uppercase;
      color : #FCFCFC;
      color : rgb(252, 252, 252);
    Missing:  45 Light
    Am I not doing somethign correctly? Is it a problem with my font or with Illustrator?
    Also, in case it makes a difference, I only have the default paragraph style defined. It's style is; Helvectic Neue LT Std, 55 Roman
    Thanks!

    CSS cannot render typographical multiple weight fonts simply because that's just not how it works. All CSS does is reference a physical font file and its properties and while it's possible to use the font-weight and font-style attributes to make standard fonts lighter or bolder it does not compare to anything you would do with the font in a real design environment. That and of course you still need to define fallback/ substitution options - the Helvetica Neue you are referencing is exclusively available on Apple systems only and even if what you are trying worked off the bat, it would be useless on alternate devices that have no access to the font.
    Mylenium

  • Support for HTML and CSS properties

    My biggest frustration with Acrobat Pro 9 is that it dropped support for certain HTML and/or CSS properties that were available in Acrobat Pro 8. In particular, the page-break-before attribute no longer works, nor does colspan. When I convert an HTML table with some colspans into a PDF, the table looks okay to the naked eye, but the structure behind the table (PDF tags) is incorrect.
    I can live without the page breaks, but I need colspan. I need to do this for hundreds of tables, so opening the Acrobat Table Editor and fixing the colspan by hand is not an option. A scripting/programming solution is required. Has anyone found a workaround? Does Acrobat X fix this problem?

    hello
    not trying to hijack the thread but needed some clarification
    your very short tutorial
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.h tml
    was really informative. Just have a couple quick questions:
    you state:
    "the core code library which you ref in your <head> tags,"
    the below code just has to be declared ONCE at the beging in your head section, correct?
    <!-- jQuery latest core library from CDN-->
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js">
    </script>
    then any number of jquery plugin scripts can be placed in ANY order in your head section following the above code, correct?
    "the function code inside <script> tags to invoke the plug-in."
    so then in the body, does the functions code have to come RIGHT AFTER the place it is being used?
    example
    <body>
    <div class="slideshow1"
    </div>
    <!--Plug-In Function Code1-->   
    <script type="text/javascript">
    </script>
    <div class="slideshow2"
    </div>
    <!--Plug-In Function Code2-->   
    <script type="text/javascript">
    </script>
    </body>
    or can you take all the function codes and paste them in the end outside of the respective divs that are using the code?
    ie does the position of the code matter?\
    thanks guys
    Nancy O. wrote:
    Try jQuery Fancybox
    http://fancybox.net/
    If you're new to using jQuery plugins, see this primer:
    http://alt-web.blogspot.com/2012/11/primer-for-using-jquery-plug-ins.h tml
    Nancy O.

  • CSS not applying to a page if navigated to from one other page in the site

    Hi,
    Quite new to dreamweaver. Built a site a few months ago and when updating the content I decided to update the style as well using the CSS sheet.
    Strange problem occurring....
    When you navigate to the Contact Us page directly via URL or any but one page in the site, the SCC applies and webpage displays well.
    However, if you navigate to the Contact Us page form the About Us page then all styling is lost.
    Below is my NavBar coding. I have compared it on all pages and it's the same. Can't work out why CSS not applying in this one specific instance.
    <nav id="mainnav">
          <ul>
            <li><a href="index.html">Home</a></li>
            <li><a href="TheCollection.html">Collection</a></li>
            <li><a href="News.html">News</a></li>
            <li><a href="About.html" class="thispage">About Us</a></li>
            <li><a href="Contact.html">Contact Us</a></li>
          </ul>
        </nav>
    Any advice appreciated and let me know if I can provide anything else that might help you to help me.
    Thanks!
    S

    How many style sheets do you have for your entire site?
    You should have boilerplate.css, your fluidGridLayout.css (whatever you named it) and one other custom css file for your content styles.  All 3 style sheets should appear on every page.  For site management reasons, I usually put my CSS files into a styles folder.
    Sitename (C:\sitename)
    index.html
    about.html
    contact.html
    etc...
         -styles
              boilerplate.css
              layout.css
              custom.css
    With that structure above, your links to external style sheets should look something like this on every page.
    <link href="styles/boilerplate.cssview-source:http://www.theseasonhats.com/keysheet.css" rel="stylesheet" type="text/css">
    <link href="styles/layout.css" rel="stylesheet" type="text/css">
    <link href="styles/custom.css" rel="stylesheet" type="text/css">
    Nancy O.

  • 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)
    =========================================================

  • 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

  • Does Firefox work with all html tags/CSS properties?

    I am considering Firefox because MSIE has been and is becoming more annoying.
    I want a browser that simply implements all html tags and CSS properties.
    I want Firefox to install without screwing with any other application on my computer.
    Possible?

    Sure no problems to install Firefox alongside other browsers.<br />
    You only need to decide which browser to set as the default browser that is used when you click a link in other programs.
    *http://developer.mozilla.org/en/Mozilla_CSS_support_chart
    *https://developer.mozilla.org/en/HTML

  • Css properties panel won't allow changes

    Every time I try to make a change within the CSS Properties Panel, everything disappears and will not work. I have brought this to my teachers attention, and he says I have done everything correctly, so I am completely unaware of what the issue is. On top of this, it seems like DW CC has had quite a number of problems, including it quitting itself and not being able to restart. Any help would be appreciated!

    Run the validators anyway, "missing apostrophe syndrome" hits the best of us. I'm not saying your professor missed something, but it's possible.
    If the code comes up clean, it may be time to move onto some general catch all troubleshooting steps...
    Clear Program Cache: Deleting a corrupted cache file
    Restore Preferences: Restore preferences | Dreamweaver CS4, CS5, CS5.5

  • CSS properties panel - odd problem

    Recently the CSS properties panel has suddenly changed and
    won't operate or display the way it's supposed to. The CSS Styles
    panel is open. I've got the layout set to "Show only set
    properties". When I choose a selector the properties show up below
    it, however the "Add property" link is gone and there are no labels
    for each property.
    I've never seen this before and I can't find any option to
    switch it back, in case I changed the layout by accident. Has
    anyone any knowledge of this? Did I do something to change the
    layout?
    Thanks for any assistance.
    Jeff

    I am having the same problem. I even reinstalled Dreamweaver
    but it didn't help. Any ideas?
    Thank you.
    Donna

  • Not supporting certain CSS properties

    One one of my windows XP systems firefox 10.0 does NOT render certain CSS properties. Specifically, at www.wbrogden.com the headlines should be in blue. In other tests background images are not rendered but text margins are correct. Firebug shows that the complete CSS file is being read and parsed. I uninstalled and reinstalled from a fresh download.
    On my second XP system, firefox works as expected.

    Firefox uses two main locations, one is for the program files and one is the [[profiles|profile]] for user information including bookmarks etc. In a normal upgrade situation firefox will try to retain user information and bookmarks.
    It may be worth copying all of the profile the folder and all sub folders and files to a safe location, you may want to use some of the information again later. I would also suggest you consider manually backing up bookmarks, and maybe even consider syncing the computers (but take care if one is problematic).
    * see [[backing up and restoring bookmarks]]
    * [[what is firefox sync]]
    * [[backing up your information]]
    Information about a clean re-install, including deletion of the profile (you may wish to scroll the rest of the article)
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    P.S. <br/> easiest way to find profile
    *Firefox Button -> Help -> Troubleshooting information -> Profile [Open containing folder]

  • CSS properties in flex4

    Hi,
    what are the css properties in flex4, i try to use css properties which is used in flex 3 but its not supported in flex 4.
    where to find all css properties for flex4..  Advance thanks for your answer...

    Hi,
    These sites might help you.
    1) http://opensource.adobe.com/wiki/display/flexsdk/More+Styles+for+Spark+Skins
    2) http://cookbooks.adobe.com/post_How_to_use_the_new_CSS_syntax_in_Flex_4-15726.html
    3) http://www.riaspace.com/2010/01/simple-flex-4-components-styling/
    4) http://seanhess.net/use-css-to-style-a-custom-spark-skin-in-flex
    5) http://googolflex.com/?p=612
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • Fireworks CSS Properties panel shorthand

    Hi is where any way insted of:
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:16px;
    line-height:140%;
    color:rgb(168,168,169);
    text-align:left;
    to have:
    color: #A8A8A9;
    font: 16px/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
    and same shorthand for everything else. Is where any way to edit CSS Properties panel?
    P.S. I was trying http://mattstow.com/css-professionalzr.html , but in most cases its not working.

    Without doing a lot research into this, I'm not sure what to suggest. I think you're on the right track by trying a tool like Matt's CSS Professionalzr. Have you tried giving him feedback on what's not working? (I do see that it's version 0.4, so it could still be a work in progress.)
    Within the CSS Properties panel itself, I don't see any shorthand options. I know the panel was introduced as an add-on to CS5, so it's still a relatively new feature.
    I don't know if Dreamweaver might be helpful to you here. It has options for writing CSS shorthand.
    Perhaps there's a way to "wash" the Fireworks code output in Dreamweaver by resaving or editing the CSS file or something. If not, I'd do a Google search for some kind of tool that's oriented towards "CSS shorthand". There might be a converter out there.

  • No "CSS properties" under window menu

    I have illustrator CC and there is no "CSS properties" in the window menu as shown on this video: http://tv.adobe.com/watch/learn-illustrator-cc/transform-visual-designs-into-css-styles-us ing-css-and-svg-export/

    Those features won't be available until the June 17th update I believe. In which case you must be a Creative Cloud subscriber to get those features. They won't ever be a part of CS6 in my understanding.
    The HTML5 pack is for Illustrator CS5. Staff should not be directing CS6 users to CS5-only items. At least not until the provide some direction about support.... http://forums.adobe.com/thread/1014933?tstart=0

Maybe you are looking for

  • How do i transfer contacts from a broken iphone to another?

    How do i transfer contacts from my iphone that will not turn on, to another working iphone?

  • Aperture no longer loads my photos.

    Aperture 1.5.1 no longer imports my pictures from my camera card. When I plug in my card, all I get is gray squares where the photos should be (and used to be.) I tried deleting the whole program and reinstalling, but the same thing happens. This sam

  • Weblogic 6.0 installation problems with redhat 7.1

    Hi!I need your help, I've been trying to install WebLogic 6.0 on linux, and i'm getting this message"sh /home/curtisf/weblogic600sp1_linux.bin -i consolePreparing to install.../tmp/install.dir.1046/Solaris/resource/jre/jre/bin/java: /usr/bin/cut: Nos

  • Photoshop CS5 64x partially freezes up after trying to save a file !

    Photoshop CS5 freezes up after trying to save a file.   It doesnt freeze up totally .It just leaves me about 3 choices from the drop down menu. This only happens with the installed 64 bit version and not with the installed 32 bit version? My Operatin

  • What application

    What application do I choose to download illustrator cc? when I try to download the app, I get a Launch Application window that says: this link needs to be opened with an application. Send to CreativeCloud(URIHandler) below I could click on Remeber m