HighDots Forums  

Can some tell me what is wrong with my page

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Can some tell me what is wrong with my page in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
WebArchitect
 
Posts: n/a

Default Can some tell me what is wrong with my page - 09-04-2008 , 06:06 PM






http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.

Reply With Quote
  #2  
Old   
John Hosking
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-04-2008 , 06:17 PM






WebArchitect wrote:
Quote:
http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.
HA! Ha ha haha ha ha. Oh, my. <wipes tear from eye>

Dear esteemed OP: I'm sorry, this post won't be of any help to you. I
shouldn't even be replying. I sincerely hope you do not think me rude.


To everyone else: Sorry to be adding to the NG noise, especially for
those who kf GGers, but if you have the time and want a smile you might
look at the code at the URL.

It seems that Microsoft's SharePoint makes Web pages of similar quality
to other fine Microsoft products like Word and Publisher. (OP is lucky
it shows in a non-IE browser at all.)

And... I think that's about all I have to say about that.

--
John
Pondering the value of the UIP: http://improve-usenet.org/


Reply With Quote
  #3  
Old   
dorayme
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-04-2008 , 06:19 PM



In article
<48a68c81-0fa7-4da8-9d7b-874424b13b02 (AT) x41g2000hsb (DOT) googlegroups.com>,
WebArchitect <klj_mcsd (AT) hotmail (DOT) com> wrote:

Quote:
http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.
It looks to me that there is a box that is not growing height to house
floated children (which is not incorrect for a standards compliant
browser). If this is right you need to track it down and take measures.
One measure is to put overflow: hidden; onto it.

Try

<div id="main_box" style="overflow: hidden;">

This starts to sort the problem out. There are other things too.

You have such complicated css sheets and html, I decline to look deeply
right now...

--
dorayme


Reply With Quote
  #4  
Old   
Chris F.A. Johnson
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-04-2008 , 07:16 PM



On 2008-09-04, WebArchitect wrote:
Quote:
http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.
Go to <http://validator.w3.org/> and check your page for errors.
(There are 147 errors on the page:
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.progressivegr oupalliance.com%2Fservices.aspx>)

Fix them; if it is still not working, come back with specific
questions.

--
Chris F.A. Johnson <http://cfaj.freeshell.org>
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)


Reply With Quote
  #5  
Old   
Irina Rempt
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-05-2008 , 02:48 AM



WebArchitect wrote:

Quote:
http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.
What exactly is wrong with it? In Konqueror there seems to be nothing amiss.

Irina

--
"Of course it is happening inside your head, Harry, but why on earth
should that mean that it is not real?" --Albus Dumbledore
http://www.valdyas.org/foundobjects/index.cgi Latest: 02-Sep-2008


Reply With Quote
  #6  
Old   
dorayme
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-05-2008 , 03:46 AM



In article <48c0d636$0$196$e4fe514c (AT) news (DOT) xs4all.nl>,
Irina Rempt <irina (AT) valdyas (DOT) org> wrote:

Quote:
WebArchitect wrote:

http://www.progressivegroupalliance.com/services.aspx

In firefox my page is messed up and it will take me a while to figure
it out. So I want to ask an expert what do I need to do to fix it. In
IE it displays 98% correct, but in Firefox it display messed up.

What exactly is wrong with it? In Konqueror there seems to be nothing amiss.

In my last post to OP, I suggested among other hints, that he could look
to putting overflow: hidden on one of the elements that appeared not to
be growing height to house floats, I mentioned the main_box div.

I now come here to tell you, Irina, to take a look in Firefox and him to
look at putting overflow: hidden on his main_indent div that targets the
problem I am seeing a little more specifically.

In other words, from his

<div style="outline-color: rgb(255, 0, 0); outline-style: solid;
outline-width: 1px; id="main_indent" >

to

<div style="outline-color: rgb(255, 0, 0); outline-style: solid;
outline-width: 1px; overflow:hidden;" id="main_indent">

For IE6, if this sort of thing ever does happen, and it does in some
circumstances but not usually, he will need to "clear" an element at a
point just after the element that hangs outside to notify the parent to
develop the height to enclose the cleared element and, at the same time,
to enclose the element that was unenclosed.

There is some stuff on this at:

<http://netweaver.com.au/floatHouse/>

--
dorayme


Reply With Quote
  #7  
Old   
Irina Rempt
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-05-2008 , 03:55 AM



dorayme wrote:

Quote:
I now come here to tell you, Irina, to take a look in Firefox
Ah, I see now! I'm so used to Konqueror being *more* picky than Firefox
about styles that I didn't even think of checking in Firefox as well.

(that'll teach me to do both by default!)

Irina

--
"Of course it is happening inside your head, Harry, but why on earth
should that mean that it is not real?" --Albus Dumbledore
http://www.valdyas.org/foundobjects/index.cgi Latest: 02-Sep-2008


Reply With Quote
  #8  
Old   
dorayme
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-05-2008 , 04:25 AM



In article <48c0e60b$0$191$e4fe514c (AT) news (DOT) xs4all.nl>,
Irina Rempt <irina (AT) valdyas (DOT) org> wrote:

Quote:
dorayme wrote:

I now come here to tell you, Irina, to take a look in Firefox

Ah, I see now! I'm so used to Konqueror being *more* picky than Firefox
about styles that I didn't even think of checking in Firefox as well.

(that'll teach me to do both by default!)

Irina
All the browsers have their little ways. When I first got Safari (on a
Mac, ages ago) I was pleased that it threw a fit if the CSS was badly
formed as often as not. Error correction in browsers is great for users
short term, not so informative for developers.

About your use of "picky", it is correct for a tall floated child of a
container to hang out. The author must do things if he does not want
this to happen.

--
dorayme


Reply With Quote
  #9  
Old   
WebArchitect
 
Posts: n/a

Default Re: Can some tell me what is wrong with my page - 09-05-2008 , 09:55 AM



On Sep 5, 4:25*am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote:
Quote:
In article <48c0e60b$0$191$e4fe5... (AT) news (DOT) xs4all.nl>,
*Irina Rempt <ir... (AT) valdyas (DOT) org> wrote:

dorayme wrote:

I now come here to tell you, Irina, to take a look in Firefox

Ah, I see now! I'm so used to Konqueror being *more* picky than Firefox
about styles that I didn't even think of checking in Firefox as well.

(that'll teach me to do both by default!)

* *Irina

All the browsers have their little ways. When I first got Safari (on a
Mac, ages ago) I was pleased that it threw a fit if the CSS was badly
formed as often as not. Error correction in browsers is great for users
short term, not so informative for developers.

About your use of "picky", it is correct for a tall floated child of a
container to hang out. The author must do things if he does not want
this to happen.

--
dorayme
I took out the DOCTYPE and it displays good in all browsers. Now can
someone tell me why that is? I thought a DOCTYPE was a good thing to
have.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.