The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Having problems
dsmith530
post Aug 11 2011, 08:52 PM
Post #1


Member
***

Group: Members
Posts: 59
Joined: 11-August 11
Member No.: 15,149



Hi, I'm having trouble with a site I'm tying to build. The problem is this:
if you go to: http://megansmetalworks.com/home.html
in safari the top frame/row shows up exactly the height it should be... but in FireFox it takes up about half the page and I can't figure out how to fix it.

The code is as follows: <frameset rows="70, 20% framespacing="0" frameborder="0">


It should be 70 pixels tall in both browsers but it's not, and I can't figure out why. I think I'm the one making the error.

Can somebody please help me figure out what I'm doing wrong?

Thanks.


Attached thumbnail(s)
Attached Image
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
 
Reply to this topicStart new topic
Replies(1 - 2)
Darin McGrew
post Aug 12 2011, 01:15 AM
Post #2


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



QUOTE
The code is as follows: <frameset rows="70, 20% framespacing="0" frameborder="0">
First, you left out a quote after the value for the rows attribute.

Second, there shouldn't be spaces in the value of the rows attribute.

Third, your rows specification is broken. Unless the display area is 87.5 pixels high, 70 + 20% won't fill the height of the display area. To make the first row 70 pixels and to give the second row the remaining space, use: rows="70,*"

See also:
http://htmlhelp.com/reference/html40/value...ml#multilengths
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
dsmith530
post Aug 26 2011, 03:37 PM
Post #3


Member
***

Group: Members
Posts: 59
Joined: 11-August 11
Member No.: 15,149



QUOTE(Darin McGrew @ Aug 11 2011, 11:15 PM) *

QUOTE
The code is as follows: <frameset rows="70, 20% framespacing="0" frameborder="0">
First, you left out a quote after the value for the rows attribute.

Second, there shouldn't be spaces in the value of the rows attribute.

Third, your rows specification is broken. Unless the display area is 87.5 pixels high, 70 + 20% won't fill the height of the display area. To make the first row 70 pixels and to give the second row the remaining space, use: rows="70,*"

See also:
http://htmlhelp.com/reference/html40/value...ml#multilengths



Thank you!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 01:18 AM