Help with my website.....

This is a discussion on "Help with my website....." within the Starting Out section. This forum, and the thread "Help with my website..... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 29th, 2007, 17:28
New Member
Join Date: Jun 2007
Location: West Yorkshire
Age: 29
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Help with my website.....

Hi,

Im newish to webdesign and have recently completed my 2 site.

Im having a few problems im hoping someone can help......When reducing the size of the web browser horizontally (im using firefox) the nav bar seems to drop down,pushing all the text down rather than staying in the same place.

thr url is http://www.frameworksdesign.co.uk/squeakyclean/

thanks
any help appreciated
Matt
Reply With Quote

  #2 (permalink)  
Old Jun 29th, 2007, 17:58
VanessaJW's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Kent, England
Age: 37
Posts: 560
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with my website.....

I think you might need something like this in your CSS

Code: Select all
.nav li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
}
Somebody who knows more than me may say that has nothing to do with it though, so hold fire!
Reply With Quote
  #3 (permalink)  
Old Jun 29th, 2007, 20:30
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with my website.....

I think if you set a width for the #nav it will not break.

Something like this:
Code: Select all
nav{
   background: url("../images/bgmenu.gif") repeat-x;
   height: 50px;
   padding-left: 400px;
   padding-top: 2px;
   width: 400px;
}
Please not I chose a random width.. set it to what you need.
See if that works.
Reply With Quote
  #4 (permalink)  
Old Jun 30th, 2007, 07:10
New Member
Join Date: Jun 2007
Location: West Yorkshire
Age: 29
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with my website.....

Thats worked a treat .....thanks the only problem is the background image is set to 400px too, is there anyway around this.

Matt
Reply With Quote
  #5 (permalink)  
Old Jun 30th, 2007, 12:02
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with my website.....

Yeah, make a div that holds only the background image.
Then inside it nest your navigation.
Reply With Quote
Reply

Tags
help, new site

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
Website Developer needed to re-build our website. Immediate start! lysworld Job Opportunities 0 Mar 14th, 2008 08:59
Is it possible to parse data from a different website into my website? Phil Classic ASP 7 Jan 11th, 2008 23:18
Learning website skills for charity website milly Introduce Yourself 12 Apr 28th, 2007 09:20
Website developers’ website - pls comment art Free Web Site Critique 4 Sep 2nd, 2006 16:54


All times are GMT. The time now is 12:34.


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