Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
I'm well stuck the layout is stupid.
Old 02-06-2008, 02:35 PM I'm well stuck the layout is stupid.
andyp's Avatar
Extreme Talker

Posts: 165
Name: andy patterson
Trades: 0
I know my designing skills are very poor. but that isnt what i was meaning by the title of the post.
I did something to the css / html that made the index.php file work (http://ap-gfx.com) so my listings wer up next to the navigation. but I did something else and it just blew up in my face! it went back to its usual self please help!
andyp is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-06-2008, 03:41 PM Re: I'm well stuck the layout is stupid.
Skilled Talker

Posts: 67
Trades: 2
Try the following:

1) Wrap the left menus in a new single div, which will need to be set to float left, ie:

Code:
<div class="leftcolumn"><div class="menu">...</div><div class="menu">...</div></div>
2) Move the clearing div you have at the bottom up into the content div, ie change:

Code:
</div>
</div>
<div class="clear"></div>
<div id="copyright">Copyright 2007-2009</div>
</body>
</html>
to:

Code:
<div class="clear"></div>
</div>
</div>
<div id="copyright">Copyright 2007-2009</div>
</body>
</html>
Hope this helps
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
TMS-King is offline
Reply With Quote
View Public Profile Visit TMS-King's homepage!
 
Old 02-06-2008, 03:41 PM Re: I'm well stuck the layout is stupid.
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
It's because you should put your 2 div with the class "menu" into another div, and float that container to the left.
Your 2 menu divs are simply pushing your datas below them, as they are block elements.

Edit:
I've been beaten on the finish line....
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to I'm well stuck the layout is stupid.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11609 seconds with 12 queries