Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-17-2012, 12:44 PM   PM User | #1
optimizer123
New Coder

 
Join Date: Oct 2012
Location: Basement
Posts: 88
Thanks: 9
Thanked 0 Times in 0 Posts
optimizer123 is an unknown quantity at this point
img displaying next to div

Hey there,

I want a picture showing left of my 'box' on my website so out of my div. How can I do this? I'm fairly new to this. here is my code i got for a part of my site including a slideshow:

Code:
<!doctype html>
<head>
<title> Like Mikes Rsgp Store </title>
<link rel="stylesheet" type="text/css" href="home.css"/>
		<script type="text/javascript" src="Javascript/Slideshowvar.js">
        </script>
</head>
<body>
<div id ="kader">
 <div id="menu">
<a href = "home.html"><nav>Home</nav></a>
<a href = "rsgp.html"><nav> Buy Rsgp</nav></a>
<a href = "reserveren.html"><nav>About Me</nav></a>
<a href = "contact.html"><nav>Contact</nav></a>
</div> <br />
<div id = "inhoud">
<div class="slideshow">
    <a href="javascript:gotoshow()"><img src="afbeeldingen/slideshow/rsgp.jpg" class="slide" name="slide"  alt="slideshow"></a>
    <script type="text/javascript" src="Javascript/SlideshowIF.js">
	</script>
    <!--Javascript Slideshow End-->
    </div>
Div id "kader" is the huge box. I want a picture shown left of that in the middle. How can I do this?
optimizer123 is offline   Reply With Quote
Old 11-17-2012, 01:47 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,392
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
<div id ="kader"> IS your page not just a div on it. Everything on your page goes inside kader. You need to recode and put things into a wrapper to do what you want. You did not give any dimensions so can't give any answers.
sunfighter is offline   Reply With Quote
Old 11-17-2012, 01:49 PM   PM User | #3
optimizer123
New Coder

 
Join Date: Oct 2012
Location: Basement
Posts: 88
Thanks: 9
Thanked 0 Times in 0 Posts
optimizer123 is an unknown quantity at this point
Thanks! I'll figure it out ^^
optimizer123 is offline   Reply With Quote
Old 11-17-2012, 01:55 PM   PM User | #4
optimizer123
New Coder

 
Join Date: Oct 2012
Location: Basement
Posts: 88
Thanks: 9
Thanked 0 Times in 0 Posts
optimizer123 is an unknown quantity at this point
Got it thx for ur help
optimizer123 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:15 AM.


Advertisement
Log in to turn off these ads.