Re: [css-d] Firefox displays correct title, Safari shows "index.html"

2010-04-20 Thread David Laakso
John wrote:
>
> On Apr 20, 2010, at 2:59 PM, David Laakso wrote:
>
>> Validate.
>
>
> Well, that helped me to find the issue, which was a missing close 
> quotation mark in my meta tag!
>
> From now on Firefox and the developer toolkit will be part of my 
> regular work flow in web coding.
>
> John
>


O.K. Helpful stuff:





~d







-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

__
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] IE problems - Float problem??

2010-04-20 Thread David Laakso
Peter Bradley wrote:
>
> Thanks very much for that, David, but no joy, I'm afraid.  It doesn't 
> render properly in any version of IE (6, 7 or 8).  TBH, if I could 
> just get it working in IE8 it'd be something.
>
>
>
> Peter
>




It "seems: to work this end in XP IE 6/7/8 on a Mac-- unless I have 
completely misunderstood the question?  PC in sick bay so can't check it 
in that...
Please see:



~d

-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

__
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] IE problems - Float problem??

2010-04-20 Thread Peter Bradley
David Laakso wrote:
> In your style sheet you have this hack from a couple of weeks ago:
>
> /*Bit of nonsense for IE6 */
> * html #wrapper {
> width:975px;
> margin: 0 auto;
> }
>
> Leave that hack in the style sheet.  Immediately above it put these hacks:
>
> *:first-child+html #wrapper {
> width:975px;
> margin: 0 auto;
> } /*4 IE/7.0)*/
>
> *:first-child+html fieldset.top-positioned {float: left; } /*4 IE/7.0)*/
>
> * html fieldset.top-positioned {  position: relative; zoom: 1;} /*4 
> IE/76.0)*/
>  
>
> Delete the CC and its content. If you actually need those hacks (I 
> didn't check) put them in the style sheet for now.
>   

Thanks very much for that, David, but no joy, I'm afraid.  It doesn't 
render properly in any version of IE (6, 7 or 8).  TBH, if I could just 
get it working in IE8 it'd be something.

The hacks are for the background colour.  I've taken them out so you'll 
see what I mean.  They came from Sitepoint's "The art and science of CSS".

> Reference: spend some time here...
> 
>   

I will.

> 
> Points are not used to set type for the screen.
> 
>   

Aargh!  I've no idea why I did that.  Thanks for pointing it out.  Now 
corrected.

Cheers


Peter
http://www.peredur.net

__
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] Firefox displays correct title, Safari shows "index.html"

2010-04-20 Thread David Laakso
John wrote:
> I am a person of beginner/intermediate CSS skills, resuming the  
> honing of my coding chops...
>
>
>
> Any ideas?
>
>
>
> John
>   


URL? Did you validate?
~d




-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

__
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] IE problems - Float problem??

2010-04-20 Thread David Laakso
Peter Bradley wrote:
> I have a problem again with IE6 and 7.  I'm doing a demonstration form 
> but can't get the second fieldset to right align in either IE6 or IE7.  
> The HTML and CSS both validate and I've tried some conditional comments, 
> which have worked for some other problems, but not for this.
>
> Also, the conditional comments opening and closing lines are showing in 
> all versions of IE including IE8 (but not in other browsers).  This 
> suggests a mistake in the conditional comments, but I've looked at it 
> all ways and I can't see it.
>
>
>
> http://www.peredur.net/tt280/pb88_sp.htm
>
>
>
> Peter
>
>   



In your style sheet you have this hack from a couple of weeks ago:

/*Bit of nonsense for IE6 */
* html #wrapper {
width:975px;
margin: 0 auto;
}

Leave that hack in the style sheet.  Immediately above it put these hacks:

*:first-child+html #wrapper {
width:975px;
margin: 0 auto;
} /*4 IE/7.0)*/

*:first-child+html fieldset.top-positioned {float: left; } /*4 IE/7.0)*/

* html fieldset.top-positioned {  position: relative; zoom: 1;} /*4 
IE/76.0)*/
 

Delete the CC and its content. If you actually need those hacks (I 
didn't check) put them in the style sheet for now.

Reference: spend some time here...



Points are not used to set type for the screen.


Best,



~d






-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

__
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] Firefox displays correct title, Safari shows "index.html"

2010-04-20 Thread John
I am a person of beginner/intermediate CSS skills, resuming the  
honing of my coding chops...

I have a bare-bones document whose file name is "index.html," but in  
the code, within the head tag, my title is:  02-02


Firefox will display this as the page title at the top of a window  
into which I open this file, but Safari will display "index.html"  
instead.


I've tried flushing Safari's cache, quitting, restarting...to no avail.

I feel that I ought to understand why this is happening; it never has  
before; Safari has always displayed whatever title I place into a  
given page.

Any ideas?

thank you,

John
__
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] IE problems - Float problem??

2010-04-20 Thread Peter Bradley
Hi,

I have a problem again with IE6 and 7.  I'm doing a demonstration form 
but can't get the second fieldset to right align in either IE6 or IE7.  
The HTML and CSS both validate and I've tried some conditional comments, 
which have worked for some other problems, but not for this.

Also, the conditional comments opening and closing lines are showing in 
all versions of IE including IE8 (but not in other browsers).  This 
suggests a mistake in the conditional comments, but I've looked at it 
all ways and I can't see it.

The page is at:

http://www.peredur.net/tt280/pb88_sp.htm

Many thanks in advance


Peter
http://www.peredur.net

__
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] Text next to logo

2010-04-20 Thread Brian M. Curran
> >On 20/04/2010, at 7:16 PM, Brian M. Curran wrote:
> >
>> Hi All,
>> Does someone know why the text in my masthead is not aligning to the 
>> right of my logo, but rather it is sitting below it?
>>
>> http://www.draftingservices.com/logo.html
>>
>> Sincerely,
>> Brian
>>

>Chris wrote:
> Hi,
>
> Your title div has clear: both;
> clearing the float!
>
> cheers, CB




Thanks, I haven't worked on my site in a while, and so I forgot to think of 
tinkering with that. :-) 

__
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] Text next to logo

2010-04-20 Thread Chris Blake
Hi,

Your title div has clear: both;
clearing the float!

cheers, CB



On 20/04/2010, at 7:16 PM, Brian M. Curran wrote:

> Hi All,
> Does someone know why the text in my masthead is not aligning to the  
> right of my logo, but rather it is sitting below it?
>
> http://www.draftingservices.com/logo.html
>
> Sincerely,
> Brian
> __
> 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/


[css-d] Text next to logo

2010-04-20 Thread Brian M. Curran
Hi All,
Does someone know why the text in my masthead is not aligning to the right of 
my logo, but rather it is sitting below it?

http://www.draftingservices.com/logo.html

Sincerely,
Brian
__
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] Container doesn't contain as expected

2010-04-20 Thread MEM
2010/4/20 MEM 

>
> Thank you all,
>
> Any reference that I could look at about the relation between the
> overflow:hidden and similar issues, so that I can learn more about it,
> please. :)
> I've searched containing floats article on css-d wiki but, no luck...
>
>
>
Update:
I've found some posts talking about using width:100% and overflow:auto; I
have tried to another value on the width, but I get no luck.
Overflow:hidden; is not an option because I want the scroll bars to appear
is there is content overflow.
The clearing method by using an additional div I would like to avoid it so
that I cannot have empty tags on the markup, and keep it clean.

That's why I was asking for "THE reference" or, at least, your common
reference, about this containing methods.



 I really am:

> trying to grab this float thing and I intend to NOT let it go now. ;)
>
>


> Thanks in advance,
>
Márcio
>

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] Container doesn't contain as expected

2010-04-20 Thread MEM
>I believe the standard way to deal with this is "overflow:hidden" on
>
>the containing element.
>Otherwise you have to use "clear" on the following element.
>--
>Ed Seedhouse
>
>
>
>remove float: right from your footer.
>
>The problem is that you have those sections and the footer floating. To
clear floated elements you can add an element after your floats, in this
case it is your footer, and use the clear property to make the >containing
block stretch to contain the floats.
>
>
>
>To try this add an extra div after your footer and leave it empty. give it
a style of clear:both. That should work too. Another way to contain floated
elements is to float their parent also. In this case it's >your container
div. But since you have the margin on that to center it you can't also float
it. So removing float:right from your footer works or adding another div
with the clear property. You can also use >overflow:hidden on your container
as a way to clear floats, but that might not be desirable if you're going to
have content that could go outside of the boundaries of your containing
box.
>
>Jeff



Thank you all,

Any reference that I could look at about the relation between the
overflow:hidden and similar issues, so that I can learn more about it,
please. :)
I've searched containing floats article on css-d wiki but, no luck...


I'm trying to grab this float thing and I intend to NOT let it go now. ;)

Thanks in advance,
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/