HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Table overlap !?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
PrinceVenom



Joined: 26 Apr 2005
Posts: 2

PostPosted: Tue Apr 26, 2005 5:59 am     Table overlap !? Reply with quote

hi all,

just had a quick question bout tables..

Im designing a page with 3 tables, basically 3 rows spanning across the whole width of the page.

When i input too much text in the middle row, it starts to overlap the outside rows

Can anyone help????

thx
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Tue Apr 26, 2005 6:47 am     Reply with quote

If the text is non-breaking then there's not much you can do.
PrinceVenom



Joined: 26 Apr 2005
Posts: 2

PostPosted: Wed Apr 27, 2005 6:30 am     reply Reply with quote

thats not good....

are there any good alternatives??

i was thinking that a frame would work as long as the drop down menu doesnt get cut off by the middle frame

any ideas would help
degsy



Joined: 23 Feb 2005
Posts: 2440
Location: North East, UK

PostPosted: Wed Apr 27, 2005 6:38 am     Reply with quote

If you have a set width then you could use the CSS Overflow attribute

Code:

<style type="text/css">
<!--
.scroll {
   border: thin solid #000000;
   overflow: scroll;
   height: 50px;
   width: 200px;
}
-->
</style>

<div class="scroll">ThisIsNonBreakingTextThisIsNonBreakingTextThisIsNonBreakingTextThisIsNonBreakingText</div>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial