HighDots Forums  

Re: CSS problem in FF, not in IE

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


Discuss Re: CSS problem in FF, not in IE in the Cascading Style Sheets forum.



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

Default Re: CSS problem in FF, not in IE - 01-06-2008 , 06:45 AM






On 2008-01-06, IntraRELY (AT) gmail (DOT) com <IntraRELY (AT) gmail (DOT) com> wrote:
Quote:
Here is all the code. First view in IE which is how I want to display.
Then view in FireFox. For the life of me I cannot get it to work in
FireFox. I should not have to create seperate CSS's for each browser
so that isnt an option.
I tried your markup in Firefox, Opera and Konqueror and it appears to be
rendering correctly in all three.

I do not have access to IE. If you explain how you expect it to render
(the url of a screenshot might be helpful) then it might be possible to
work out which IE bugs are causing the problem and how to get the effect
you want.

It's possible that it's CSS 2.1 10.3.5, the definition of available
width, that IE is getting wrong here. But this is only a guess, based on
your choice of class names: perhaps you're expecting test_topten_left
and test_topten_right to appear side by side rather than one below the
other?


Reply With Quote
  #2  
Old   
Bergamot
 
Posts: n/a

Default Re: CSS problem in FF, not in IE - 01-06-2008 , 09:55 AM






Ben C wrote:
Quote:
On 2008-01-06, IntraRELY (AT) gmail (DOT) com <IntraRELY (AT) gmail (DOT) com> wrote:
Here is all the code.

It's possible that it's CSS 2.1 10.3.5, the definition of available
width, that IE is getting wrong here.
He omitted a DOCTYPE, so all the quirks mode discrepancies apply.

--
Berg


Reply With Quote
  #3  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: CSS problem in FF, not in IE - 01-06-2008 , 11:55 AM



Bergamot wrote:
Quote:
Ben C wrote:
On 2008-01-06, IntraRELY (AT) gmail (DOT) com <IntraRELY (AT) gmail (DOT) com> wrote:
Here is all the code.
It's possible that it's CSS 2.1 10.3.5, the definition of available
width, that IE is getting wrong here.

He omitted a DOCTYPE, so all the quirks mode discrepancies apply.

And is problem is he wants a containing element to expand to accommodate
floated children like IE *incorrectly* does. A question we get here all
the time. Same old answers too. add

..test_topten { overflow: hidden; }

or some clearing element after the floats within .test_topten container.


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
  #4  
Old   
Gus Richter
 
Posts: n/a

Default Re: CSS problem in FF, not in IE - 01-06-2008 , 06:56 PM



IntraRELY (AT) gmail (DOT) com wrote:
Quote:
Thanks all,

Thanks for your thanks and thanks for posting the same question all over
the place and most of all, for not checking all the other places for
responses. You may be able to find your answer there. If I had noticed
your multi-posts, you would not have gotten my response there, or anywhere.

--
Gus


Reply With Quote
  #5  
Old   
Bergamot
 
Posts: n/a

Default Re: CSS problem in FF, not in IE - 01-07-2008 , 01:31 PM



Ben Bacarisse wrote:
Quote:
All XHTML DOCTYPEs trigger non-quirks mode in IE6
and later according to MS:

http://msdn2.microsoft.com/en-us/library/bb250395.aspx
They didn't mention the IE6 bug with the XML prolog. :-\
http://hsivonen.iki.fi/doctype/

--
Berg


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 - 2008, Jelsoft Enterprises Ltd.