Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Frame Changes it's fixed size

Reply
Thread Tools

Frame Changes it's fixed size

 
 
Stefan Hegemann
Guest
Posts: n/a
 
      03-03-2008
Hi everyone,

I have a problem. I want a frame with a fixed size, but it changes it's
size every time. I have set the height to a fixed value and I also set
"noresize". If i make a link (a href), which target should be opened in
that frame, the frame becomes very big if the dimensions of the target
are also very big. Here is the code:

__________________________________________________ ________

<FRAMESET
rows=97,950
frameBorder=0
frameSpacing=0>
<FRAME
marginHeight=0
marginWidth=0
name=Titelleiste
src="Titelleiste/Titelleiste.html"
scrolling="no"
noResize >

<FRAMESET
cols=200,*
frameBorder=0>
<FRAME
marginHeight=0
marginWidth=0
name=Seitenleiste

src="Seitenleiste/Seitenleiste_produkte.html"
scrolling="no"
noResize >

<FRAMESET
rows=950
frameBorder=0
frameSpacing=0>
<FRAME
marginHeight=0
marginWidth=0
name =Inhalt
src="Home/inhalt_index.html"
scrolling="auto"
noresize>
</FRAMESET>
</FRAMESET>
</FRAMESET>

__________________________________________________ ________

It is the third frameset which makes the problems. I want the height to
be 950, but it doesn't work. Can someone help me?

Greetings
Stefan
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mega pixels, file size, image size, and print size - Adobe Evangelists Frank ess Digital Photography 0 11-14-2006 05:08 PM
Firefox - Prevent TextField size change when user changes font size? Wongod HTML 2 10-04-2006 12:26 PM
How to make change one frame size (width) when I clicked a button on anothoer frame? ABC ASP .Net 0 06-28-2006 03:37 AM
Free Fixed-Width/Fixed-Pitch fonts? johnp HTML 4 05-23-2005 06:14 AM
How to set the DataGrid Row Size to a fixed size. =?Utf-8?B?QmlkYXJrb3Rh?= ASP .Net 0 05-19-2005 08:14 PM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57