This is a migrated thread and some comments may be shown as answers.

CSSClassSelector in Firefox

2 Answers 81 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
dj
Top achievements
Rank 1
dj asked on 05 Jun 2008, 03:29 PM
Hello,

I'm using Lite Editor for MOSS2007, and I have a problem with the Table Wizard. I created my custom CSS class, added it to ToolsFile like this:
 
    <classes> 
        <class name="Alternating Table Row" value=".ArticleTableAlternatingTd" /> 
    </classes> 

Then I would like to use the tab "Cell properties" of table wizard, in order to mark desired table cells, and apply the style. Unfortunately, the drop down list is displayed properly only in IE, but in Firefox and Safari it contains only one item "Clear Style". Is this a known issue? are there any workarounds?

Thanks,
dj

2 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 09 Jun 2008, 12:25 PM
Hi DJ,

Thank you for the provided information, but unfortunately I was not able to reproduce the problem.

Could you please open a support ticket and give me more information about your exact scenario? What are the exact reproduction steps? How have you set the ArticleTableAlternatingTd class?

A sample video where the problem can be observed will be in great help.

Sincerely,
George
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
dj
Top achievements
Rank 1
answered on 10 Jun 2008, 12:40 PM
Hi George,

it seems that Firefox and Safari could not find the css class in my CSS file.
It was defined like this:

.ArticleTableAlternatingTd, td.ArticleTableAlternatingTd  
{  
    /* my definition */ 

However, like I said, IE could handle it. Anyway, after removing the td. ArticleTableAlternatingTd from the declaration, it seems to be working in all browsers.
Thanks for the response.

cheers,
dj
Tags
WebParts for SharePoint
Asked by
dj
Top achievements
Rank 1
Answers by
George
Telerik team
dj
Top achievements
Rank 1
Share this question
or