Position Within a Container Problem

This is a discussion on "Position Within a Container Problem" within the Web Page Design section. This forum, and the thread "Position Within a Container Problem are both part of the Design Your Website category.


 Subscribe in a reader

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

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Apr 12th, 2008, 08:58
Junior Member
Join Date: Nov 2007
Location: Michigan
Age: 22
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Position Within a Container Problem

Hey everyone!

I'm in the process of redoing a template for vBulletin to get the layout itself in CSS and I ran across a problem. Within a navigation bar on the page, I want all of the menu items (being done in list UL format) to be center aligned within the navigation bar and also stretch across the entire container evenly. Here is the page in progress:

http://www.castbuzz.com/forumtest/index.html

For an example of what I mean by the text stretching across the page, please refer to here:

http://www.castbuzz.com/community/index.php

I could do it with the table like I have right now, but the more I can get in CSS the better. Thanks in advance!

Last edited by Aerdan; Apr 12th, 2008 at 17:39.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Apr 12th, 2008, 17:51
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Position Within a Container Problem

Had a look at your problem.

I have fixed it using conditional comments, but couldnt fix it using 1 style sheet.

Pat
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Apr 12th, 2008, 19:03
Junior Member
Join Date: Nov 2007
Location: Michigan
Age: 22
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Position Within a Container Problem

Hey, could you provide an example of what you did? Thank you!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Apr 12th, 2008, 19:13
Reputable Member
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Position Within a Container Problem

In your css use this

HTML: Select all
#navarea .navbar {  
background : url(../images/navbar.png) no-repeat; 
width : 916px; 
height : 20px; 

margin : 69px 0 0 13px; 
font : 11px/12px Arial, sans-serif; 
color : #fff; 
} 
Then in your html add this

HTML: Select all
<!--[if IE 7]>
  <link rel="stylesheet" type="text/css" href="basic1.css" />
<![endif]-->
Add a style sheet as above and insert the code below

HTML: Select all
#navarea .navbar {  
background : url(../images/navbar.png) no-repeat; 
width : 916px; 
height : 20px; 
margin-top:-10px;
font : 11px/12px Arial, sans-serif; 
color : #fff; 
}
Hope this helps

Pat
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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
Another IE6 navbar position problem.... nicky77 Web Page Design 1 Aug 26th, 2007 21:37
Container Problem in FireFox asengh Web Page Design 8 Dec 12th, 2006 16:23
Position problem in both IE 6 and Firefox catalystmediastudios Web Page Design 2 Nov 17th, 2006 22:29
Please help - position problem with nested divs DavidinLondon Web Page Design 1 May 21st, 2006 15:10
relative position problem antonyx Web Page Design 12 Dec 30th, 2005 21:19


All times are GMT. The time now is 08:07.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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