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 /">

Similar Messages

  • A filter cannot be applied to the currently selected field. Select a different field

    Hi,
    I am using an InfoPath form to submit the data. In my form I am using one dropdown and one textbox in a repeating table, and the data is fetching from the SharePoint list.
    Scenario: In my SharePoint list there is a column of Company name and other is of Focal Point name. In dropdown contains the company name column.
    I want the functionality that when i select the Company name the associated focal point name should appear in the textbox.
    To achieve this I am using the filter for dropdown but it is showing me error "A filter cannot be applied to the currently selected field. Select a different field."
    Can anyone please tell me how can I do this.
    Thanks in Advanced,

    Hi,
    Please update me any solution for this as I am not able to resolve this.....
    Thanks,

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

  • Detect blue email reply at the current selected line

    Hi all,
    I want to detect whether a blue email reply line (see picture below) is at the current selected line and do some action. Is this possible to detect it? I think observing the ParagaphFormat of the current selection could be work.
    Jens

    Hi jfrederich,
    In addition to Eugene's reply, you can get the paragraph's Borders property, check the sub-properties of this property to determine if this selected paragraph has some blue border line:
    Outlook.Inspector inspector = Globals.ThisAddIn.Application.ActiveInspector();
    Outlook.MailItem currentOpenedMail = inspector.CurrentItem as Outlook.MailItem;
    Word.Document doc = currentOpenedMail.GetInspector.WordEditor as Word.Document;
    string s = doc.Application.Selection.Text;
    //doc.Application.Selection.ParagraphFormat.Reset();
    Word.Paragraph para = doc.Application.Selection.Paragraphs[1];
    Word.ParagraphFormat format = para.Format;
    Word.Borders borders = format.Borders;
    //check properties of borders variable to determine if this paragraph has some blue left border
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Need help on how to specify the current select row in a View Object

    Hi,
    I have a ADF table on my page, when I was selecting the rows in this table, I want the set and get methods in the ViewRowImpl class to do some customized actions. I found out that each time regardless the row I select in the table, the viewrowimpl class will always return the data in the first row, I tried to use getCurrentRow in VO row impl. but still, gets the first row.
    Does anyone know how to get the selected row value in the View Object, or View Row Impl rather???
    Thanks!

    Hi,
    you can call a method exposed by the AM and pass teh rowKey of the selected row as an argument. When you configure the exposed AM method in the pageDef (creating a method binding) the argument is shown in a dialog from where you can use EL like #{bindings.iteratorName.currentRow.rowKey} to access the current selected row.
    Frank

  • How to get the current selected value of a combo box or a option button?

    Hello All,
    I want to catch the current selected value of a combo box and also of a option button and want save it into different variables in my code. These option button and combo box are in a SAP business one form which I have created through VB dot.net coding.
    But I don't know how to do that, can any one send any example code for this.
    Regards,
    Sudeshna.

    Hi Sudesha,
    If you want to get the selected values you can do it as follows: The Combo Box value you can get from the combo box. If you want to get it on the change event, you must make sure that you check when BeforeAction = False. If you want to get an Option Button value you should check the value in the data source attached to the option button.
            Dim oForm As SAPbouiCOM.Form
            Dim oCombo As SAPbouiCOM.ComboBox
            Dim oData As SAPbouiCOM.UserDataSource
            oForm = oApplication.Forms.Item("MyForm")
            oCombo = oForm.Items.Item("myComboUID")
            oApplication.MessageBox(oCombo.Selected.Value)
            oData = oForm.DataSources.UserDataSources.Item("MyDataSourceName")
            oApplication.MessageBox(oData.ValueEx)
    Hope it helps,
    Adele

  • JTree: How to get the currently selected node

    How do I get the currently selected node in JTree?
    getLastSelectedPathComponent() this method always return the last selected node and not the current one.
    Thanks in advance
    Sachin

    Use
    TreePath selectedPath = tree.getSelectionPath()If your tree allows multiple selections, use
    TreePath [] selectedPaths = tree.getSelectionPaths() this will return an array of all selected tree paths.
    Once you get the tree path, call the treePath.getLastPathComponent(). this should tell you the currently selected node.
    Hope this helps
    Sai Pullabhotla

  • DataSource or Crosstab -- List of all Members in the current selection

    Hey Design Studio Experts,
    i need a collection of the  >>current<< member list of a datasource,
    Example: i have the Datasource DS_1, which is filtered by 2-3 filters, so the number of lines, that is delivered by the DS_1 is less than the number of lines in the Query of the DS_1.
    I have checked already the built-in Methods: getData delivers only a Sting (single value), but i need all members of the current selection.
    Thank You in advance.
    Alex

    Nikhil ,
    There are many IDs in the selection, and i need the complete list of them,
    i repeat my requerement again:
    1) WE have query that delivers following lines:
    ID          Color                    Amount
    a               red                              3
    b               blue                            3
    c               Magenta                     1
    d               blue                            10
    2) We set a filter : Filter_1 (Color) = Blue.
    3) After the upper filter got active, we see only two lines:
    ID          Color                    Amount
    b               blue                            3
    d               blue                            10
    As i said im interested in the IDs of the selected lines. So i need a list of values = (b, d)
    meanwhile i think there is now suitable method that delivers the needed result.

  • Revealing the current selection.

    One thing thats always annoyed me is how the current selection disappears when you change the images viewed in the Browser window.
    As an example, you are in the Photos view of the library. All your images are displayed. You then create a filter which narrows down the images displayed to say 5. You select one of those images then remove the filter. All you images are displayed again but the image you had selected is buried. It still has the selection but there is no easy way to find it.
    This service could also be used to return to the selection if you scroll away from it.
    This workflow is installed in Apertures Service menu as showSelection. Any time you invoke it it will reveal the current selection.
    To install it, download it. Uncompress it and move the showSelection.workflow to your Home/Library/Services folder. (Home stands for your home folder on you Mac).
    Once installed it should show up in Apertures Services menu.
    Download [showSelection here|http://cms.crystal-objects.com/blogs/frank/revealselection_aperture_workflowservice021011]
    Message was edited by: Frank Caggiano
    Good idea to add the script!
    .

    Frank Caggiano wrote:
    Sorry won't work for the projects. The 'selection' around a project isn't the same selection for an image. However it is possible to have a project 'reveal' itself so if you described what it is your looking for project wise it may be possible to come up with something.
    First I want to confirm that:
    - the arrow keys do not change the selected Project in Project view. If your mouse cursor is over a project, the arrow keys change the image shown as the Project thumbnail. This is by design -- the arrow keys give you keyboard control of "skimming" the Project. (NB: This behavior is doubly buggy -- sometimes it acts on the currently selected Project, sometimes on the hovered-over Project, and sometimes on another Project neither selected nor hovered over, and sometimes you skim full thumbnails, and sometimes you skim thumbnails cropped as they would be were the "current" image selected as the key photo.)
    - there is no way I can find to change the selection in Projects view with the keyboard, other than "Edit→Select All" and "Edit→Deselect All".
    DLS has brought up a couple of instances of "losing" the selection (not shown on screen) or having the selection change unexpectedly (collapse Stacks w. a non-pick selected). The one I mentioned is exactly analogous (in Project view) to the situation you addressed (in Browser view): filter Projects view using the search field (it searches the Project name and Project description fields), select a Project, and then clear the search field. The selected Project remains selected -- but if it is not shown on your screen, there is no way to find it other than scrolling the entire roll/list/table/sheet of Projects until you notice the one with the selection highlight. As mentioned, the arrow-key trick doesn't work in Projects view. The functionality I'd like to see added to Aperture is the ability to automatically scroll to the currently selected Project in Project view. (And apologies in advance if this functionality already exists.)

  • Inspecting the current selection using the HTML5 SDK

    I have been banging my head against the wall trying to get what I thought would be something very simple working.
    What I want to do is have an InDesign panel, the contents of which changes based on the current selection on the page.
    Now, I can access the event "afterSelectionChanged" in the native scripting environment, but there appears to be no way for the native environment to trigger an event in the HTML5 panel unless I use a C++ hybrid extension and call the PlugPlugDispatchEvent() method.
    The events available in the HTML5 API are incredibly limited and don't seem to include any selection-based events.
    This makes it nigh-on impossible to use an HTML5 panel as an inspector of any kind without making an overly complex hybrid extension, which I want to avoid.
    Is this correct? If so, it seems amazingly short-sighted. If there is a way to do this, can someone please show me the way?

    Hi Samuel,
    I didnt clearly understood  your problem. When you are selecting a particular row in a table you are executing a web service named Get Mail. Are you passing any input parameter(any selected row data)  while executing a web service. And when you get the response node where you have a attribute in the node getmail. Am I right.
    If this is the case, then first check if the GetMail node is present or not by comparing it will null or checking its size. If the node is null then you will not get attribute as the element itself is null as nothing is retrieved in response. And if the node is not null then the element at 0th position is selected by default. you can retreieve the attribute by directly using the following code
    if(wdContext.nodeGetMail() !=null)
        String profileId= wdContext.currentGetMailElement().getProfileID();
    Check if this works for you.
    Regards,
    Ardhendu Sarkar

  • How to get to know the current selected service?

    Can anyone tell me how to get the current selected service in MHP? I tried to find one but no result. Can javax.tv.media.MediaSelectControl.getCurrentSelection() gives me the answer?

    servicecontext.getService()

  • Get the currently selected entry point

    Hello,
    I developed an content iview, where i have to find out which entry point is currently selected in the navigation.
    Anyone an idea how to do this?
    Thanks and Regards
    Robert

    Hi Robert,
    Using the breadcrumb you can get the navigation of the current selection...
    Try out this blog
    EFP: Working with the New Taglibs - Part 2
    -Aarthi

  • How do I return to the start of the current selection?

    In Audtion 3 and earlier, if I wanted to hear currently selected audio, I just made the selection in the Waveform Editor, pressed Play and the selection would play.  It would play the same selection again if I stopped playback and pressed Play again.  In CS5.5 and 6 this only seems to work the first time you press Play after selecting some audio.  After that, the audio just resumes from when it last stopped.
    Is there any way to get the current time indicator to return to the beginning of a selection?
    Robert

    I find it to be quite consistent in its behaviour. But if you want to investigate the possibilities, go to Edit>Preferences>Playback, and you have several self-evident options to alter it.

  • How to get the current selected column and row

    Hi,
    A difficult one, how do i know which column (and row would also be nice) of a JTable is selected?
    e.g.
    I have a JButton which is called "Edit" when i select a cell in the JTable and click the button "Edit" a new window must be visible as a form where the user can edit the a part of a row.
    Then the column which was selected in the JTable must be given (so i need to know current column) and then i want the TextField (the one needed to be edited) be active with requestFocus(). So it would be
    pricetextfield.requestFocus();
    Problem now is that i have to click every time in the window the JTextField which was selected in the JTable. I have chosen for this way of editing because my application is multi-user and it would be too difficult for me when everybody did editing directly (catch signals, reload data, etc.).
    My question is how do I know the current column and the current row in a JTable?

    I'm not sure what your mean by the "current" row or column, but the following utility methods return
    which row and column have focus within the JTable.
    public static int getFocusRow(JTable table) {
        return table.getSelectionModel().getLeadSelectionIndex();
    public static int getFocusColumn(JTable table) {
        return table.getColumnModel().getSelectionModel().getLeadSelectionIndex();
    }

  • How to read the current selection in a table.

    Hello Experts,
    I've this issue with the web dynpro. I have a Adaptive Webservice Model in web dynpro. And I have three tables in the UI. When a row is selected in the first table, the second table is populated with the appropriate data (using a method in the web service.) the same applies to the third table, when the a row is selected in the second table, the third table has to be populated with the appropriate data. The methods in the web service are all working fine. However, in web dynpro, I am not able to figure out on how I read the selected row in a table. Any information on how to resolve this would be really really helpful.
    <
    wdContext.currentGetMailElement().setProfileID("-Should be read from the selected row in the table.");
    wdThis.wdGetMailControllerController().executeGetMail();
    >
    regards,
    Sam.

    Hi Samuel,
    I didnt clearly understood  your problem. When you are selecting a particular row in a table you are executing a web service named Get Mail. Are you passing any input parameter(any selected row data)  while executing a web service. And when you get the response node where you have a attribute in the node getmail. Am I right.
    If this is the case, then first check if the GetMail node is present or not by comparing it will null or checking its size. If the node is null then you will not get attribute as the element itself is null as nothing is retrieved in response. And if the node is not null then the element at 0th position is selected by default. you can retreieve the attribute by directly using the following code
    if(wdContext.nodeGetMail() !=null)
        String profileId= wdContext.currentGetMailElement().getProfileID();
    Check if this works for you.
    Regards,
    Ardhendu Sarkar

Maybe you are looking for