473,657 Members | 2,478 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 1873
John <Jo*********@nn nnnnnnn.nowhere writes:
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.or g>

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*********@nn nnnnnnn.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=quot e" 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=quot e" 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
4938
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 with IE. Here is the code: Table 1: <table width="100%"> <tr><td > <div align="center"> <table border="1" style="width:800; margin-left:auto;
4
1580
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. While I still have several problems with the CSS, the one that mainly concerns me is the sidebars on the left hand side overlay the main content of the page. These are divs that float the sidebar left and the main content right. I thought I had...
9
3135
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 side it works OK, but when the content of the frame is changed in the client browser clicking over a link then the frame dont render the pinctures but just the text. I dont understand. Any ideas?? Thanks.
2
14112
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 distirbuting the .xml files for our clients to view. So we uploaded the .xsl file to our webserver (ex: www.mydomain.com/xml/style.xsl) Then in the .xml files we updated the style sheet reference from pointing to the local copy to the one on the...
18
3325
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 the image. The desired behavior is that when the pop-up is invoked, I want the underlying window to stay put. I don't have this problem when I run the code on my local computer but I do have it when I run the code on geocities.
4
2140
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 = "yes" /> <xsl:attribute-set name = "set1" > <xsl:attribute name = "a" >1</xsl:attribute> <xsl:attribute name = "b" >2</xsl:attribute> </xsl:attribute-set> <xsl:attribute-set name = "set2" >
2
16407
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 to overlap correctly. You can see it on this page: www.creativekaysjewelry.com The images overlap exactly how I wanted and in the right position
8
6154
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. the problem im running up against is mozilla firefox - my main browser - being unable to properly read and/or display my div layers. ie7 reads them fine, whether viewing them from file or online, but firefox cant seem to load them right. i took...
4
1207
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 Firefox, nothing happens as no variables are recognized. Error in the Firefox javascript console says "PickMS is not defined" and similar. An "implied document" form was assumed, with the script being placed after all HTML. There were no new...
10
2066
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 type="text/css" href="proj_default.css" title="ss_default"> <title>Testing html</title> </head>
0
8420
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
8740
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8516
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,...
1
6176
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
5642
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();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1970
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1733
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.