horizontal scroll html

This is a discussion on "horizontal scroll html" within the Web Page Design section. This forum, and the thread "horizontal scroll html 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 Sep 11th, 2007, 18:41
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,221
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to saltedm8
horizontal scroll html

would anyone help me with this embarrising problem

i am trying to create a horizontal scroll bar in the bottom table here ( like it is in the [code] box below )

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table width="974" height="471" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td height="342">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
so instead of pushing it up and down, i want to push it left and right, but i have forgotton how

thanks

p.s - yes, there is a very good reason why i am using tables ( just in case you wondered )
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)

Last edited by saltedm8; Sep 11th, 2007 at 18:43.
Reply With Quote

  #2 (permalink)  
Old Sep 11th, 2007, 20:47
alexgeek's Avatar
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,771
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: horizontal scroll html

Quote:
Originally Posted by saltedm8 View Post
p.s - yes, there is a very good reason why i am using tables ( just in case you wondered )

there better be!
just give it the property:
overflow: scroll
in your stylsheet
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Reply With Quote
  #3 (permalink)  
Old Sep 12th, 2007, 04:56
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,221
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to saltedm8
Re: horizontal scroll html

lol thank you
__________________
My Recipe forum...don't click here
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
Reply

Tags
horizontal scroll html

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
unwanted horizontal scroll mykl Web Page Design 11 Sep 30th, 2007 02:05
vertical but no horizontal scroll bar.. word wrap nate2099 Web Page Design 1 Jul 17th, 2007 12:20
CSS - Horizontal Scroll Bar Start Position???? jez Web Page Design 0 Jul 14th, 2007 09:05
IFrame left horizontal scrollbar and top horizontal scroll bar jadeite100 Web Page Design 6 May 29th, 2007 09:45
Page creates horizontal scroll bar in IE leebridgewater Web Page Design 1 Mar 5th, 2006 09:23


All times are GMT. The time now is 01:41.


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