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

Bullet points

2 Answers 160 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Alex Lawson
Top achievements
Rank 1
Alex Lawson asked on 16 Jul 2009, 02:25 PM

Am just trying out this control in DNN, and the listbox is showing a set of bullet points to the left of the selection list.

Have tried this in 2 different skins and in IE8 and Firefox - it does seem to work in IE8 compatibility mode though...

2 Answers, 1 is accepted

Sort by
0
Erik Hinds
Top achievements
Rank 1
answered on 16 Jul 2009, 03:21 PM
I noticed this too. In my module.css I put this in to clear the bullet points.

.rlbItem{list-style: none;}
0
Genady Sergeev
Telerik team
answered on 17 Jul 2009, 01:41 PM
Hello Alex Lawson,

I suppose there is a style in DNN with stronger specificity than the RadListBox style used to hide the bullets. You can use the following css to hide them:

    <style type="text/css"
        .rlbItem 
        { 
            list-style-type:none !important; 
        }  
    </style> 




Regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ListBox
Asked by
Alex Lawson
Top achievements
Rank 1
Answers by
Erik Hinds
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or