Re: [css-d] Strange display in Safari

2009-12-18 Thread Andzia
> We're a little off-topic here as these are markup rather than CSS issues;
> but, nevertheless the extra  may be generated by your WP php script.
>

I think so too. Now I restored the backup because there were too many little
errors popping up. I'll try again. Sorry for offtopic!



Ania
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread David Laakso
Andzia wrote:
> Thanks everyone, now errors are 6 so at least there is some progress:
> http://validator.w3.org/check?uri=http%3A%2F%2Fklikerlab.pl%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
>
> I found where are the "p" tags ("**end tag for element "p" which is not
> open"). 
>   



We're a little off-topic here as these are markup rather than CSS 
issues; but, nevertheless the extra  may be generated by your WP php 
script.  Try a test post  with no opening or closing p tag. If that does 
not resolve it, you may want to post your question regarding that to the 
WP support forum and ask their advice.



> As for divs, I
> tried adding or removing them but it just created more errors. 



It is often a painfully slow, laborious, and frustrating process to get 
the divisions to open and close in their correct order.  The number of 
open divisions must equal the number that close; and, they must do so in 
the correct order. No need to take a coil of rope to the woods. Coffee 
helps.


>
> Thanks again!
> Ania
>   


Best,

~d
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread Andzia
Thanks everyone, now errors are 6 so at least there is some progress:
http://validator.w3.org/check?uri=http%3A%2F%2Fklikerlab.pl%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

I found where are the "p" tags ("**end tag for element "p" which is not
open"). In page source it looks like this:


http://klikerlab.pl/2009/12/13/targetowanie-i-kilka-nowosci/";>Targetowanie
i kilka nowości




So indeed, too many end tags... but the code that generates it, looks like
this:













and here "p" tags look ok... so I don't know what to change. As for divs, I
tried adding or removing them but it just created more errors. Still the
excerpt titles are blue in Firefox, while I wanted them to be brown like in
Safari ;) and the shadow around two banners looks too large in Firefox.
And I can't find newer archives from css-d, here the latest is from
September:
http://archivist.incutio.com/viewlist/css-discuss/

Thanks again!
Ania
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread david
Andzia wrote:
> Hello,
> I reduced the number of errors to 9:
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fklikerlab.pl%2F
> 
> and now I have some questions. First, what is a "column" in this report?
> Like: " *Line 170, Column 4*". I found somewhere that it refers to the
> database, is that correct? Or does it refer to layout?

Location in your HTML file. Line #170, then the 4th "column" - the 4th 
character on that line.

-- 
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread Alan Gresley
Andzia wrote:
> Hello,
> I reduced the number of errors to 9:
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fklikerlab.pl%2F
> 
> and now I have some questions. First, what is a "column" in this report?
> Like: " *Line 170, Column 4*". I found somewhere that it refers to the
> database, is that correct? Or does it refer to layout?
> 
> Second: "end tag for element "p" which is not open". This is about the
> excerpt, I couldn't find such tag in my html, but the excerpts are created
> by a plugin and maybe it has some wrong html code. Anyway, I can't find this
> element in page source.
> 
> And this: "XML Parsing Error: Opening and ending tag mismatch: div line 181
> and p". What does it mean? Again, this error seems to be located in the
> excerpt code and I can't find it in page source...
> 
> And now Firefox displays different colors for some links (excerpt titles and
> some tags from tag cloud), and there is too much padding on the top of two
> banners (which are to the right from the article). Safari and Opera display
> these things like before.
> 
> Thanks in advance,
> Ania

Browsers do strange this in the process of HTML error recovery. The 
column number is referring to the characters on each line. ie.

1234
1234

The forth column has ">". Line 170 and 183 has this closing tag. Delete 
them.




Line 348 has this.

↓


Change to this.

↓


You can view the line and column quite simply by viewing the source in 
Firefox and looking at the bottom left corner of that window.


-- 
Alan http://css-class.com/
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread Bill Braun
I think, but am not certain, that Column can be read as Character. So, 
it sound like it is drawing your attention to the fourth character, near 
the beginning of the line.

Bill


Andzia wrote:
> Hello,
> I reduced the number of errors to 9:
> http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fklikerlab.pl%2F
>
> and now I have some questions. First, what is a "column" in this report?
> Like: " *Line 170, Column 4*". I found somewhere that it refers to the
> database, is that correct? Or does it refer to layout?
>
>   

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread MEM
Please have a look here, and see if it's ok for you:
http://www.help.nuvemk.com/andzia_teste.html

Here is the validation result:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.help.nuvemk.com
%2Fandzia_teste.html

However, please note that the css validation as some issues:
http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=htt
p%3A%2F%2Fwww.help.nuvemk.com%2Fandzia_teste.html


Sorry for all this posts,


Regards,
Márcio



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread MEM
> My editor also doesn't properly highlight the end  tags on lines
> 131 and above, and this, normally means an issue.
> Maybe your problems started there ?

Forget about this. It's a editor limitation, not an issue on your code.
Please ignore it. 

Keep only the structure advice if you will.

Again,
Márcio

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread MEM
> Second: "end tag for element "p" which is not open". This is about the
> excerpt, I couldn't find such tag in my html, but the excerpts are
> created
> by a plugin and maybe it has some wrong html code. Anyway, I can't find
> this
> element in page source.

I believe you have a structure issue. 
Before actually dealing with CSS, my advice is to grab your html final code,
eyes wide open, and try to organize the page with some indentation (I
believe we called like this). Something like:




With this, you will be able to properly see which  tag you should
remove.

After copy-paste your code onto an editor, I was able to see some not closed
 tags on your code. (line 183).
My editor also doesn't properly highlight the end  tags on lines 131 and
above, and this, normally means an issue. 
Maybe your problems started there ?

Again, try to edit your code in the way posted above and you will save a lot
of headshakes. Before that, I believe we cannot logically deal with CSS, so
I've been told.


Regards,
Márcio

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-17 Thread Andzia
Hello,
I reduced the number of errors to 9:
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fklikerlab.pl%2F

and now I have some questions. First, what is a "column" in this report?
Like: " *Line 170, Column 4*". I found somewhere that it refers to the
database, is that correct? Or does it refer to layout?

Second: "end tag for element "p" which is not open". This is about the
excerpt, I couldn't find such tag in my html, but the excerpts are created
by a plugin and maybe it has some wrong html code. Anyway, I can't find this
element in page source.

And this: "XML Parsing Error: Opening and ending tag mismatch: div line 181
and p". What does it mean? Again, this error seems to be located in the
excerpt code and I can't find it in page source...

And now Firefox displays different colors for some links (excerpt titles and
some tags from tag cloud), and there is too much padding on the top of two
banners (which are to the right from the article). Safari and Opera display
these things like before.

Thanks in advance,
Ania
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-15 Thread David Laakso
Chris Blake wrote:
> Hi,
>
> I am having the exact same problem!
>
> http://football.redrunner.co.uk/
>
> Everything is OK in all my other browsers, apart from Safari, my  
> current browser of choice.
>   


Your page is broken on this end in Safari, WebKit, Opera, IE/8. 
SeaMoney, and Chrome.



> If anyone knows anything about these fairly new safari problems please  
> let us know.
>
> Thanks, CB
>
>   

Please validate, bottom post, or start your ow thread. Thanks.

~d
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-14 Thread Chris Blake


Hi,

I am having the exact same problem!

http://football.redrunner.co.uk/

Everything is OK in all my other browsers, apart from Safari, my  
current browser of choice.

If anyone knows anything about these fairly new safari problems please  
let us know.

Thanks, CB


On 15/12/2009, at 1:19 PM, Andzia wrote:

> Hello,
> recently I have added two banners to the right of a centered column  
> on my
> website, and since then, the rest of the content (which should be  
> below)
> appears to the right in Safari. Other browsers display it correctly  
> (I'm
> using Firefox). Before Safari was the only browser where the website  
> looked
> identically like in Firefox... so what is wrong now?
> Here is the url: http://klikerlab.pl/
>
> Thanks in advance,
> Ania
>
>
> -- 
> "The customs of your tribe are not laws of nature." George Bernard  
> Shaw
> __
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange display in Safari

2009-12-14 Thread David Laakso
Andzia wrote:
> Hello,
> recently I have added two banners to the right of a centered column on my
> website, and since then, the rest of the content (which should be below)
> appears to the right in Safari. Other browsers display it correctly (I'm
> using Firefox). Before Safari was the only browser where the website looked
> identically like in Firefox... so what is wrong now?
>   




Dunno.
God punished one, or both, of us :-) ? 
While we ponder that, try:
.razem {clear:both; }




> Here is the url: http://klikerlab.pl/
>
> Thanks in advance,
> Ania
>   



Best,
~d


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Strange display in Safari

2009-12-14 Thread Andzia
Hello,
recently I have added two banners to the right of a centered column on my
website, and since then, the rest of the content (which should be below)
appears to the right in Safari. Other browsers display it correctly (I'm
using Firefox). Before Safari was the only browser where the website looked
identically like in Firefox... so what is wrong now?
Here is the url: http://klikerlab.pl/

Thanks in advance,
Ania


-- 
"The customs of your tribe are not laws of nature." George Bernard Shaw
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/