Re: [css-d] Browsershot alternative

2009-01-12 Thread S. Syed
Here you go. http://www.sitepoint.com/forums/showthread.php?t=345568 -Shaf Keith DiSarno wrote: > Is BrowrCamp maybe what you are thinking of? > > http://www.browsrcamp.com/ > > - Keith > > On Mon, Jan 12, 2009 at 10:37 PM, Del Wegener wrote: > > >> I have seen references to browsershot on

Re: [css-d] Browsershot alternative

2009-01-12 Thread Keith DiSarno
Is BrowrCamp maybe what you are thinking of? http://www.browsrcamp.com/ - Keith On Mon, Jan 12, 2009 at 10:37 PM, Del Wegener wrote: > I have seen references to browsershot on this list. > Is there another similar site? > Thanks > Del > > ___

[css-d] Browsershot alternative

2009-01-12 Thread Del Wegener
I have seen references to browsershot on this list. Is there another similar site? Thanks Del __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incut

Re: [css-d] IE and background colour

2009-01-12 Thread Elle Meredith
On 13/01/2009, at 6:11 AM, Ingo Chao wrote: > 2009/1/12 Elle Meredith > > >> The site is at: http://farmpeacelove.com/italiano/alloggio > > Actually decreasing margin-right fixed the problem in IE6 but not IE7. > Do you think it has anything to do with using outline? > > outline? CSS3 Basic User

Re: [css-d] Font stack article

2009-01-12 Thread Richard Mason
On Mon, 12 Jan 2009, Bruno Fassino wrote >In the Firefox source I see this >DWORD len = GetGlyphOutlineW(dc, PRUnichar('x'), GGO_METRICS, &gm, >0, nsnull, &kIdentityMatrix); > ... >mMetrics->xHeight = gm.gmptGlyphOrigin.y; > >I know nothing about this (I'm not even sure to have identif

Re: [css-d] Safari, Opera, Chrome pushing image to bottom of screen

2009-01-12 Thread Philippe Wittenbergh
On Jan 13, 2009, at 7:38 AM, Daniel Hammond wrote: > URL: http://www.studentremix.org > CSS: http://www.studentremix.org/landing.css > > For a reference of what this page should look like, look at it in FF > or IE. > They display it correctly. Safari, Opera, and Google Chrome push the > blue

Re: [css-d] Safari, Opera, Chrome pushing image to bottom of screen

2009-01-12 Thread James Hindle
Daniel, It's the margin declaration in your #portalWrapper: margin: 345px auto 0 auto; That's messing it up in the mentioned browsers. I would get rid of that top margin, and position it using "position:relative;" in your container div. -James On Mon, Jan 12, 2009 at 5:38 PM, Daniel Hammond w

[css-d] Safari, Opera, Chrome pushing image to bottom of screen

2009-01-12 Thread Daniel Hammond
URL: http://www.studentremix.org CSS: http://www.studentremix.org/landing.css For a reference of what this page should look like, look at it in FF or IE. They display it correctly. Safari, Opera, and Google Chrome push the blue image to the bottom of the screen. I don't see anything in the CSS tha

Re: [css-d] best practices

2009-01-12 Thread Erika Meyer
Jack Timmons wrote: > I used @import for a while (it was a > phase, just like rolled pants legs and hair bands), Not really. The reason @import was used so heavily in the early 00's was because NN4x's interpretation of CSS was so horrible. So if you wanted NN4 to see a stylesheet, you'd link

[css-d] my first job with CSS

2009-01-12 Thread Gabriele Romanato
www.icosfitness.it/beta/ I've just finished to build up the front-end of this site. Although the client wanted a pixel-by-pixel fixed width, I think this sl...t has done a good job. What do you think about? Destroy me, I'm evil! ^.^/ -- http://www.css-zibaldone.com http://www.css-zibaldone.com

Re: [css-d] best practices

2009-01-12 Thread Gunlaug Sørtun
dsm...@flvs.net wrote: > I teach Web Design and really focus on standards and best practices. > When using external style sheets I have always had students link the > style sheet. Recently some students have begun using the @import > url("main.css");I understand how to use both. I am just wonderi

Re: [css-d] best practices

2009-01-12 Thread Dan Gayle
Archive.org doesn't cache @imported stylesheets, so if you're interested in posterity, links are the better way to do it. On Jan 12, 2009, at 10:42 AM, s...@ssyed.com wrote: > Probaly linking is being cashed and @import not? Loading times? __

Re: [css-d] IE and background colour

2009-01-12 Thread Ingo Chao
2009/1/12 Elle Meredith > > ... > >> probably display: inline-block for li helps. > > > > This did not work. The thumbnails do not float anymore. Any > > suggestion? > > >> The site is at: http://farmpeacelove.com/italiano/alloggio > > Actually decreasing margin-right fixed the problem in IE6 but

Re: [css-d] best practices

2009-01-12 Thread shaf
Probaly linking is being cashed and @import not? Loading times? http://bluerobot.com/web/css/fouc.asp/ > On Mon, Jan 12, 2009 at 11:04 AM, wrote: > >> Hi >> I teach Web Design and really focus on standards and best practices. >> When >> using external style sheets I have always had students link

Re: [css-d] best practices

2009-01-12 Thread Jack Timmons
On Mon, Jan 12, 2009 at 11:04 AM, wrote: > Hi > I teach Web Design and really focus on standards and best practices. When > using external style sheets I have always had students link the style > sheet. Recently some students have begun using the @import > url("main.css");I understand how to use

[css-d] best practices

2009-01-12 Thread DSmith
Hi I teach Web Design and really focus on standards and best practices. When using external style sheets I have always had students link the style sheet. Recently some students have begun using the @import url("main.css");I understand how to use both. I am just wondering what the best practice

Re: [css-d] Font stack article

2009-01-12 Thread Bruno Fassino
On Mon, Jan 12, 2009 at 4:41 AM, Richard Mason wrote: > http://msdn.microsoft.com/en-us/library/ms534014(VS.85).aspx shows the > parameters that can be read, by a call to the appropriate Operating > System function, for an installed font. Note "otmsXHeight" which is the > x-height and the comment