Welcome to the { mindfrost82.com } 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.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-22-2006, 08:48 PM
Arjen Meijer
 
Posts: n/a
page incorrect first? time or at special sizes?

Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html incorrect the first? time. Reload the page and the lay out is correct.

Or change the size and see the same problem. At some widths the lay-out is 'out of control'. Enlarging works mostly correct. Shrinking give often an incorrect lay out.

The relevant part of de css file which drives this page is:

..kol1{ float: left; width: 32%; clear: none; position:relative; margin-right: 2%;}
..kol2{ float: left; width: 32%; clear: none; position:relative;}
..kol3{ float: right; width: 32%; clear: none; position:relative;}
..kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
..kol1en2{ float: left; width: 66%; clear: none; position:relative; margin-right: 10px; font-size: 3em; line-height: 2em; text-align: center; margin-top: -0.5em;}
..groot {font-size: 3em; line-height: 2em; text-align: center; letter-spacing: 0.1em;}
p.kolimage {float: left; text-align: center; font-size: .9em; line-height: 1.8em; padding: 0; position:relative; border: none; margin: 0;}
..koltext{text-align: center; font-size: .9em; line-height: 1.8em; padding: 0; position:relative; border: none; margin: 0;}
..kolimage1 {display: block; margin: 0;}
..kolimage2 {position: relative; float: right; display: block; width: 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}

Is the CSS file incorrect of is it a bug in Firefox? No major problems in IE.

Arjen

Reply With Quote
  #2 (permalink)  
Old 04-22-2006, 10:43 PM
Aggro
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

Arjen Meijer wrote:
> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
> incorrect the first? time. Reload the page and the lay out is correct.


I've noticed this kind of behavior with old adblock extension. So before
investigating this more, does the problem exist in safe-mode, where
extensions are disabled?
Reply With Quote
  #3 (permalink)  
Old 04-23-2006, 07:16 AM
Arjen Meijer
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

Aggro schreef:
> Arjen Meijer wrote:
>> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
>> incorrect the first? time. Reload the page and the lay out is correct.

>
> I've noticed this kind of behavior with old adblock extension. So before
> investigating this more, does the problem exist in safe-mode, where
> extensions are disabled?


In safe-mode with no extension active, the problem does exist.

Arjen
Reply With Quote
  #4 (permalink)  
Old 04-23-2006, 10:20 AM
squaredancer
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

On 22.04.2006 21:48, CET - what odd quirk of fate caused Arjen Meijer
to generate the following:? :

> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
> incorrect the first? time. Reload the page and the lay out is correct.
> Or change the size and see the same problem. At some widths the
> lay-out is 'out of control'. Enlarging works mostly correct. Shrinking
> give often an incorrect lay out.
>
> The relevant part of de css file which drives this page is:
>
> .kol1{ float: left; width: 32%; clear: none; position:relative;
> margin-right: 2%;}
> .kol2{ float: left; width: 32%; clear: none; position:relative;}
> .kol3{ float: right; width: 32%; clear: none; position:relative;}
> .kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
> .kol1en2{ float: left; width: 66%; clear: none; position:relative;
> margin-right: 10px; font-size: 3em; line-height: 2em; text-align:
> center; margin-top: -0.5em;}
> .groot {font-size: 3em; line-height: 2em; text-align: center;
> letter-spacing: 0.1em;}
> p.kolimage {float: left; text-align: center; font-size: .9em;
> line-height: 1.8em; padding: 0; position:relative; border: none;
> margin: 0;}
> .koltext{text-align: center; font-size: .9em; line-height: 1.8em;
> padding: 0; position:relative; border: none; margin: 0;}
> .kolimage1 {display: block; margin: 0;}
> .kolimage2 {position: relative; float: right; display: block; width:
> 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}
>
> Is the CSS file incorrect of is it a bug in Firefox? No major problems
> in IE.
>
> Arjen
>

that's quite a bad URL ???

here (FF 1.0.7) some kind of text-page - seems to be menus - pops up
for less that a second, followed by the "MOLCA" page "Light'n up your Life"

A "W3C validation" of the URL failed - see here for the XML-Errors
http://validator.w3.org/check?uri=ht... ne&verbose=1

and this page, for the CSS-validation errors:
http://jigsaw.w3.org/css-validator/v...usermedium=all

hope this helps, to start with!

reg
Reply With Quote
  #5 (permalink)  
Old 04-23-2006, 10:40 AM
Matt Nordhoff
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

On 04/22/06 15:48, Arjen Meijer wrote:
> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
> incorrect the first? time. Reload the page and the lay out is correct.
> Or change the size and see the same problem. At some widths the lay-out
> is 'out of control'. Enlarging works mostly correct. Shrinking give
> often an incorrect lay out.
>
> The relevant part of de css file which drives this page is:
>
> ..kol1{ float: left; width: 32%; clear: none; position:relative;
> margin-right: 2%;}
> ..kol2{ float: left; width: 32%; clear: none; position:relative;}
> ..kol3{ float: right; width: 32%; clear: none; position:relative;}
> ..kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
> ..kol1en2{ float: left; width: 66%; clear: none; position:relative;
> margin-right: 10px; font-size: 3em; line-height: 2em; text-align:
> center; margin-top: -0.5em;}
> ..groot {font-size: 3em; line-height: 2em; text-align: center;
> letter-spacing: 0.1em;}
> p.kolimage {float: left; text-align: center; font-size: .9em;
> line-height: 1.8em; padding: 0; position:relative; border: none; margin:
> 0;}
> ..koltext{text-align: center; font-size: .9em; line-height: 1.8em;
> padding: 0; position:relative; border: none; margin: 0;}
> ..kolimage1 {display: block; margin: 0;}
> ..kolimage2 {position: relative; float: right; display: block; width:
> 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}
>
> Is the CSS file incorrect of is it a bug in Firefox? No major problems
> in IE.


I dunno, works for me in Mozilla/5.0 (X11; U; Linux i686; en-US;
rv:1.8.0.2) Gecko/20060415 Firefox/1.5.0.2 ID:2006041504. Gecko (the
rendering engine used by Firefox) does have some odd bugs like that, though.
--
Matt Nordhoff
(aka Peng on IRC & the forums)
Reply With Quote
  #6 (permalink)  
Old 04-23-2006, 08:50 PM
Arjen Meijer
 
Posts: n/a
Re: page incorrect first? time or at special sizes?



squaredancer schreef:
> On 22.04.2006 21:48, CET - what odd quirk of fate caused Arjen Meijer
> to generate the following:? :
>
>> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
>> incorrect the first? time. Reload the page and the lay out is correct.
>> Or change the size and see the same problem. At some widths the
>> lay-out is 'out of control'. Enlarging works mostly correct. Shrinking
>> give often an incorrect lay out.
>>
>> The relevant part of de css file which drives this page is:
>>
>> .kol1{ float: left; width: 32%; clear: none; position:relative;
>> margin-right: 2%;}
>> .kol2{ float: left; width: 32%; clear: none; position:relative;}
>> .kol3{ float: right; width: 32%; clear: none; position:relative;}
>> .kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
>> .kol1en2{ float: left; width: 66%; clear: none; position:relative;
>> margin-right: 10px; font-size: 3em; line-height: 2em; text-align:
>> center; margin-top: -0.5em;}
>> .groot {font-size: 3em; line-height: 2em; text-align: center;
>> letter-spacing: 0.1em;}
>> p.kolimage {float: left; text-align: center; font-size: .9em;
>> line-height: 1.8em; padding: 0; position:relative; border: none;
>> margin: 0;}
>> .koltext{text-align: center; font-size: .9em; line-height: 1.8em;
>> padding: 0; position:relative; border: none; margin: 0;}
>> .kolimage1 {display: block; margin: 0;}
>> .kolimage2 {position: relative; float: right; display: block; width:
>> 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}
>>
>> Is the CSS file incorrect of is it a bug in Firefox? No major problems
>> in IE.
>>
>> Arjen
>>

> that's quite a bad URL ???
>
> here (FF 1.0.7) some kind of text-page - seems to be menus - pops up
> for less that a second, followed by the "MOLCA" page "Light'n up your Life"
>
> A "W3C validation" of the URL failed - see here for the XML-Errors
> http://validator.w3.org/check?uri=ht... ne&verbose=1
>
>
> and this page, for the CSS-validation errors:
> http://jigsaw.w3.org/css-validator/v...usermedium=all
>
>
> hope this helps, to start with!
>
> reg

The validator complains just over some IE special commands.

Arjen
Reply With Quote
  #7 (permalink)  
Old 04-23-2006, 09:39 PM
squaredancer
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

On 23.04.2006 21:50, CET - what odd quirk of fate caused Arjen Meijer
to generate the following:? :

>
>
> squaredancer schreef:
>
>> On 22.04.2006 21:48, CET - what odd quirk of fate caused Arjen
>> Meijer to generate the following:? :
>>
>>> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
>>> incorrect the first? time. Reload the page and the lay out is correct.
>>> Or change the size and see the same problem. At some widths the
>>> lay-out is 'out of control'. Enlarging works mostly correct.
>>> Shrinking give often an incorrect lay out.
>>>
>>> The relevant part of de css file which drives this page is:
>>>
>>> .kol1{ float: left; width: 32%; clear: none; position:relative;
>>> margin-right: 2%;}
>>> .kol2{ float: left; width: 32%; clear: none; position:relative;}
>>> .kol3{ float: right; width: 32%; clear: none; position:relative;}
>>> .kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
>>> .kol1en2{ float: left; width: 66%; clear: none; position:relative;
>>> margin-right: 10px; font-size: 3em; line-height: 2em; text-align:
>>> center; margin-top: -0.5em;}
>>> .groot {font-size: 3em; line-height: 2em; text-align: center;
>>> letter-spacing: 0.1em;}
>>> p.kolimage {float: left; text-align: center; font-size: .9em;
>>> line-height: 1.8em; padding: 0; position:relative; border: none;
>>> margin: 0;}
>>> .koltext{text-align: center; font-size: .9em; line-height: 1.8em;
>>> padding: 0; position:relative; border: none; margin: 0;}
>>> .kolimage1 {display: block; margin: 0;}
>>> .kolimage2 {position: relative; float: right; display: block; width:
>>> 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}
>>>
>>> Is the CSS file incorrect of is it a bug in Firefox? No major
>>> problems in IE.
>>>
>>> Arjen
>>>

>> that's quite a bad URL ???
>>
>> here (FF 1.0.7) some kind of text-page - seems to be menus - pops up
>> for less that a second, followed by the "MOLCA" page "Light'n up your
>> Life"
>>
>> A "W3C validation" of the URL failed - see here for the XML-Errors
>> http://validator.w3.org/check?uri=ht... ne&verbose=1
>>
>>
>> and this page, for the CSS-validation errors:
>> http://jigsaw.w3.org/css-validator/v...usermedium=all
>>
>>
>> hope this helps, to start with!
>>
>> reg

>
> The validator complains just over some IE special commands.
>
> Arjen


..... and you wanted to know why your website doesn't work ??? W3C *is*
the standard - use it!

reg
Reply With Quote
  #8 (permalink)  
Old 04-24-2006, 08:35 PM
Arjen Meijer
 
Posts: n/a
Re: page incorrect first? time or at special sizes?

Arjen Meijer schreef:
> Firefox 1.5.0.2 displays the page http://www.molca.nl/moederdag.html
> incorrect the first? time. Reload the page and the lay out is correct.
> Or change the size and see the same problem. At some widths the lay-out
> is 'out of control'. Enlarging works mostly correct. Shrinking give
> often an incorrect lay out.
>
> The relevant part of de css file which drives this page is:
>
> .kol1{ float: left; width: 32%; clear: none; position:relative;
> margin-right: 2%;}
> .kol2{ float: left; width: 32%; clear: none; position:relative;}
> .kol3{ float: right; width: 32%; clear: none; position:relative;}
> .kolgroot{font-size: 3em; line-height: 2em; text-align: center;}
> .kol1en2{ float: left; width: 66%; clear: none; position:relative;
> margin-right: 10px; font-size: 3em; line-height: 2em; text-align:
> center; margin-top: -0.5em;}
> .groot {font-size: 3em; line-height: 2em; text-align: center;
> letter-spacing: 0.1em;}
> p.kolimage {float: left; text-align: center; font-size: .9em;
> line-height: 1.8em; padding: 0; position:relative; border: none; margin:
> 0;}
> .koltext{text-align: center; font-size: .9em; line-height: 1.8em;
> padding: 0; position:relative; border: none; margin: 0;}
> .kolimage1 {display: block; margin: 0;}
> .kolimage2 {position: relative; float: right; display: block; width:
> 40%; border-width: 10px; border:2px solid white; margin: -20% 10% 0 0;}
>
> Is the CSS file incorrect of is it a bug in Firefox? No major problems
> in IE.
>
> Arjen
>

For W3C standard purists go to http://www.molca.com/moederdagw3coke.html to see the same problem.

Removed only the advanced page loading script:
<script type="text/javascript">
function init() {
if (arguments.callee.done) return;arguments.callee.done = true;
parent.setActiveStyleSheet('themaglow'); tooncontrole();};
if (document.addEventListener) {document.addEventListener("DOMContentLoaded", init, null);}
/*@cc_on @*/
/*@if (@_win32) document.write("<script defer src=js/ie_onload.js><"+"/script>");
/*@end @*/
window.onload = init;
</script>

Arjen
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > FireFox


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

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 01:35 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Debt Help | Loans | Internet Advertising | Problem Mortgage | Payday Advance



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114