Help with Positioning of css table

This is a discussion on "Help with Positioning of css table" within the Web Page Design section. This forum, and the thread "Help with Positioning of css table 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 27th, 2006, 08:31
Junior Member
Join Date: Jan 2006
Age: 42
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Help with Positioning of css table

I am having a few problems with a css cell rollver in that:

1. Cannot work out how to get left hand border of caladner nav bar and on navbar on bottom of screen.

2. Navbar on bottom of screen does not fit into body of site correctly.

http://clubamigos.port5.com/jan_calander.html

Any help would be appreciated.
Reply With Quote

  #2 (permalink)  
Old Jan 27th, 2006, 10:17
Junior Member
Join Date: Dec 2005
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with Positioning of css table

You need to add
Code: Select all
#navcalbottom #first {border-left:#84979c 1px solid;}
to the bottom part and ad an id="first" to the <a> link. do something similar to the top part. Well, actually you need to give them different names like # first and first1 and change the css to reflect this.
In IE, you need to change the width of the wrapper div. Below the #wrapper section add
Code: Select all
* #wrapper {
         width:761px;
         }
Oh, you are missing some closing tags also. You might want to check that out.

Last edited by SweetLou; Jan 27th, 2006 at 10:42.
Reply With Quote
Reply

Tags
help, positioning, css, table

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
A Better Way of Positioning ChrisTheSoul Web Page Design 10 Jul 27th, 2007 14:33
Am I using table-cell and table-row too much? idl Web Page Design 15 Sep 7th, 2006 12:55
Need to align width of Float table with the table below Vertabase Web Page Design 4 Mar 8th, 2006 21:21
..copy data from column A in Table A to column B in Table B? gecastill Databases 10 Jun 23rd, 2005 18:27
DHTML Table - absolute Positioning laundrymedia Web Page Design 6 Nov 17th, 2003 19:39


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


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