 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
rajasen006
Joined: 22 Dec 2007 Posts: 2
|
Posted: Sat Dec 22, 2007 6:24 am Help to Scroll Many Frame in 1 scrollbar |
|
|
|
Hi i want to scroll all the frame in one scrollbar..i
just have knowledge i html...if my request is not possible please help me to achieve it in javascript(post me code for it)
<html>
<head>
<title>senthil xxx raja </title>
</head>
<frameset rows="30%,70%">
<frame src="home_tit.html" noresize scrolling=no></frame>
<frameset cols=20%,60%,20%>
<frame src=home_left.html scrolling=yes></frame>
<frame src=home_center.html scrolling=yes noresize></frame>
<frame src=home_right.html scrolling=yes></frame>
</frameset>
</html> |
|
camoman666

Joined: 24 Jun 2006 Posts: 362 Location: Fort Walton Beach, FL, USA
|
Posted: Sat Dec 22, 2007 9:39 am |
|
|
|
| Frames are too troublesome to be practical anymore, use <div>'s. |
|
rajasen006
Joined: 22 Dec 2007 Posts: 2
|
Posted: Mon Dec 24, 2007 1:22 am |
|
|
|
| thanks to camoman666,.....i think to design with table.... |
|
camoman666

Joined: 24 Jun 2006 Posts: 362 Location: Fort Walton Beach, FL, USA
|
Posted: Mon Dec 24, 2007 4:06 pm |
|
|
|
| Tables would work too, I only perfer <div>s because its less typing, I know im going to get scoulded by somebody, probably Sticks or Corey, for using <div>s when I should use tables. |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|