Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Wyrównanie elementów w Wordpressie - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: Początkujący webmaster (https://www.webmastertalk.pl/forum-poczatkujacy-webmaster)
+--- Wątek: Wyrównanie elementów w Wordpressie (/thread-wyrownanie-elementow-w-wordpressie)



Wyrównanie elementów w Wordpressie - mat2224 - 27-08-2012

Witam,
Jak mogę wyrównać wyświetlane okienko vSlidera z reklamą obok ponieważ jest ona lekko wyżej niż slider. Oto kod, który wkleiłem do pliku header aby oba elementy wyświetlane były obok siebie:

Kod:
<div style="float: left;">
<?php if (function_exists('vSlider')) { vSlider(); }?>
</div>

<div style="float: left;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7284473555872120";
/* MicroNews_betacomercial */
google_ad_slot = "5689262656";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
Oto adres mojej beta stronki: [url="http://lukijaniuk.cba.pl/"]http://lukijaniuk.cba.pl/[/url]


RE: Wyrównanie elementów w Wordpressie - Pedro84 - 27-08-2012

Z tego co widzę, to na razie masz chyba wszystko rozjechane.