Results 1 to 2 of 2

Thread: Cursor Image Trail

  1. #1
    Join Date
    Jul 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Cursor Image Trail

    I am using the cursor image trail provided here at dynamic drive. This is the website: http://www.stunningstitches.net/cart.php?act=cart

    My problem is and I have a feeling it deals with the layers of my website is that the image trail will in some areas be 3 inches above the cursor, it will go to the other side of the page (hover over the links on the right side, look over at the left, there is the lady bug image trail).

    Here is my CSS (mind you this is a cube cart that has been customized so the css is manipulated to look as it is on the website)

    Code:
    body {
    	margin: 0px;
    	background-image: url(../styleImages/backgrounds/SS-background.jpg);
    	background-repeat: repeat;
    	background-position: top;
    }
    #pageSurround {
    	width: 95%;
        height: 100%;
    	margin-right: auto;
        margin-left: 0px;
    	padding: 0px;
        border-bottom: 0px;
    	background-image: url(../styleImages/backgrounds/stunningbg.jpg);
        background-repeat: repeat-y;
        margin-bottom: 0px;
    }
    #topHeader {
    	text-align: center;
    	background-image: url(../styleImages/backgrounds/stunninglogo.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    	height: 210px;
    }
    .colMid {
    	z-index: 1;
    	position: relative;
    	width: 600px;
    	float: left;
    	padding-left: 150px;
    }
    .boxTitleLeft, .boxTitleRight {
    	font-family: Curlz MT, Verdana, Arial, Helvetica, sans-serif;
    	font-size: 100%;
    	color: #FFFFFF;
    	height: 15px;
    	padding-left: 0px;
    	margin-bottom: 15px;
    }
    .boxContentLeft, .boxContentRight {
    	padding-left: 5px;
    	margin-bottom: 10px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    
    .colRight {
    	z-index: 2;
    	position: relative;
    	width: 160px; 
    	padding-left: 5px;
    	right: 0px;
    	float: right;
    }
    .boxContent {
    	padding-left: 3px;
    	font-family: Curlz MT, Verdana, Arial, Helvetica, sans-serif;
    	font-size: 100%;
    	color: #333333;
    	margin-bottom: 5px;
    }
    
    /* CHECKOUT PAGES */
    .colLeftCheckout {
    	z-index: 1;
    	position: relative;
    	left: 0px;
    	width: 160px; 
    	padding-left: 0px;
    	padding-right: 0px;
    	float: right;
    }
    .colMainCheckout {
        z-index: 2;
    	position: relative;
    	width: 568px;
    	float: left;
    	padding-left: 150px;
    }
    /* END CHECK OUT PAGES */
    .siteDocs {
    	text-align:center;
    	margin-top: 10px;
    }
    .pagination {
    	text-align: right;
    	padding-top: 5px;
    	padding-bottom: 5px;
    }
    #subCats {
    	text-align: center;
    	margin: 0px;
    	padding: 3px;
    	float: left;
    	width: 600px;
    }
    
    .subCat {	
    	text-align: center;
    	padding: 50px;
    	float: left;
    	width: 110px;
    	height: 50;
    }
    .regSep{
    	padding: 10px 0px 10px 0px;
    	margin: 10px 0px 10px 0px;
    	border-top: 1px solid #cccccc;
    	border-bottom: 1px solid #cccccc;
    }
    .latestProds {
    	float: left;
    	text-align: center;
    	width: 131px;
    	height: 120px;
    }
    a.mainCat {
    	border: 0px;
    }
    I added z-index's as I had seen in some other forums that, that may solve the problem. However it doesn't. Any one has any solutions please let me know.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I don't see the Image Trail Script that you linked to in your post anywhere on your page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •