Results 1 to 2 of 2

Thread: Switch Content Script II - Lineheight??

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Switch Content Script II - Lineheight??

    1) Script Title:
    Switch Content Script II

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...chcontent2.htm

    3) Describe problem:
    I running a plain install of Switch Content II, just modding the CSS. When you have all links collapsed theres a lot of white space in between each of the headers/titles. (see image below) How do you tighten it up? I've tryed adjusting the CSS, but can't get it to work? (see code below)



    Code:
    /*Default style for SPAN icons. Edit if desired: */
    
    .iconspan{
    	float: left;
    	margin: 0;
    	padding: 0 5px 0 0;
    	cursor:hand;
    	cursor:pointer;
    	font-weight: bold;
    }
    
    /*CSS used to style the examples. Remove if desired: */
    
    .eg-bar{
    	margin: 0;
    	padding: 0;
    	font:bold 12px/12px Verdana, Arial, Helvetica, san-serif; 	
    }
    
    div.eg-bar{
    	margin: 0;
    	padding: 0;
    	width: 425px;
    }
    
    .icongroup1{
    	width: 410px;
    	margin:0 0 0 0;
    	padding:5px 0 0 0;
    	font:normal 12px/12px Verdana, Arial, Helvetica, san-serif; 	
    }

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    There's nothing in the CSS that stands out as being the culprit? Do you have the relevant HTML portion, or better yet, a link to the problem page?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •