WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Site Design > Graphics & Design Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Graphics & Design Discussion Forum Post your graphics design questions/comments/ideas in here. Ask questions, post tutorials, discuss trends and best practices. Sub-forum for website accessibility and usability.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-17-2008, 07:49 PM
ee222 ee222 is offline
WebProWorld Member
 

Join Date: Sep 2005
Location: USWebCity.com
Posts: 35
ee222 RepRank -1
Lightbulb Frames Fixed Width Size -- Help

Hello,

I am working on a web site and it has 5 frames. I want to make the left and right frames to be a fixed width size. For example, the width is 125.

But when I change the size of the IE window the left and right frames also change. So, Can someone tell me how chagen the FRAMESET elements?

Here is the web site's URL: http://www.uswebcity.com/temp/frames/

Here is the html code:
<html>
<head>
<title>New Frames Website</title>
</head>

<frameset rows="60,*,30" border="0" frameborder="0">
<frame name="top1" frameborder='0' framespacing='0' scrolling="no"
noresize="noresize" target="contents" src="top.html">

<frameset cols="125,710,125">
<frame name="lc-window" frameborder='0' framespacing='0' scrolling="no" resize="no"
target="main" src="left.html">

<frameset rows="28,*">
<frame name="l-window" frameborder='0' framespacing='0' scrolling="no" resize="no"
noresize="noresize" target="main" src="menu.html">

<frame name="r-window" frameborder='0' framespacing='0' src="main.html">

</frameset>
<frame name="right-contents" frameborder='0' framespacing='0' resize="no"
scrolling="no" noresize="noresize" target="main" src="right.html">
</frameset>

<frame name="bottom" frameborder='0' framespacing='0' scrolling="no" noresize
target="main" src="bottom.html">

<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>

</frameset>
</html>


Thanks.

__________________
Shopping, Music & Entertainment
>> www.USWebCity.com <<
>> www.BadmintonUS.com <<
Reply With Quote
  #2 (permalink)  
Old 07-17-2008, 11:00 PM
lspence's Avatar
lspence lspence is offline
WebProWorld Pro
 

Join Date: Apr 2004
Location: Saint Louis
Posts: 206
lspence RepRank 0
Default Re: Frames Fixed Width Size -- Help

I haven't used Frames in ages. Unless something's changed, web crawlers have trouble with them. Anyhow, to answer your question, try the code below.

<frameset rows="60,*,30" border="0" frameborder="0">
<frame name="top1" frameborder='0' framespacing='0' scrolling="no"
noresize="noresize" target="contents" src="top.html">

<frameset cols="125,100*,125">
<frame name="lc-window" frameborder='0' framespacing='0' scrolling="no" resize="no"
target="main" src="left.html" noresize>

<frameset rows="28,*">
<frame name="l-window" frameborder='0' framespacing='0' scrolling="no" resize="no" target="main" src="menu.html">

<frame name="r-window" frameborder='0' framespacing='0' scrolling="no" src="main.html">

</frameset>
<frame name="right-contents" frameborder='0' framespacing='0' resize="no"
scrolling="no" noresize="" target="main" src="right.html">
</frameset>

<frame name="bottom" frameborder='0' framespacing='0' scrolling="no" noresize
target="main" src="bottom.html">

<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>

</frameset>
Reply With Quote
  #3 (permalink)  
Old 07-18-2008, 01:45 PM
ee222 ee222 is offline
WebProWorld Member
 

Join Date: Sep 2005
Location: USWebCity.com
Posts: 35
ee222 RepRank -1
Question Re: Frames Fixed Width Size -- Help

Quote:
Originally Posted by lspence View Post
<frameset cols="125,100*,125">
<frame name="lc-window" frameborder='0' framespacing='0' scrolling="no" resize="no"
target="main" src="left.html" noresize>
Thank you for your help. It works much better. But the right frame is still resizing. Then I chagne the code from <frameset cols="125,100*,125"> to <frameset cols="125,25*,125">. Now, the right frames has less resizing. It still is not in fixed width size. Thanks.
__________________
Shopping, Music & Entertainment
>> www.USWebCity.com <<
>> www.BadmintonUS.com <<
Reply With Quote
Reply

  WebProWorld > Site Design > Graphics & Design Discussion Forum


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

vB 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
Maximum fixed-size width ran_dizolph Graphics & Design Discussion Forum 1 03-28-2008 07:57 AM
Cloaking Pages to Reduce File Size for Spider size? doj464 Search Engine Optimization Forum 8 03-20-2008 10:40 PM
Fixed or Variable Width Layouts ackerley1 Graphics & Design Discussion Forum 11 07-17-2007 11:17 AM
Fixed size browser windows - searched outside the viewable content? dgm2006 Search Engine Optimization Forum 2 07-11-2007 04:25 PM
DIV width jannmirch Graphics & Design Discussion Forum 1 07-27-2006 03:49 PM


Search Engine Friendly URLs by vBSEO 3.0.0