473,503 Members | 2,139 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with Firefox viewing html

Hello,
I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
The part that is messed up is the graphics and a little text also.
Jan 22 '07 #1
7 1861
John <Jo*********@nnnnnnnnn.nowherewrites:
I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
It's impossible to tell, since you didn't post a URL.

In general, try validating your code - errors in markup are often handled
differently from one browser to another.

<http://validator.w3.org>

sherm--

--
Web Hosting by West Virginians, for West Virginians: http://wv-www.net
Cocoa programming in Perl: http://camelbones.sourceforge.net
Jan 22 '07 #2
John wrote:
Hello,
I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
The part that is messed up is the graphics and a little text also.
That's strange. I have a page that looks fine when using SeaMonkey 1.1;
but when I view it using IE 7.0, it doesn't look right at all.

What's different about your problem and mine is that I'm giving the URL.
It's <http://www.rossde.com/>.

With SeaMonkey, the "Statistics" sidebar is to the right of text about
my daughter receiving a solicitation from American Express. With IE,
the text is below the sidebar.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jan 23 '07 #3
On Mon, 22 Jan 2007 21:50:11 GMT, John <Jo*********@nnnnnnnnn.nowhere>
wrote:
>I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
90% of the time it will be IE that is lying to you, never mind that it
looks "right" to you. Designing to look "right" for a broken browser is
an exercise in futility.

Jan 23 '07 #4
David E. Ross wrote :
John wrote:
>Hello,
I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
The part that is messed up is the graphics and a little text also.

That's strange. I have a page that looks fine when using SeaMonkey 1.1;
but when I view it using IE 7.0, it doesn't look right at all.

What's different about your problem and mine is that I'm giving the URL.
It's <http://www.rossde.com/>.

With SeaMonkey, the "Statistics" sidebar is to the right of text about
my daughter receiving a solicitation from American Express. With IE,
the text is below the sidebar.
Many of your css declarations could be either combined or removed: parts
of your stylesheet are also over-constraining. I checked your sidebar
right code and I believe all you have to do is to remove the width: 90%
from your .quote rule (and maybe replace it with text-align: center).

Gérard
--
remove blah to email me
Jan 23 '07 #5
Gérard Talbot wrote:
David E. Ross wrote :
>John wrote:
>>Hello,
I have a webpage that looks fine when using IE 6.0, but when I view it
through Firefox, it doesn't look right at all. Do you think it has to
do with the css stuff?
The part that is messed up is the graphics and a little text also.
That's strange. I have a page that looks fine when using SeaMonkey 1.1;
but when I view it using IE 7.0, it doesn't look right at all.

What's different about your problem and mine is that I'm giving the URL.
It's <http://www.rossde.com/>.

With SeaMonkey, the "Statistics" sidebar is to the right of text about
my daughter receiving a solicitation from American Express. With IE,
the text is below the sidebar.

Many of your css declarations could be either combined or removed: parts
of your stylesheet are also over-constraining. I checked your sidebar
right code and I believe all you have to do is to remove the width: 90%
from your .quote rule (and maybe replace it with text-align: center).
First of all, my message was intended to be facetious.

As for my .quote rule, I want the box to be centered, not the text. The
box should be less than the full width of its parent, following an old
style of doing typed documents with lengthy quotes, in which the quotes
are Italicized and indented from both the left and right margins rather
than in-line within quotation marks.

I fixed the page by moving the paragraph with "class=quote" ahead of the
sidebar.

--

David E. Ross
<http://www.rossde.com/>

Concerned about someone (e.g., Pres. Bush) snooping
into your E-mail? Use PGP.
See my <http://www.rossde.com/PGP/>
Jan 23 '07 #6
David E. Ross wrote:
>
As for my .quote rule, I want the box to be centered, not the text. The
box should be less than the full width of its parent, following an old
style of doing typed documents with lengthy quotes, in which the quotes
are Italicized and indented from both the left and right margins rather
than in-line within quotation marks.
Sounds like a <blockquote>.

--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jan 24 '07 #7
David E. Ross wrote :
Gérard Talbot wrote:
>David E. Ross wrote :
>>John wrote:
Hello,
>Many of your css declarations could be either combined or removed: parts
of your stylesheet are also over-constraining. I checked your sidebar
right code and I believe all you have to do is to remove the width: 90%
from your .quote rule (and maybe replace it with text-align: center).

First of all, my message was intended to be facetious.
I know :)
As for my .quote rule, I want the box to be centered, not the text.
It can be centered without setting its width.

The
box should be less than the full width of its parent, following an old
style of doing typed documents with lengthy quotes, in which the quotes
are Italicized and indented from both the left and right margins rather
than in-line within quotation marks.
Then

blockquote {font-style: italic; margin-left: 2em; margin-right: 2em;}

fits perfectly your description above.
I fixed the page by moving the paragraph with "class=quote" ahead of the
sidebar.
Well, I still maintain that you can improve your stylesheet in many
ways, in several areas. Avoiding over-constraining webpage elements in a
stylesheet is often a difficult task and is definitely a webpage design
matter.
I also agree with Jim Moe that <blockquoteis semantically better.

Regards,

Gérard
--
Using Web Standards in your Web Pages (updated Dec. 2006)
http://developer.mozilla.org/en/docs...your_Web_Pages
Jan 25 '07 #8

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

Similar topics

3
4926
by: ben.saur | last post by:
I am having a problem viewing a centered table using Firefox. When the page is long enough to scroll, the alignment moves slightly to the left. The alignment doesn't change when I view the page...
4
1576
by: Eric Lindsay | last post by:
I seem to be running into problems when I try viewing pages at my site http://site.sheltersrus.com.au/ using this stylesheet http://site.sheltersrus.com.au/sheltersrus.css in Internet Explorer 6. ...
9
3130
by: Alex D. | last post by:
Hi, I have a frame in one of my pages that I use to show diferent pages each time. I am experiencing an weird behaviour in Mozilla and Firefox, when the frame's source is specified in the server...
2
14100
by: CColvin | last post by:
I have an XSL file that I have created to format some XML files into a viewable report for a browser. Viewing it locally I have no problems in IE v6.0 or Firefox v1.5.0.1. We plan on...
18
3300
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
4
2128
by: simon.a.hulbert | last post by:
Hi, I'm trying to view the following xslt transformation using firefox <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" > <xsl:output method = "xml" indent =...
2
16395
by: nino9stars | last post by:
Hello, I have just started messing with absolute positioning on webpages, and it definitely let's you do some creative things. Well, after much searching and help, I got the images I was using...
8
6141
by: ryan p switchy | last post by:
hey all - having some trouble redoing my old website. using a css file and working with div layers to arrange things in different ways. in the end itll be a place for my art/music/whatever else. ...
4
1193
by: Don Lancaster | last post by:
This program http://www.tinaja.com/demo28b.asp seems to work perfectly (for where it is at in the development and debug process) when run inside GoLive. Moving it online and viewing it with...
10
2043
by: Robert Huff | last post by:
Can someone offer suggestions why, on the same server (Apache 2.2.8), this works <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en-US"> <head> <link rel=stylesheet...
0
7091
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...
0
7282
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
7342
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5586
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,...
1
5018
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...
0
3162
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1516
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 ...
1
741
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
391
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.