[SOLVED] Placing navbar

This is a discussion on "[SOLVED] Placing navbar" within the Web Page Design section. This forum, and the thread "[SOLVED] Placing navbar are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 30th, 2008, 22:24
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 825
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] Placing navbar

Hi people, just been playing around designing a template

http://css.simplyfreeware.co.uk/index.php

and what i want is for the navigation bar to be next to the image, but it doesn't seem to go next to it, it moves down into the content section?

I'll enclose my CSS if you need it?

Craig
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote

  #2 (permalink)  
Old Jan 30th, 2008, 22:25
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 825
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Placing navbar

PS no comments on the design please , i no it's not the best, just releasing my feminine side lol
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote
  #3 (permalink)  
Old Jan 31st, 2008, 01:07
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Placing navbar

Do you want them to be in the header section/div and just beside the "Simply CSS" image?
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #4 (permalink)  
Old Jan 31st, 2008, 10:21
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 825
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Placing navbar

Yeh, it's placed there in the code but it goes down to the content bit in the parapgraph.
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote
  #5 (permalink)  
Old Jan 31st, 2008, 11:36
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Placing navbar

Just change the order of your html
Place the navigation before the h1

Like this:
Code: Select all
    <div id="header"><!--S header-->
    <div id="navigation"><!--S navigation-->
        <ul>
            <li><a href="#">Home</a></li>

            <li><a href="#">Portfolio</a></li>
            <li><a href="#">About Us</a></li>
        </ul>
    </div>
        <h1><a href="index.php">Site Title</a></h1>

    <!--E navigation-->
    </div><!--E header-->
Reply With Quote
  #6 (permalink)  
Old Jan 31st, 2008, 15:27
unitedcraig's Avatar
SuperMember

SuperMember
Join Date: Oct 2007
Location: Stockport
Age: 17
Posts: 825
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Placing navbar

THANKS LINDA

worked perfectly, thanks a lot
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
Reply With Quote
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Placing Logo on top CodyFunderburg Web Page Design 1 Dec 16th, 2007 09:04
Placing pictures in rows casho Website Planning 9 Nov 29th, 2007 17:46
Navbar help motormaniac Graphics and 3D 14 Nov 4th, 2007 19:54
HELP! Need navbar help! ozzie123 Flash & Multimedia Forum 3 Nov 2nd, 2006 18:12
Placing tables squirrel Web Page Design 8 Jun 30th, 2006 23:05


All times are GMT. The time now is 22:16.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43