Re: [WSG] IE 6 & 7 Text disappearing.

2007-11-26 Thread Dusan Smolnikar
I usually fix this by specifying "position:relative" to the element with invisible text, or it's parent. Not sure why it happens in the first place though.. On Nov 26, 2007 12:24 PM, Jixor - Stephen I <[EMAIL PROTECTED]> wrote: > I have this maddening IE 6 & 7 text disappearing problem. In IE6

Re: [WSG] Input tag - closing tag optional?

2007-11-26 Thread Dusan Smolnikar
Never thought of that really, thanks! So Basically what you have to do is tell your web server to set file headers to return content type as xml? Also, if I understand correctly, this will break in IE? On Nov 26, 2007 8:37 AM, Jens Brueckmann <[EMAIL PROTECTED]> wrote: > Your demo shows very w

Re: [WSG] Input tag - closing tag optional?

2007-11-25 Thread Dusan Smolnikar
It won't work in any other browser I know of as well. See this demo case: http://dusan.fora.si/blog/wp-content/uploads/2007/07/tags.html (explained at http://dusan.fora.si/blog/self-closing-tags ) Of course I don't suggest using an empty div tag with no id. It was just an example. But, semant

Re: [WSG] Input tag - closing tag optional?

2007-11-25 Thread Dusan Smolnikar
I'm afraid browser don't agree with this, though. I'm not sure about input but I'm positive that is not the same as as far as browser rendering goes. On Nov21, 2007, at 7:28 AM, Kepler Gelotte wrote: Actually as far as XML (and consequently XHTML) is concerned: Is the same as: *

Re: [WSG] html page footer problem

2007-11-11 Thread Dusan Smolnikar
You have to make sure that you clear all the floats and leave some extra space (at least as high as the footer) and the end of your normal content (that is, everything excluding the footer). This way the footer will only overflow empty space, rather than the content. On Nov12, 2007, at 1:

Re: [WSG] html page footer problem

2007-11-11 Thread Dusan Smolnikar
See if this entry solves your problem http://dusan.fora.si/blog/how-to-move-that-footer-to-the-bottom From your mail I'm not sure what exactly you're looking for, so correct me if you're asking for something else. regards Dusan On Nov11, 2007, at 11:51 PM, Tim MacKay wrote: I am having a

Re: [WSG] W3C CSS Validation Service

2007-08-26 Thread Dusan Smolnikar
Css validator does not validate html. Maybe you got confused by the fact that you can enter a link to an html file. All it does is, it checks that html file for any css (inline or external) and validates the css. And if I recall correctly, this feature has been around for a while. As Stua

Re: [WSG] Height for the select markup in Internet Explorer

2007-08-26 Thread Dusan Smolnikar
I don't think this can be done. Some browsers (IE, Safari, Camino, ...) use system default form fields and therefore ignore css rules applied to them. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubsc