User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 426,394 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,309 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 1471 | Replies: 8
Reply
Join Date: Jul 2006
Posts: 158
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

Question Need help with table problem, urgent.

  #1  
Sep 10th, 2006
Please visit http://listenlight.net/02/contents in IE and / or Opera. You will find the "archive | notes" links are scrolled off to the right, when they should be right under the rose-colored bars. Also, the same type of links are in the poem pages when they should be on the bottom of the page, as they seem to be working right at http://listenlight.net/02/bramhall

How do I fix this problem. I get a lot of IE viewers, so it needs a quick rememdy. Thank you. :-)
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jul 2005
Location: india
Posts: 146
Reputation: katarey is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 15
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Solution Re: Need help with table problem, urgent.

  #2  
Sep 10th, 2006
Hi there,

hay put this code and your problem will solve
will work with IE, FireFox, Opera i have tested,
you can see here :

http://www.katarey.com/forHelp.html
please let me know if you got any prob. with this


<!--Head/CSS is same as you have already -->
<body>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
    <td><span style="text-align:left;"><a href="/02/yu"><big>Tim Yu</big></a></span></td>
    <td><span style="text-align:left;"><a href="/02/bramhall"><big>Allen Bramhall</big></a></span></td>
    <td><span style="text-align:left;"><a href="/02/moore"><big>Katrinka Moore</big></a></span></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><span style="text-align:left;"><a href="/02/bach"><big>Glenn Bach</big></a></span></td>
    <td><span style="text-align:left;"><a href="/02/switaj"><big>Elizabeth Switaj</big></a></span></td>
    <td><span style="text-align:left;"><a href="/02/shippy"><big>Peter Jay Shippy</big></a></span></td>
  </tr>
  <tr>
    <td colspan="4">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="4" class="light">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="4" class="dark">&nbsp;</td>
  </tr>
</table>
<table width="80%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><p style="text-align:right; font-size:85%;"><br style="line-height:50px" />
        <a href="/02/archive">archive</a> | <a href="/02/notes">notes</a></p></td>
  </tr>
</table>
</body>


Rahul Dev Katarey
Last edited by katarey : Sep 10th, 2006 at 7:15 pm.
Reply With Quote  
Join Date: Jul 2006
Posts: 158
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

Re: Need help with table problem, urgent.

  #3  
Sep 10th, 2006
thanks for helping, but I don't want the contents flush at the top, I want to preserve the initial break. Can you tell me why the "archive | notes" part of your solution doesn't scroll off to the right?
Reply With Quote  
Join Date: Jul 2006
Posts: 158
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

Re: Need help with table problem, urgent.

  #4  
Sep 10th, 2006
Is there a way to make <div> sections absolute, so that each div class or is like it's own page?

also, how do i position something absolutely on the bottom of the page?
Reply With Quote  
Join Date: Jul 2005
Location: india
Posts: 146
Reputation: katarey is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 15
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Re: Need help with table problem, urgent.

  #5  
Sep 10th, 2006
Dear tefflox


Please have a look at http://www.katarey.com/forHelp.html do you want this?
Absolute position is not good idea because there are many users have deferent resolution

Rahul
Last edited by katarey : Sep 10th, 2006 at 8:17 pm.
Reply With Quote  
Join Date: Jun 2004
Location: Hemet, CA
Posts: 429
Reputation: FC Jamison is on a distinguished road 
Rep Power: 5
Solved Threads: 18
Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: Need help with table problem, urgent.

  #6  
Sep 11th, 2006
Well...if you want to keep the 382px space using the code supplied by katarey, give the table an id (let's call it "names") and then set a top margin in the css.

#names { margin-top: 382px; }
Reply With Quote  
Join Date: Jul 2005
Location: india
Posts: 146
Reputation: katarey is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 15
katarey's Avatar
katarey katarey is offline Offline
Junior Poster

Re: Need help with table problem, urgent.

  #7  
Sep 11th, 2006
Originally Posted by katarey View Post
Dear tefflox


Please have a look at http://www.katarey.com/forHelp.html do you want this?
Absolute position is not good idea because there are many users have deferent resolution

Rahul


yes i also add padding for this

<div style=" padding-top:382px; width:80%;">



rahul
Reply With Quote  
Join Date: Jul 2006
Posts: 158
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

Re: Need help with table problem, urgent.

  #8  
Sep 14th, 2006
Thanks for helping. See the solution that is working in IE6, Firefox, Opera, and Safari at http://listenlight.net/02/contents

Thanks again! :-)
Reply With Quote  
Join Date: Oct 2006
Posts: 7
Reputation: bryan110 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
bryan110 bryan110 is offline Offline
Newbie Poster

Re: Need help with table problem, urgent.

  #9  
Oct 10th, 2006
Hi,

I think your problem is in the id="info" of the <div>
it' in the
div#info {position: absolute; top: 520px; right: 25%; }
where you have to change it , change the top.
I hope this is what you want.

Good Luck,

Bryan.
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb HTML and CSS Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the HTML and CSS Forum

All times are GMT -4. The time now is 1:11 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC