Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 12-14-2004, 06:28 PM   #1 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 215
falsepride is on a distinguished road
div problems

okay, on my site, i have a td, with a width and height of 100%. inside of that i have a div with a height and width of 100%. inside of that div, i have a div that i want to scroll left and right, and be 100% wide, but for some reason, its causing a bottom scroll bar for my page, and that shouldn't be there. a lot of my page is done with percent, because i hate having big empty gaps. how can i stop my problem?
falsepride is offline   Reply With Quote
Old 12-14-2004, 09:15 PM   #2 (permalink)
Kernel_Killer
Regular Contributor
 
Kernel_Killer's Avatar
 
Join Date: Feb 2003
Location: indisclosed
Posts: 210
Kernel_Killer is on a distinguished road
You might try pixels instead of percentages Could you provide a code snippet of the area being discussed?
__________________
Network Synapse
Screaming Electron
Kernel_Killer is offline   Reply With Quote
Old 12-15-2004, 10:40 AM   #3 (permalink)
falsepride
Regular Contributor
 
Join Date: Oct 2004
Posts: 215
falsepride is on a distinguished road
i dont like pixel widths. because im using a larger than normal monitar, and so is about half the world now. while the other half is using a regular one. so in larger monitars, pixel widths in my opinion have too much empty space and look like crap.
i'm making a film strip image display, so the code is:
HTML Code:
<style>
div.content {
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  scrollbar-arrow-color: white; 
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: black;
  scrollbar-face-color: black;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: black;
}
div.filmstrip {
  padding: 0px;
  width: 100%;
  height: 110px;
  overflow: auto;
  scrollbar-arrow-color: white; 
  scrollbar-darkshadow-color: black;
  scrollbar-track-color: black;
  scrollbar-face-color: black;
  scrollbar-shadow-color: white;
  scrollbar-highlight-color: white;
  scrollbar-3dlight-color: black;
}
</style>
<div class="content">
<div class="filmstrip">
<table border="0" cellpadding="0" cellspacing="5" width="100%">
<tr>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/briggs.jpg">/td>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/Business.jpg"></td>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/disasters.jpg"></td>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/lars.jpg"></td>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/murdurersrow.jpg"></td>
<td width="0" valign="middle" align="center">
<img border="0" src="image.php?path=pics/Devin/Business2.jpg"></td>
</tr></table>
</div>
</div>
falsepride is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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
sql server 2000 validation problems cmartin2 MS Technologies ( ASP, VB, C#, .NET ) 0 12-11-2004 11:55 AM
Problems debugging visual c++ in vs.net 2003 Engineer MS Technologies ( ASP, VB, C#, .NET ) 2 07-20-2004 12:19 PM
no dial tone problems fabiopao Linux / BSD / OS X 4 02-23-2003 10:51 AM
I have problems... anon Lounge 4 01-12-2003 07:47 PM
MySQL problems sde Linux / BSD / OS X 5 12-07-2002 10:04 PM


All times are GMT -8. The time now is 05:18 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting