[css-d] IE Font Size issue

2007-09-15 Thread Jehangir Larry
I have a test page at:
http://www.jehangirlarry.com/test.php

I am unable to reduce the font size in any version of IE.
FF/Opera are OK.

Many thanks.
--
Jehangir Larry
__
css-discuss [EMAIL PROTECTED]
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] Some positioning dilemmas

2007-09-15 Thread Gunlaug Sørtun
Robert Reed wrote:
> 1.) I tried to use the fixed width left column, fluid right column
> system as described at A List Apart, with negative margins.  After I
> found out that the negative margins weren't doing anything, I removed
> them.  The idea was to go with a fixed 220px column on the left, and
> a fluid right column.  The problem is using margin-left on a
> container with 100% width seems to immediately tell Firefox that
> we're going to ignore that declaration.

If this is the solution you tried...

...than it's beyond me how you could make that fail, in any browser.

> Consequently, the right container which has 100% width but a
> margin-left request of 230px, doesn't adhere to the margin.  It sits
> pushed below the left column in its own little space, and needs to
> come up.

I can't check what you have removed, but a properly applied 'negative 
margins on floats' solution, as described in that ALA article, will 
solve the problem you have now by isolating the columns from each other.

> 2.) The menu needs to come up to hang out on the same line with the 
> background.  I've used clearing divs and it doesn't seem to do the
> trick.

First: delete the   you have at the start of  in the 
source code, and then add...

DIV#menu {float: left;}
UL#nav {background: transparent;}

The DIV#menu style makes all browsers expand to contain the UL#nav, and 
the UL#nav style prevents IE's cover-up operation.

> http://zwisp.owningthedot.net

regards
Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
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] Some positioning dilemmas

2007-09-15 Thread Robert Reed
I've been developing a web site template, and I'm almost done with the
recently requested changes except I'm having two issues.

1.) I tried to use the fixed width left column, fluid right column system as
described at A List Apart, with negative margins.  After I found out that
the negative margins weren't doing anything, I removed them.  The idea was
to go with a fixed 220px column on the left, and a fluid right column.  The
problem is using margin-left on a container with 100% width seems to
immediately tell Firefox that we're going to ignore that declaration.
Consequently, the right container which has 100% width but a margin-left
request of 230px, doesn't adhere to the margin.  It sits pushed below the
left column in its own little space, and needs to come up.

2.) The menu needs to come up to hang out on the same line with the
background.  I've used clearing divs and it doesn't seem to do the trick.

The site is http://zwisp.owningthedot.net
The CSS file: http://zwisp.owningthedot.net/style.css

Thanks in advance.
__
css-discuss [EMAIL PROTECTED]
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] Safari 3 Beta for Mac and PC

2007-09-15 Thread Suzie Henderson
Mac OSX-Leopard will still not be released until October but Apple is
starting the hype. This includes offering the latest Beta version of Safari
for Mac and PC for free download in case anyone wants to play with it.

http://www.apple.com/macosx/leopard/features/safari.html

Just thought you might want to see if you have any new Safari Hacks to
write.
__
css-discuss [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread David Laakso
David Laakso wrote:
>
> I have a little rendering mystery. Opera/9.23 Mac is not behave quite 
> the same as Opera/9.23 Win on this page:
>
> uri
> 
> (I would suggest disabling images unless you plan to take in a movie 
> while you wait for them to load)
>
> css
> 
>
> For example, the ul numeral 01 should be red. And it is red in 
> both OS at 100%.
> But Opera/Mac /does not retain the red color/ at 90% and below, or at 
> 110% and up.
>
> On this test page with the ul isolated there is no problem whatsoever 
> in Opera/Mac-- the color of the numeral 01 is red regardless of the 
> percent of font-zoom.
> 
>
> Where have I gone wrong?
>
> Thank you.
>
> ~dL
>


Thank you for the replies both on and off-list. The good news is I seem 
to be the only one in the world for whom the issue(s) persists.

Best,

~dL






-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread Ingo Chao
David Laakso wrote:

> 

> For example, the ul numeral 01 should be red. And it is red in 
> both OS at 100%.
> But Opera/Mac /does not retain the red color/ at 90% and below, or at 
> 110% and up.
> 
> On this test page with the ul isolated there is no problem whatsoever in 
> Opera/Mac-- the color of the numeral 01 is red regardless of the percent 
> of font-zoom.
> 

Cannot reproduce the issue in Opera 9.23

Opera/9.23 (Macintosh; PPC Mac OS X; U; de)
Build 3695 MacOS X 10.4.10

regards

Ingo

-- 
http://www.satzansatz.de/css.html
__
css-discuss [EMAIL PROTECTED]
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] bg image pops up in IE7

2007-09-15 Thread David Hucklesby
> David Hucklesby wrote:
>
>>> http://www.fatgraffix.com/clients/fatgraffix/fgx_v2a_dev10/logos_01.html
>>>
> [...]
>
>> Where does the horizontal scroll bar come from in IE7? I notice this on a 
>> number of
>> web pages, including my own.
>
Bruno Fassino replied:
>
> In that specific page I believe they are triggered by the italics in a 
> widthless right
> float (the span with class .tag) [1].   Overflow:auto on that float seems to 
> fix the
> problem.
>

Indeed it does Bruno, as does avoiding italics on that element.

Thank you so much for the reply, and for the additional information
that's in the sample you provided.

Just as we were getting bored, having found solutions to most of IE 5/6
problems, Microsoft kindly came along with more challenges to keep
us on our toes.   :\

>
> [1] http://brunildo.org/test/ie7_ithscroll.html
>
> --
> Bruno Fassino http://www.brunildo.org/test
>
Cordially,
David
--


__
css-discuss [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread Tango
David Laakso wrote:
> Georg,
>
> I have a little rendering mystery. Opera/9.23 Mac is not behave quite 
> the same as Opera/9.23 Win on this page:
>
> uri
> 
>   
David,

It also renders fine at all zoom levels under Opera/9.23 x86_64-Linux.

Tango

__
css-discuss [EMAIL PROTECTED]
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] Header span Position

2007-09-15 Thread Hayden's Harness Attachment
Can someone tell me why IE6 will put space between my header gif  and the 
line "Knowledge is Power" and Firefox 2.0 will not?

HTML: http://www.infoforce-services.com/ifs_header.php

CSS: http://www.infoforce-services.com/css/layout.css

--
Love Hayden (Super Duper Guide Dog)and
The harness attachment Angus MacKinnon
MacKinnon Crest Saying
Latin -  Audentes Fortuna Juvat
English - Fortune Assists The Daring
Web page http://www.infoforce-services.com


It is impossible to rightly govern the world without God and the Bible.
George Washington

__
css-discuss [EMAIL PROTECTED]
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] bg image pops up in IE7

2007-09-15 Thread Bruno Fassino
David Hucklesby wrote:

>> http://www.fatgraffix.com/clients/fatgraffix/fgx_v2a_dev10/logos_01.html

[...]

>Where does the horizontal scroll bar come from in IE7?
>I notice this on a number of web pages, including my own.


In that specific page I believe they are triggered by the italics in a
widthless right float (the span with class .tag) [1].   Overflow:auto on
that float seems to fix the problem.

Best regards,
Bruno


[1] http://brunildo.org/test/ie7_ithscroll.html

--
Bruno Fassino http://www.brunildo.org/test

__
css-discuss [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread L Lay
David Laakso wrote:
> Georg,
>
> I have a little rendering mystery. Opera/9.23 Mac is not behave quite 
> the same as Opera/9.23 Win on this page:
>
> uri
> 
>
>   
David,

It renders fine at all zoom levels under Opera/9.00 build 3447 Mac OS X 
10.4.9.  It might be an Opera bug...

Have you tried the WAT toolbar?  Using the Show Applied Styles option 
under the CSS menu might help.

http://www.paciellogroup.com/resources/wat-about.html#download

It works fine under Mac OS X.

Lori
__
css-discuss [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread Gunlaug Sørtun
David Laakso wrote:
> I have a little rendering mystery. Opera/9.23 Mac is not behave quite 
> the same as Opera/9.23 Win on this page:

> 

I've shut down my iMac for a few days. Anyone else able to figure this out?

Georg
-- 
http://www.gunlaug.no
__
css-discuss [EMAIL PROTECTED]
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] bg image pops up in IE7

2007-09-15 Thread David Hucklesby
On Fri, 14 Sep 2007 18:19:35 -0700, =fatgraffix= wrote:
> hmm anybody know why this happens on IE 7?
>
> - http://www.fatgraffix.com/clients/fatgraffix/fgx_v2a_dev10/logos_01.html
>
> other pages on this site w/ bgs seem to work fine.
>
~

That's bizarre! Anyway, you fixed it for IE6 by giving 
".special-wrap-logos00" "hasLayout". Giving this same DIV
"hasLayout" for IE7 seems to fix it. Try this:

  .special-wrap-logos00 {zoom:1;}

Now *I* have a question for the experts:

Where does the horizontal scroll bar come from in IE7?

I notice this on a number of web pages, including my own.

Anyone?

Cordially,
David
--

__
css-discuss [EMAIL PROTECTED]
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] Any tips on image loading?

2007-09-15 Thread Brooke Nelson
Yes for me it loads pretty quickly too, but I agree with Kenny, you
could make that green grid background a small image that just repeats.
That may help. Otherwise, looks good!


On 9/15/07, Kenny Graham <[EMAIL PROTECTED]> wrote:
> > I finally have finished the homepage, but I noticed that my images are
> > loading slowly.
> >
> > What am I missing here?
>
> Loads in less than a second here.  But the two header images are
> pretty big.  One way to optimize it would be to make the green grid a
> small repeating image in your "#header span" rule, and then put the
> header's text as a smaller transparent image of only the text.
> __
> css-discuss [EMAIL PROTECTED]
> 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 [EMAIL PROTECTED]
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] :: Opera/9.23 Mac ::

2007-09-15 Thread David Laakso
Georg,

I have a little rendering mystery. Opera/9.23 Mac is not behave quite 
the same as Opera/9.23 Win on this page:

uri

(I would suggest disabling images unless you plan to take in a movie 
while you wait for them to load)

css


For example, the ul numeral 01 should be red. And it is red in 
both OS at 100%.
But Opera/Mac /does not retain the red color/ at 90% and below, or at 
110% and up.

On this test page with the ul isolated there is no problem whatsoever in 
Opera/Mac-- the color of the numeral 01 is red regardless of the percent 
of font-zoom.


Where have I gone wrong?

Thank you.

~dL

-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
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] HTML Dog son of suckerfish problems

2007-09-15 Thread Sam Germein
Hi everyone, I have been subscribed to this list for a while now and I think
an excellent resource.

Anwyay I was hoping someone may be able to help me with a problem I am
having.

I have been working on a vertical drop down menu using the HTML Dog son of
suckerfish code. I have done a few horizontal menus without problem, but IE7
is causing me dramas here (I haven't even bother with 6 as of this stage).

I have a link to the page here

[URL="http://samgermein.com/dropdown/default1.htm
"]http://samgermein.com/dropdown/default1.htm[/URL]

It looks right in firefox but in IE7 there is a small cap under every list
item that has a drop down. (eg about us link red border does not extend all
the way down)

the layout css is here

[URL="http://samgermein.com/dropdown/default1.htm
"]http://samgermein.com/dropdown/default1.htm[/URL]

Regards

Sam Germein
__
css-discuss [EMAIL PROTECTED]
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] Site/blog advices, please

2007-09-15 Thread Daniel Petre
hello,
i managed to tweak the simpla theme for wordpress and smoothed out
pretty well my homepage, based on wp blogging system.

still, i would like advices about accesibility, fonts families and the
colours i use.

also, i would like a site check in safari and IE7 if anyone pleases..

please, any critics or ideas are very precious to me,
thanks in advance,

the url is http://www.pain.ro


__
css-discuss [EMAIL PROTECTED]
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] Updated // Rahul Gonsalves.com // Site Check

2007-09-15 Thread Rahul Gonsalves
Thanks to Tigdh, David and Georg.

I've applied some of the corrections mentioned - though until I can  
think of something different, I've got the clipped-off glyphs as  
headings. Do overlook them for the moment.

http://rahulgonsalves.com/ver3-c/

All further suggestions and criticism welcome,
Best,
  - Rahul.
__
css-discuss [EMAIL PROTECTED]
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/