473,729 Members | 2,243 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Test this for me please! Header + Flash + Footer

Hello all.

Please try this link for me and let me know what you see:

http://www.neave.com/temp/stretch_test.html

You should see a green header filling the top of the page, a red footer
at the very bottom of the page and a white Flash movie filling the gap
in between. You'll need at least Flash Player 7, otherwise it will just
show black. It shouldn't scroll, it should act like a framed page but
uses CSS DIVs instead.

There's a big cross in the Flash movie that goes into the corners of the
page. It should stay in these corners as you resize the browser window.

Here's what I see:
http://www.neave.com/temp/stretch_test.gif
I've tried this on a PC in Opera 9, Firefox 2 and IE7 and works well.
Only on Safari for PC does it not work properly. If you could test it on
a Mac and other browsers I'd really appreciate it.

As you probably know, making a simple table-like page with a header and
footer in CSS is a real pain, and I'm using quite a few hacks in the CSS
to get this to work (view source to see them!), so if you can see any
obvious ways to solve browser problems, please let me know.

Thanks loads!
Paul.
Oct 19 '07 #1
2 2648
In article <p1************ *******@newsfe1-win.ntli.net>,
Paul Neave <pa********@nos pampleasegmail. comwrote:
Hello all.

Please try this link for me and let me know what you see:

http://www.neave.com/temp/stretch_test.html

You should see a green header filling the top of the page, a red footer
at the very bottom of the page and a white Flash movie filling the gap
in between. You'll need at least Flash Player 7, otherwise it will just
show black. It shouldn't scroll, it should act like a framed page but
uses CSS DIVs instead.

There's a big cross in the Flash movie that goes into the corners of the
page. It should stay in these corners as you resize the browser window.

Here's what I see:
http://www.neave.com/temp/stretch_test.gif
I've tried this on a PC in Opera 9, Firefox 2 and IE7 and works well.
Only on Safari for PC does it not work properly. If you could test it on
a Mac and other browsers I'd really appreciate it.

As you probably know, making a simple table-like page with a header and
footer in CSS is a real pain,
I did not know this but never mind...
and I'm using quite a few hacks in the CSS
to get this to work (view source to see them!), so if you can see any
obvious ways to solve browser problems, please let me know.
In Safari on a Mac, it appears like in FF except that the footer
is unstable. More often than not, it does not appear at all. It
can appear at one browser size and disappear with a very small
adjustment either horiz or vert of the browser size via the
mouse...

Safari is definitely the odd man out on this. I notice it renders
the Flash diagonals differently too, they do not go neatly into
the 2 bottom corners as on the other browsers! They are
equi-distant from the corners at the bottom but in about 10% on
each side.

The problem in Safari seems to be the height in the <object>
code. When this is taken out, the headers and footers work fine
and the latter does not do the disappearing act. But, of course,
you don't get what you want then in other respects. There seems
to be some interference between the space reserved for the footer
and that for the content in Safari calculations? Safari takes
that 100% not to mean what the other browsers take it to mean. It
has its eye fixed at a "virtual point" lower than the bottom of
the browser! Lowering the percentage height achieves more
stability by lessening the chances of a user having the browser
short enough to trigger the interference - but buggers up the
intention of your layout.

As afar as operations in Opera, Safari, Camino, iCab, Firefox are
concerned I got the same results by paring your css down to what
you can see via:

<http://people.aapt.net .au/miltonreid/flash/flash.html>

--
dorayme
Oct 20 '07 #2
dorayme wrote:
In article <p1************ *******@newsfe1-win.ntli.net>,
>As you probably know, making a simple table-like page with a header and
footer in CSS is a real pain,

I did not know this but never mind...
Heh, well it has been for me!
>and I'm using quite a few hacks in the CSS
to get this to work (view source to see them!), so if you can see any
obvious ways to solve browser problems, please let me know.

In Safari on a Mac, it appears like in FF except that the footer
is unstable. More often than not, it does not appear at all. It
can appear at one browser size and disappear with a very small
adjustment either horiz or vert of the browser size via the
mouse...

Safari is definitely the odd man out on this. I notice it renders
the Flash diagonals differently too, they do not go neatly into
the 2 bottom corners as on the other browsers! They are
equi-distant from the corners at the bottom but in about 10% on
each side.
Yes I see this on Safari for PC too. It's like the header pushes the
whole Flash content down off the page.
As afar as operations in Opera, Safari, Camino, iCab, Firefox are
concerned I got the same results by paring your css down to what
you can see via:

http://people.aapt.net.au/miltonreid/flash/flash.html
That's fantastic, thanks so much! It looks like it works on all browsers
for PC too now, although I can't test IE6.

Brilliant, I'm a happy man now.
Thanks!
Paul.
Oct 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
1868
by: Laphan | last post by:
Hi All I know this is a big favour, but I knew I'd get good honest feedback from you. Basically users are saying that I'm having time out problems with a site of mine, but I can't pin it down because it's OK when I look at it on my dial-up. I know there must be something wrong because of the amount of complaints.
1
2385
by: KongHu | last post by:
--
9
1702
by: Hudson Reis | last post by:
Hi all, Test, please ignore. Hudson
1
1080
by: test | last post by:
test please delete it
2
5088
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer. I would greatly appreciate it!! Thanks!! <!--put the preloads file here as it must load before the website class...
4
68248
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer. I would greatly appreciate it!! Thanks!!
9
9695
by: preeto50 | last post by:
go to http://www.itworld2.com to take online test of c++...........
2
2602
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
I was wonder if there is any protocol or suggestions on how to setup unit testing projects in large solution??? If you have a large solution of say 50 projects and add a project for every unit test it could get overwhelming - is there some standards on how to set this up??? Has anyone integrated this into Continuous Integration ???
4
2168
by: Max2006 | last post by:
Hi, I am using ActiveDirectoryMembershipProvider for authentication. In my development environment I don't have any Active Directory available for development and test. Basically my development environment is a windows xp laptop. I am trying to avoid running a domain controller on my laptop. What would be the easiest way to develop and test my application without running a domain controller on my laptop?
0
8913
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8761
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9426
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9200
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6722
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6016
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
3238
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.