Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~964 People Reached
Favorite Forums

7 Posted Topics

Member Avatar for arlaughn
Member Avatar for weekendrockstar
0
133
Member Avatar for davy_yg

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]

Member Avatar for dew97
0
137
Member Avatar for tubesnube
Member Avatar for DarkBerzerk

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]

Member Avatar for marios_neo
0
147
Member Avatar for zobadof

[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 …

Member Avatar for marios_neo
-2
166
Member Avatar for marios_neo

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 …

Member Avatar for marios_neo
0
110
Member Avatar for marios_neo

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 …

Member Avatar for marios_neo
0
147

The End.