• Resolved nycool

    (@nycool)


    There are two problem with the ad box on my site. The ad box is located at the bottom center of the website.

    Problems:
    1. When mousing over the ad there is a white box in the background.

    2. I changed the text color above the ad to grey but I only see the change in chrome not firefox.

    Please check it out and see if you can help.

    Thanks,
    Rafi

    http://beetechen.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. When mousing over the ad there is a white box in the background.

    — The ad is at the bottom of the page, correct?

    in your theme’s style.css change:

    background:url(images/bullet-on.gif) no-repeat 7px 8px #fff;

    to

    background: url(images/bullet-on.gif) no-repeat 7px 8px;
    2. I changed the text color above the ad to grey but I only
    see the change in chrome not firefox.

    — Did you change the color by adding <font color="333 333"></font> around the text?

    Change:

    #lower .widget {
    	width:270px;
    	float:left;
    	margin-right:20px;
    	overflow:hidden;
    	border:1px solid #434340;
    	padding:12px;
    	background:url(images/pixel-grey.gif);
    	color:#fff;
    }

    to

    #lower .widget {
    	width:270px;
    	float:left;
    	margin-right:20px;
    	overflow:hidden;
    	border:1px solid #434340;
    	padding:12px;
    	background:url(images/pixel-grey.gif);
    	color:#333;
    }

    Thread Starter nycool

    (@nycool)

    WOW thank you so much, that worked.
    Is there a way to make the email in that ad box link to my email?

    Thank you again so much.

    Thread Starter nycool

    (@nycool)

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem when mousing over ad…’ is closed to new replies.