Re: [css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
On Fri, May 6, 2011 at 10:00 AM, Chetan Crasta  wrote:
> Add this:
>
> #main {left:0;}
>

This will also work:

#main {zoom:1;}

or

#main {height:1%;}

Regards,
Chetan Crasta
__
css-discuss [css-d@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] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
Add this:

#main {left:0;}

Regards,
Chetan Crasta
__
css-discuss [css-d@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] Desktop. Tablet. Mobile. [ec]

2011-05-05 Thread David Laakso

Error Correction


First-pass. Comments and suggestions appreciated.

This end...
Desktop: OS 10.4
Tablet: No got.
Mobile: OperaMini os SanyoMirro 4 BoostMobile.

uri: 

Thanks.
Best,
~d



uri should read:


~d

--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

__
css-discuss [css-d@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] Desktop. Tablet. Mobile.

2011-05-05 Thread David Laakso

First-pass. Comments and suggestions appreciated.

This end...
Desktop: OS 10.4
Tablet: No got.
Mobile: OperaMini os SanyoMirro 4 BoostMobile.

uri: 

Thanks.
Best,
~d


--
http://chelseacreekstudio.com/
http://chelseacreekstudio.com/fa/

__
css-discuss [css-d@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] Problem with IE7 content coming out of box

2011-05-05 Thread Carol Swinehart
http://www.culpepers.biz/test/index.html

Page parses and is correct on all browsers except IE7 where the content area
is off to the right.

Can't seem to find what may be open or what is causing this problem.

Thanks,

Carol
__
css-discuss [css-d@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] @font-face and IE browsers....

2011-05-05 Thread Philippe Wittenbergh

On May 6, 2011, at 2:39 AM, Nancy Johnson wrote:

> We are using @font-face...

A URL would be useful to help debugging…

> 
> The font we are using is an open source font from Google
> http://www.google.com/webfonts/family?family=Nobile#set
> I don't know how it was converted to .eot, .woff or .svg as these came
> to us already converted.
> 
> This is the code that is used, the path is correct
> 
> @font-face {font-family: 'Nobile';
> src:
> url('font/nobile/nobile-webfont.eot');
> src:
> url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
> url('font/nobile/nobile-webfont.woff') format('woff'),
> url('font/nobile/nobile-webfont.ttf') format('truetype'),
> url('font/nobile/nobile-webfont.svg#NobileRegular') format('svg');
> font-weight: normal;font-style: normal;}

You don't need the first line 
> src:
> url('font/nobile/nobile-webfont.eot');

http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax


> Tried already:
> src: local:  instead

src: local(local-name-of-font-here) only works when the font is installed on 
the machine (and IE < 9 doesn't understand it anyway).


> on this line  I tried changing  this
> url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
> to
> url('font/nobile/nobile-webfont.eot?iefix') format('eot'),
> 
> also using an absolute path to the font instead of relative path.

So what is the problem, and what version(s) of IE are affected ?
(and if your site is on a IIS server, you may need to add a mime type for the 
woff file, according to the article linked above).

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






__
css-discuss [css-d@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] Z-index demo

2011-05-05 Thread Philippe Wittenbergh

On May 6, 2011, at 4:13 AM, Philip Taylor (Webmaster, Ret'd) wrote:

> My mouse was over the lower central image, which
> resolutely refused to come to the foreground until
> I moved my mouse away from all three images.  When
> I move from the rightmost to the central image,
> the left image comes to the foreground.

That is expected…

> #gallery img.center:hover {
>   z-index: 0;
> }

Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






__
css-discuss [css-d@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] Z-index demo

2011-05-05 Thread Philip Taylor (Webmaster, Ret'd)

Does not work for me, Gabriele : Seamonkey 2.0.14,
Win/XP;SP3.


https://picasaweb.google.com/Chaa006/ScreenCaptures?authkey=Gv1sRgCPLV3Kvwm6zA5QE#5603311437556736210

My mouse was over the lower central image, which
resolutely refused to come to the foreground until
I moved my mouse away from all three images.  When
I move from the rightmost to the central image,
the left image comes to the foreground.

Philip Taylor
__
css-discuss [css-d@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] Z-index demo

2011-05-05 Thread Gabriele Romanato
I'm currently developing an important project for an important client  
who doesn't know that I'm insignificant... :-) it's all absolute  
positioning and z-index and I have to say that now I know what's the z- 
index property's purpose: work with CSS as you do PSD files in PS:


http://onwebdev.blogspot.com/2011/05/css-z-index-demo.html

I can't believe it, but IE renders my project pages correctly give  
me only a few days and I'll share it with you. In the meantime I work  
14 full hours a day, straight headed to a physical breakdown!! :-)


But hey, I love you all because you're not only knowledgeable CSS  
persons, but also  genuine human beings.


Hope you find this demo useful.

Gabriele

ps: Italians are hectic

http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/  (English)
http://www.css-zibaldone.com/articles/  (English)
http://onwebdev.blogspot.com/  (English)








__
css-discuss [css-d@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] @font-face and IE browsers....

2011-05-05 Thread Nancy Johnson
We are using @font-face...

The font we are using is an open source font from Google
http://www.google.com/webfonts/family?family=Nobile#set
I don't know how it was converted to .eot, .woff or .svg as these came
to us already converted.

This is the code that is used, the path is correct

@font-face {font-family: 'Nobile';
src:
url('font/nobile/nobile-webfont.eot');
src:
url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
url('font/nobile/nobile-webfont.woff') format('woff'),
url('font/nobile/nobile-webfont.ttf') format('truetype'),
url('font/nobile/nobile-webfont.svg#NobileRegular') format('svg');
font-weight: normal;font-style: normal;}


Tried already:
 src: local:  instead

on this line  I tried changing  this
url('font/nobile/nobile-webfont.eot?#iefix') format('embedded-opentype'),
to
url('font/nobile/nobile-webfont.eot?iefix') format('eot'),

also using an absolute path to the font instead of relative path.

Thanks in advance,

Nancy
__
css-discuss [css-d@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] ADMIN: jenslists

2011-05-05 Thread Eric A. Meyer

Sorry about that, folks.  I've added a couple of rules to try to catch such
things in the future, one the side effect of which is:  always make sure
you supply a subject when you post to the list.  Otherwise it may get
lodged in the spam filter until I can clear it.
   I hate to think I'll have to go back to making all new subscribers 
moderated, but if the spamming continues, I'll have little choice.

   Anyway, apologies for the noise.  Carry on.

--
Eric A. Meyer (http://meyerweb.com/eric/), List Chaperone
"CSS is much too interesting and elegant to be not taken seriously."
  -- Martina Kosloff (http://mako4css.com/)
__
css-discuss [css-d@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/