
$(function() {
$('.businessbutton').qtip({ 

content:'A business website to showcase your services and/or products',


style: { name: 'cream', color:'black', tip: true, border: {width: 15,radius: 5} },

position:  { adjust: { screen: true , mouse: true}},
 
       target:'topRight',
        show: {effect: {type:'slide',length:'10'} }, 
        hide: {effect: {type:'fade',length:'1000'} } });
});

$(function() {
$('.ecommercebutton').qtip({ 

content:'An e-commerce website is a must if you wish to trade on the internet',


style: { name: 'cream', color:'black', tip: true, border: {width: 15,radius: 5} },

position:  { adjust: { screen: true , mouse: true}},
 
       target:'topRight',
        show: {effect: {type:'slide',length:'10'} }, 
        hide: {effect: {type:'fade',length:'1000'} } });
});


$(function() {
$('.managedbutton').qtip({ 

content:'The managed option is a complete service of design and management of your website',


style: { name: 'cream', color:'black', tip: true, border: {width: 15,radius: 5} },

position:  { adjust: { screen: true , mouse: true}},
 
       target:'topRight',
        show: {effect: {type:'slide',length:'10'} }, 
        hide: {effect: {type:'fade',length:'1000'} } });
});



$(function() {
$('.redesignbutton').qtip({ 

content:'The re-design service is aimed at exisitng websites in need of updating',


style: { name: 'cream', color:'black', tip: true, border: {width: 15,radius: 5} },

position:  { adjust: { screen: true , mouse: true}},
 
       target:'topRight',
        show: {effect: {type:'slide',length:'10'} }, 
        hide: {effect: {type:'fade',length:'1000'} } });
});


$(function() {
$('.seobutton').qtip({ 

content:'Search Engine Optimisation is necessary for the search engines to find your website',


style: { name: 'cream', color:'black', tip: true, border: {width: 15,radius: 5} },

position:  { adjust: { screen: true , mouse: true}},
 
       target:'topRight',
        show: {effect: {type:'slide',length:'10'} }, 
        hide: {effect: {type:'fade',length:'1000'} } });
});



