Hello!
Im in the making of a new site and need some help, here is the site Rhodos guide
I have an ad under the navigation bar..
I would like to make the leaderboard be 1100px or if thats impossible i would like to center it with same apperance
I tried the center html code but it doesnt look good because u see the background picture.. I dont want any space between the navigation bar and the slider.
But the best solution would be to make the leaderboard more wide to 1100 px
here is the code
<script type="text/javascript" src="http://api.skyscanner.net/api.ashx?key=3a55e635-ab67-4aee-9eb8-8aa96a83d70f"></script>
<script type="text/javascript">
skyscanner.load('snippets','2',{cultureid:'sv'});
function main(){
var snippet=new skyscanner.snippets.SearchPanelControl();
snippet.setCurrency('SEK');
snippet.setUrlParam('associateid','AFF_NTW_00074_00010');
snippet.setUrlParam('p','224462');
snippet.setUrlParam('a','2187637');
snippet.setUrlParam('g','20834930');
snippet.setClickUrl('http://clk.tradedoubler.com/click?p=224462&a=2187637&g=20834930&url=@@url@@');
snippet.setShape('leaderboard');
snippet.setDeparture('se');
snippet.setDestination('rho');
snippet.draw(document.getElementById('snippet_searchpanel'));
}
skyscanner.setOnLoadCallback(main);
</script>
<div id="snippet_searchpanel" style="width: auto; height:auto;"></div>