Post by sizzlingscience » Thu Jan 31, 2013 5:17 am

When I click on my Free Delivery link the page width shrinks and this does not happen with the other links e.g. Wish List, My Account etc.

http://www.braeness.co.uk/newstore/

Here is my code from the header.tpl and stylesheet.css - I'm probably missing something really obvious as I am pretty much a total beginner.

Code: Select all

<div id="header">
  <?php if ($logo) { ?>
  <div id="logo"><a href="<?php echo $home; ?>"><img src="<?php echo $logo; ?>" title="<?php echo $name; ?>" alt="<?php echo $name; ?>" /></a></div>
  <?php } ?>
  <div class="telephone">Telephone: 123 456 789</div>
  <div class="delivery"><a href="http://www.braeness.co.uk/newstore/delivery">Free Delivery on Orders Over &pound50</a></div>	

Code: Select all

}
.delivery  a{
    font-family: 'Coming Soon', cursive;
	color: #9DD9E8 !important;
	font-size: 18px;
	text-decoration: none;
	margin-left: 260px;
    margin-top: 20px;
    position:absolute;
    z-index: 222;
}
.delivery a:hover{
    font-family: 'Coming Soon', cursive;
	color: #CB212C !important;
	font-size: 18px;
	text-decoration: underline;
	margin-left: 260px;
    margin-top: 20px;
    position:absolute;
	z-index: 222;
}

Thanks for your help, Melanie

New member

Posts

Joined
Tue Jan 12, 2010 6:03 am
Who is online

Users browsing this forum: Bing [Bot] and 2 guests