- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
Try to change your wrapper height or your body height if it's any.
try do add classes on your images and then go on your css and do float left. like [CODE] <img class="im"src="<?php echo get_stylesheet_directory_uri(); ?> /images/banner1.png"> <img class="im" src="<?php echo get_stylesheet_directory_uri(); ?>/images/banner2.png"> <img class="im" src="<?php echo get_stylesheet_directory_uri(); ?> /images/banner3.png">[/CODE] AND CSS [CODE] .im{ float:left; }[/CODE]
post your function to see if i can help you.
where are your close DIVs ([COLOR="Red"]</div>[/COLOR])? [CODE]<div id="boxtable" > <div id="blueBarHolder" class="slim"> <div class=" fixed_elem" id="blueBar">[/CODE]
[QUOTE=zobadof;1763923]Hello Again, As you may know I'm creating a site; [URL="http://galgal.org.uk"]http://galgal.org.uk[/URL] but am not the best with CSS. I am hoping to get an appropriate navigation bar for my website but not sure how to design it, colours are yet to be decided. If anyone wouldn't mind coding one and …
Hello guys, i'm trying to calculate the value of checkbox that chosen (onclick or onsubmit calculate the value).What i'm doing wrong? [CODE] <script type="text/javascript"> //<![CDATA[ function calculate_total(id) { // get a reference to the form using getElementById var theForm = document.getElementById( id ), total = 0; // DON'T use getElementById …
hey guys does anyone know why i got an 'undefined invisArr in for loop' in my javascript code? I've got 3 div boxes in an absolute position and i m trying to make it visible whene i m presing one or two or three links. // [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD …
The End.
marios_neo