CSS & Web Design Forum  

Welcome to the CSS & Web Design Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
WM Media Banner

Supporters
Pos Software - POS hardware and Software to track, control and manage your inventory.
Web Templates - BoxedArt is the most reliable source for unlimited template downloads.

Directory Submission
WL Marketing - Your #1 source for building links

Go Back   CSS & Web Design Forum > Web Design > CSS
Reply
 
Thread Tools Search this Thread Display Modes
(#1)
Old
WebArchitect
Guest
 
Default Can some tell me what is wrong with my page - 09-04-2008, 10:08 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
dorayme
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-04-2008, 10:34 PM

In article
<48a68c81-0fa7-4da8-9d7b-874424b13b02@x41g2000hsb.googlegroups.com>,
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.


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



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
(#3)
Old
John Hosking
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-04-2008, 10:34 PM

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.


HA! Ha ha haha ha ha. Oh, my.

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
(#4)
Old
Chris F.A. Johnson
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-04-2008, 11:30 PM

On 2008-09-04, 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.


Go to and check your page for errors.
(There are 147 errors on the page:
)

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

--
Chris F.A. Johnson
================================================== =================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Reply With Quote
(#5)
Old
Ed Mullen
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 05:41 AM

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.


Oh ... my ... God!

I wouldn't know where to start other than to start over.

You're biggest mistake is ...



--
Ed Mullen
http://edmullen.net
If it ain't broke fix it anyway! If it's broke fix it and make it worse!
Reply With Quote
(#6)
Old
Irina Rempt
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 06:56 AM

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.

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
(#7)
Old
dorayme
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 07:53 AM

In article <48c0d636$0$196$e4fe514c@news.xs4all.nl>,
Irina Rempt wrote:

> 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



to



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:



--
dorayme
Reply With Quote
(#8)
Old
Irina Rempt
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 08:08 AM

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

--
"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
(#9)
Old
dorayme
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 08:37 AM

In article <48c0e60b$0$191$e4fe514c@news.xs4all.nl>,
Irina Rempt 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
Reply With Quote
(#10)
Old
WebArchitect
Guest
 
Default Re: Can some tell me what is wrong with my page - 09-05-2008, 02:00 PM

On Sep 5, 4:25*am, dorayme wrote:
> In article <48c0e60b$0$191$e4fe5...@news.xs4all.nl>,
> *Irina Rempt 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 Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Hosting at Triple.com
vBulletin Skin developed by: vBStyles.com

Printing Company  Link Building Services