Greetings,
Env: TS 6.7.1, Linux
Have a dropdown menu in VFE for setting specific styles to paragraph text, lists, list elements, hyperlinks, and/or tables...But when setting a style to a list (
tag), the list is highlighted within a resizable box similar to an image inserted in ms word when focus is set on it. This make the list a bit difficult to manage when adding other elements to it. Specific classes individual elements, paragraph text and/or hyperlinks does not exhibit the same behavior. Has anyone experienced this and is the behavior preventable?Below is an example of the class within the custom stylesheet:ul.dashed { caption: List - Dashed; margin: 7px 0px 7px 5px;}ul.dashed li { background: transparent url(../images/list_dash.gif) no-repeat 3px 6px; height: 100%; padding: 3px 0px 3px 12px; visible:false;}ul.dashed li.noDash { caption: List Element - no Dash; background: transparent none; padding-left: 3px;}HTML in VFE is as followes:p This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. /pul class="dashed"li List Element 1 /li/ulp This is a test. This is a test. a class="pdf" href="http://www.google.com" This is a test. /a This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. /p