Question about Cascade css class

steelej's Avatar

steelej

16 Jun, 2011 02:21 PM

Can you tell me the name of the class in the css(es) used by Cascade controls the size of the icon: block_structureddata.gif? We're having a conflict with our css that causes this edit icon to cover any photo in the associated block.

  1. Support Staff 1 Posted by Tim on 22 Jun, 2011 02:34 PM

    Tim's Avatar

    Hi there,

    There is no additional CSS file used. Instead, there are styles applied directly to the <img> tag. Out of those styles, there isn't anything that specifically controls the size:

    position:absolute; display:block; z-index:9999; cursor:pointer; cursor:hand;
    

    In your Template, what does the region in question look like (along with some of the tags that surround it)? The reason I ask is because generally it is best to avoid having a region surrounded by a root element (just in case you happen to be doing this). For example:

    <ul>
        <system-region name="X"/>
    </ul>
    

    (then in the region, you would likely have several <li> elements with no root element). Instead of this, it would be preferable to have all of that code within the block/format. This usually prevents the problem from happening.

    Let me know what you find.

    Thanks!

  2. steelej closed this discussion on 19 Jul, 2011 05:33 PM.

Discussions are closed to public comments.
If you need help with Cascade CMS please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

26 Aug, 2016 01:19 PM
25 Aug, 2016 03:02 PM
25 Aug, 2016 12:50 PM
24 Aug, 2016 08:43 PM
24 Aug, 2016 07:20 PM
21 Aug, 2016 01:20 PM