ok Im new to CSS but I love its power, so here's my problem.
my site that's using CSS is www.themancavern.com
and if you notice, the Man Of The Week and Page 2 button are floating div tags.
This is because after 2 hours of trying to figure out where to place the div tags in the code to get them into that position resulted in failure.
All i want is 2 boxes outside the main body to the right so I can have a man of the week section, and a little box at the bottom for page number links. I dont want them absolutely positioned though, i want them to be like regular div tags.
The code after the placement of the AP div tags looks like this
Code:
<div id="stranka">
<div id="logo">
<h1 align="center"><a href="index.html"><img src="finalogo.gif" alt="LOGO" width="480" height="61"></a><span class="style6"><a href="mailto:Mancavern@gmail.com">| contact</a></span></h1>
<p> </p>
</div>
<menu>
<h2>Manu</h2>
<li><a href="demotivational/demotivational.html" title="Link"><strong>Demotivationals</strong></a></li>
<li><a href="#" title="Link"><strong>Link</strong>(later)</a></li>
<li><a href="#" title="Link"><strong>Link</strong>(later)</a></li>
<li><a href="#" title="Link"><strong>Link</strong>(later)</a></li>
</menu>
<div id="obsah">
<h2> </h2>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
<p class="style1"> </p>
</div>
<p id="pata">© 2010 www.TheManCavern.com</p>
</div>
<div style="text-align: center; font-size: 0.75em;">Page created with CSS</div>
<!-- GoStats Simple HTML Based Code -->
<a target="_blank" title="stats tracker" href="http://gostats.com"><img alt="stats tracker"
src="http://c5.gostats.com/bin/count/a_1013789/t_6/i_15/counter.png"
style="border-width:0" /></a>
<!-- End GoStats Simple HTML Based Code -->
</body>
</html>
|