Changeset 45274

Show
Ignore:
Timestamp:
05/11/08 18:11:23 (2 months ago)
Author:
GaryKeorkunian
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bookmarkify/trunk/readme.txt

    r45273 r45274  
    5757 
    5858= Why do parts of my page - such as the sidebar or post title - cover up the "More Box" when it is opened? = 
    59 This is usually because these elements have the CSS setting "overflow: hidden" applied to them.  To correct this problem you can disable this setting by either removing the line from your style sheet or by enclosing it in the comment markers /* */ (i.e.  "/* overflow: hidden;*/").  This should correct the problem with the More Box and in most cases will not affect the presentation of these elements. 
     59This is usually because these elements have the CSS setting "overflow: hidden" applied to them.  To correct this problem you can disable this setting by either removing the line from your style sheet or by enclosing it in the comment markers (i.e.  "/* overflow: hidden; */").  This should correct the problem with the More Box and in most cases will not affect the presentation of these elements. 
    6060 
    6161= Where is the icon for the *** site? =