473,396 Members | 1,871 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Why is Firefox killing my home page?

When I reduce the width of the window of my home page, Firefox makes the
<h1> and other text and buttons go UNDERNEATH the graphic in the middle of
the page.

However yukky Microsoft Internet Explorer may be, at least it has the
decency to drop the picture down instead of making the text unreadable at
smaller window sizes.

Let me guess, Firefox is rendering my CSS and XHTML correctly and it's MSIE
that is screwing up?

How do I fix this please? What is wrong in my XHTML or CSS code? My home
page is www.TheBicyclingGuitarist.net/

Chris Watson a.k.a. "The Bicycling Guitarist"
Jul 23 '05 #1
6 1621
Tim
On Mon, 15 Nov 2004 20:58:34 GMT,
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net> posted:
When I reduce the width of the window of my home page, Firefox makes the
<h1> and other text and buttons go UNDERNEATH the graphic in the middle of
the page.


Mozilla does the same thing, assuming that mean the text ends up covered by
the picture, rather than the text shows up lower down the page than the
graphics.

I might argue that the following:

<h1>Hi, neighbors.<br />You have entered the world of The
Bicycling Guitarist, the Founder of
<span class="rlogo">R</span> Band.</h1>

is not actually a "heading", but an introductory paragraph, and might be
best included as such. Maybe other's might comment on that, and whether
you'll have better rendering luck with larger text in a paragraph.

I'm not sure that you really *must* have an H1 element on every page,
though it's possibly practical to add one for things like text browsers
(including search engines), but render it invisible for graphical browsers
with a "display:none;" CSS rule.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.
Jul 23 '05 #2
In article <2d******************************@40tude.net>, Tim
<se**********@optusnet.com.au> wrote:
I might argue that the following:

<h1>Hi, neighbors.<br />You have entered the world of The
Bicycling Guitarist, the Founder of
<span class="rlogo">R</span> Band.</h1>

is not actually a "heading", but an introductory paragraph, and might be
best included as such. Maybe other's might comment on that, and whether
you'll have better rendering luck with larger text in a paragraph.


What makes sense to me, and I've had good luck with it, is having a <h1>
exactly repeat the title in text.
<title>Bicycling Guitarist</title>
<h1>Bicycling Guitarist</h1>

and now an aside to the Bicycling Guitarist:
I've read your posts for several years. I have an impression you are
cycling around somewhere near Fairfield, California. I go by the Budweiser
plant once or twice a year, salute and look for you. So far no joy. Lots
of bicyclists. No guitars.

leo

--
<http://web0.greatbasin.net/~leo/>
Jul 23 '05 #3
Tim
On Mon, 15 Nov 2004 23:05:38 -0800,
le*@greatbasin.com (Leonard Blaisdell) posted:
What makes sense to me, and I've had good luck with it, is having a <h1>
exactly repeat the title in text.
<title>Bicycling Guitarist</title>
<h1>Bicycling Guitarist</h1>


I do that to a point, though I take this point of view:

Construct the title as best befits your page in people's bookmarks and
search engines, and the h1 as looks best on the page (i.e. probably not as
long as a title might be, and not necessarily identical).

A simplistic example:
<title>Something-or-other homepage</title>
<h1>Something-or-other</h1>

Or:
<title>Page heading FAQ</title>
<h1>Page headings</h1>

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.
Jul 23 '05 #4

"Leonard Blaisdell" <le*@greatbasin.com> wrote in message
news:le******************@leosmac.sparks.nv.us...
In article <2d******************************@40tude.net>, Tim
<se**********@optusnet.com.au> wrote:
I might argue that the following:

<h1>Hi, neighbors.<br />You have entered the world of The
Bicycling Guitarist, the Founder of
<span class="rlogo">R</span> Band.</h1>

is not actually a "heading", but an introductory paragraph, and might be
best included as such. Maybe other's might comment on that, and whether
you'll have better rendering luck with larger text in a paragraph.


What makes sense to me, and I've had good luck with it, is having a <h1>
exactly repeat the title in text.
<title>Bicycling Guitarist</title>
<h1>Bicycling Guitarist</h1>

and now an aside to the Bicycling Guitarist:
I've read your posts for several years. I have an impression you are
cycling around somewhere near Fairfield, California. I go by the Budweiser
plant once or twice a year, salute and look for you. So far no joy. Lots
of bicyclists. No guitars.

leo

Hi Leo.
Back in the early 1990's you would have seen me along the frontage road by
Interstate 80 pedaling and playing my way to and from the local community
college, 20 miles round trip five days a week From the mid-1980's to the
mid-1990's you could also frequently see me on the frontage road by I-80 to
and from the neighboring city of Vacaville (25-30 mile round trips). Also
24/7 anywhere around the city of Fairfield during those years. I'm in
Cloverdale, Sonoma County, now. The best weather for bicycle guitaring is
nearly past for this year.
Namaste
Chris Watson a.k.a. "The Bicycling Guitarist"

Jul 23 '05 #5

"Tim" <ti*@mail.localhost.invalid> wrote in message
news:2d******************************@40tude.net.. .
On Mon, 15 Nov 2004 20:58:34 GMT,
"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net> posted:
When I reduce the width of the window of my home page, Firefox makes the
<h1> and other text and buttons go UNDERNEATH the graphic in the middle
of
the page.


I might argue that the following:

<h1>Hi, neighbors.<br />You have entered the world of The
Bicycling Guitarist, the Founder of
<span class="rlogo">R</span> Band.</h1>

is not actually a "heading", but an introductory paragraph, and might be


Hi Tim! Thanks for your reply.
Maybe the stuff between <h1></h1> on my page could be a heading. If not,
it's still the closest thing to a heading on the page. Maybe I should have
an "invisible" <h1> for the text browsers and search engines and relabel the
current heading as a paragraph. I don't know. Would that fix the problem of
the text going underneath the graphic when the width of the browser screen
is reduced in Firefox (and I suppose Mozilla too)? My home page has has a
LOT of work done on it the past few years, but seems to need more to be
properly viewed by more user agents.
Chris Watson a.k.a. "The Bicycling Guitarist"

Jul 23 '05 #6
Tim
"Tim" <ti*@mail.localhost.invalid> wrote
I might argue that the following:

<h1>Hi, neighbors.<br />You have entered the world of The Bicycling
Guitarist, the Founder of <span class="rlogo">R</span> Band.</h1>

is not actually a "heading", but an introductory paragraph, and might
be

"The Bicycling Guitarist" <Ch***@TheBicyclingGuitarist.net> posted:
Maybe the stuff between <h1></h1> on my page could be a heading. If not,
it's still the closest thing to a heading on the page.
I wouldn't force the issue just to have a h1 heading. It doesn't look
like a "heading" to me.
Maybe I should have an "invisible" <h1> for the text browsers and search
engines and relabel the current heading as a paragraph. I don't know.
Would that fix the problem of the text going underneath the graphic
when the width of the browser screen is reduced in Firefox (and I
suppose Mozilla too)?
That's simple enough to test out, just write a second version of the page,
and have a look.

It's simple enough to do <h1 class="graphical">something</h1> with an
associated h1.graphical {display:none;} rule.
My home page has has a LOT of work done on it the past few years, but
seems to need more to be properly viewed by more user agents.


So far as I can see, there's three major engines: Explorer's, Gecko's
(Mozilla, etc.), and the KHTML thing originating from KDE (used in
Konqueror and some Apple browsers). I found Explorer and Gecko based
browsers to be fairly consistent, and manage most of properly authored
pages fairly well. I found KHTML to be quite poor.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.
Jul 23 '05 #7

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

Similar topics

6
by: michaelzap | last post by:
I can't seem to remove some extra margin/padding from my design on this site: http://www.kyowa-usa.com/ IE displays it properly (no space between the menus and other elements and the outer...
4
by: Diffident | last post by:
Hello Guys, I am posting my weird experience on firefox by a piece of code I have written. That piece of code is supposed to be executed when the page is not posted back i.e., for the very first...
7
by: 80s.arcade | last post by:
Hi. Please take a look at this page: http://tinyurl.com/s2l8w In IE6, putting the mouse on each of the two items highlights the word in a blue (different image) and shows a tool tip. In...
3
by: wwfarch | last post by:
I've been killing myself for the past few hours trying to get this working in Firefox and Opera. The page renders as I'd like in IE7, I haven't checked in other IE versions yet. You can see the page...
0
by: Bouzy | last post by:
I have a problem that I know gets asked about a lot. Its how my page differs in IE vrs. Firefox. I know IE sucks, but hears whats going on. IE......
1
by: linamazari | last post by:
Hello, everyone! I am new here, as well as, new in everything about computers. I am learning to build sites through HTML. So, being not a techie, please bear with me if my questions are so basic...
4
by: kumuda v | last post by:
Hi, I am new to web development. I have designed a main page using html and css, I am working in linux OS so I am using firefox. But the problem is with IE, where the entire contents and...
1
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
3
by: Steve | last post by:
Hi All I have an asp.net 2.0 website with the following css file It uses Master pages and in Firefox 3.04 for windows only, 3 of the web pages don't display the Master page properly The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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,...
0
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...
0
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,...

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.