Re: [css-d] Image scaling

2010-09-21 Thread Francesco
On Tue, Sep 21, 2010 at 9:32 AM, Sandy Feldman wrote: > ok, every now and then I laugh out loud at something on the list ... > > thanks! > Sandy > Me too, Sandy! And now I have an irrepressible urge for a delicious breakfast sandwich to accompany my fresh coffee

Re: [css-d] Image scaling

2010-09-21 Thread Francesco
On Tue, Sep 21, 2010 at 5:25 AM, Philip Taylor (Webmaster, Ret'd) wrote: > > Sorry, an irrepressible urge to be pendatic forces me > to opine that ASP is a technology, not a language. I have an irrepressible urge to conclude you must have meant "pedantic." -- Frances

[css-d] site design/layout feedback desired

2010-08-24 Thread Francesco
w is under Baby - Boys - Pullovers. Mostly looking for feedback on the product page and the cart page, general layout, and navigation. Site is built using ASP.NET 4.0, ASP.NET MVC 2.0, SQL Server 2008, using an MVVM pattern. http://blackcoil.com/classychild -- Francesco Sanfilippo, Blackcoil Produc

[css-d] is this list still alive?

2010-08-21 Thread Francesco
I used to get 50 messages a day from here. Where is everyone? -- Francesco Sanfilippo, Blackcoil Productions HTML, CSS, JQuery, ASP.NET, MVC, SQL, Silverlight 702.272.8912 | france...@blackcoil.com http://blackcoil.com | http://facebook.com/blackcoil

[css-d] how to make this DIV lay over a Flash animation?

2008-03-11 Thread Francesco (Sin City Creative)
-index or something? Thanks, Francesco __ 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

Re: [css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-20 Thread Francesco (Sin City Creative)
Thanks to EVERYONE who helped with this a few days ago! I've had a sick Dachsund and I'm getting ready for an interstate move, so things have been hectic. I appreciate this incredible list! Francesco Sanfilippo, CEO S I N C I T Y C R E A T I V E http://www.sincitycreative.com

[css-d] simple css question

2007-08-20 Thread Francesco (Sin City Creative)
I was trying to help a friend with a layout and ran into something. The page is XHTML 1.0 Strict, btw. He wants a 40px tall header with two cells, 50% each. Sounds simple, and it works as expected in FF 2.0, with two cells side-by-side. In IE 7, the right cell drops under the left cell, instead

[css-d] Site Review Request (Win IE 5.5, 6 and Mac)

2007-08-18 Thread Francesco (Sin City Creative)
Thanks in advance! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported

Re: [css-d] css form Issues --Help

2007-06-10 Thread Francesco Rizzi
Hi there :) On 6/10/07, coolman coolx <[EMAIL PROTECTED]> wrote: > > I have created a form with a mix of table and css and am having the > following issues > Here is the url: > > http://www.crinigeria.com/index.php?option=com_chronocontact&chronoformname=resume > > 1. The form is pushed down in IE

Re: [css-d] What, o what am I doing?

2007-06-08 Thread Francesco Rizzi
Hi Renae, On 6/8/07, Renae Willis <[EMAIL PROTECTED]> wrote: > > > 1. The p.normal tags aren't floating to the right of the thumbnails in > FF2 the way I'd imagined they would & the way that they do in IE6+7. > Any suggestions on how I could fix this would be massively > appreciated. It seems th

Re: [css-d] "Weak" layout

2007-06-06 Thread Francesco Rizzi
On 6/6/07, trevor bayliss <[EMAIL PROTECTED]> wrote: > > I just got a comment from one of the list members that I don`t understand > about my webpage saying, and I quote: "your layout is a bit weak, and can't > take much, if any, > font-resizing in any browser. Test in browsers and you'll see how e

Re: [css-d] oops, to clarify

2007-06-04 Thread Francesco Rizzi
On 6/3/07, ron zisman <[EMAIL PROTECTED]> wrote: > > > Browsers have different defaults. > > Add... > table td {vertical-align: top;} > ...and Firefox will get the message. Along those lines, I found that using a style-baselining stylesheet from the get go helps a lot. Here's the link to E.Meyer

Re: [css-d] Star Rating System

2007-05-31 Thread Francesco Rizzi
On 5/31/07, Diego Muñiz <[EMAIL PROTECTED]> wrote: > > I' ve done this star rating system: < > http://www.punisha.com/test/estrellas/> > > Based in komodomedia one, but when i hover the second stars my text get > moved in firefox. In Explorer there's no problem, and in Opera it doesn't > works. D

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-22 Thread Francesco Rizzi
On 5/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > On Tue, 22 May 2007, Blake Haswell wrote: > > > Of course, in XHTML 2.0, they will be doing away with the tag. > > Don't count this as a victory. They're replacing it with the The > quick brown ... syntax. So, clearly, the W3C believ

Re: [css-d] Vertical Space Grudge Match: br vs css

2007-05-20 Thread Francesco Rizzi
On 5/19/07, Roger Roelofs <[EMAIL PROTECTED]> wrote: > > 1. Your site needs visual consistency. Using css helps that. > 2. CSS gives you more control over how much vertical space you want. > 3. The cleaner/more semantic/smaller your html, the easier it is to > maintain. > 4. Using html element

[css-d] Vertical Space Grudge Match: br vs css

2007-05-19 Thread Francesco Rizzi
Consider an hypothetical situation: the project requirements call for some vertical space between a certain element on your web page (picture an horizontal line, like an hr), and a second element (picture a textbox). There's many ways you can achieve this effect. My instinct would be to give the s

Re: [css-d] 2 questions

2007-05-15 Thread Francesco Rizzi
On 5/15/07, Lauri Pantos <[EMAIL PROTECTED]> wrote: > > Hi. > #1 what would be the advantage of defining styles in the head instead of > the body? Hi Lauri. I guess I'd answer 'Reusability and Maintainability' for that one. Granted, it depends on how you are defining the styles, but if we compar

Re: [css-d] Text-Decoration on Table Caption

2007-05-12 Thread Francesco Rizzi
On 5/12/07, Philippe Wittenbergh <[EMAIL PROTECTED]> wrote: > > > It is a known bug in Gecko browsers [1]. > If the text-decoration is absolutely vital, wrap the contents of > in a and apply the text decoration to the span. > Otherwise, I'd live with it. Other browsers do display the text- > deco

[css-d] Text-Decoration on Table Caption

2007-05-12 Thread Francesco Rizzi
Hello list. I've hit an odd ball. Maybe it's a known fact, maybe it's a browser-specific problem. If anyone can enlighten me, I'll be happy. I'm setting the text-decoration to underline for a table caption, and it doesn't seem to get underlined in Firefox (v.2.0.0.2). Here's a basic example: htt

Re: [css-d] drop down menu problem - ie 7 - testers needed

2007-05-03 Thread Francesco Rizzi
I've peeked at this one using FF 2 on Win XP Pro SP2. The page is not bad at all, so these are just suggestions from a picky and opinionated person: ~ the blue in the background and the blue in the logo don't match.. should they ? ~ the bar hosting the dropdown menus and the "bottomBorder" horizt

Re: [css-d] menu affect

2007-04-23 Thread Francesco Rizzi
On 4/23/07, Don - HtmlFixIt.com <[EMAIL PROTECTED]> wrote: > > Terry O'Leary wrote: > > > > Can anyone suggest a site that has implemented this affect (primarily in > > css) but flash or ajax would be fine! > > > Not sure quite what you want Terry, but perhaps you can find your > desired look by bu

Re: [css-d] yet another drop down menu

2007-04-19 Thread Francesco Rizzi
Just one thing I noticed: It seems you copy-paste the javascript, without removing the '>>' character they use to indicate 'newline'. Specifically, these two lines here: [quote] this.className=this.className.replace» (" over", ""); [/quote] should appear on a single line Additionally,

[css-d] making a UL menu horizontal - IE question

2007-02-16 Thread Francesco Sanfilippo
I have this code that works beautifully in FF for making a menubar of buttons horizontal, but it does not work in IE 6 or 7, and I haven't checked in Safari yet. Any ideas why IE doesn't like this? #menubar { height: 31px; } ul#menu { border: 0; margin: 0; padding: 0; display: table; lis

[css-d] Jukka?

2006-08-22 Thread Francesco Sanfilippo
What even happened to Jukka K. Korpela? I haven't heard from him in months. -- Francesco Sanfilippo Web Developer, Web Designer, Photographer http://www.blackcoil.com email: [EMAIL PROTECTED] phone: 402-676-3011 __ css-di

[css-d] browser stats

2006-06-09 Thread Francesco
tearing my hair out to make all the above happy, or is it only affecting a few percent of my visitors? Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css

[css-d] how to make a DIV supercede everything?

2006-04-16 Thread Francesco
Is there a way to make a DIV overlay and supercede EVERYTHING on a page no matter what? Shouldn't some combination of z-index, position, and visibility do it? Thanks, Francesco Francesco Sanfilippo Web Developer, Web Designer, Photographer http://www.blackcoil.com [EMAIL PROTECTED] Phone

[css-d] how to vertically align text?

2006-01-24 Thread Francesco
things with vertical-align: middle; before CSS. How is this corrected now? Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Francesco
Thanks everyone. A combination of: list-style-position: outside; and placing a specific left margin on the li fixed the issue. Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

[css-d] new site is live...

2006-01-20 Thread Francesco
l.com Francesco PS: The LI issue I'm talking about is visible on the home page. Francesco Sanfilippo Web Architect and Software Developer http://www.blackcoil.com [EMAIL PROTECTED] 402-932-5695 home office 402-676-3011 mobile Professional web developer and Internet consultant with 10 years

[css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Francesco
I guess I've never had to deal with LI text long enough to wrap to the second line. Now I notice that the second line begins under the bullet and not justified to the same place as the first line of text. Any way to fix that? Fran

[css-d] target attribute of anchor

2006-01-15 Thread Francesco
Has the target attribute of the anchor tag been deprecated? If so, how are we now supposed to specify a target window? Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ

Re: [css-d] CSS based Logo

2006-01-11 Thread Francesco
Is there some obvious reason for trying to make a logo out of CSS, or is it just an experiment? Francesco --- francky <[EMAIL PROTECTED]> wrote: > Scott Hamm wrote: > > >This is my first attempt in creating CSS based > logo. I already tested > >FireFox 1.5, Opera

[css-d] one more Opera question...

2005-12-23 Thread Francesco
jects/216102/4481985.jpg The page is here: http://blackcoil.com/Services.aspx and the CSS is here: http://blackcoil.com/styles/snowflake01.css Any tips are apreciated! Francesco __ css-discuss [EMAIL PROTECTED] http://ww

[css-d] site check, Opera, any platform

2005-12-23 Thread Francesco
though I styled ULs to not have bullets. http://www.browsercam.com/projects/216074/4480723.jpg I'm wondering if the Browsercam computers are reading a cached copy of the stylesheet from before I made the fix? Could someone with Opera check it out for me? Much app

[css-d] creating graphical hyperlinks with mouseover in CSS

2005-12-19 Thread Francesco
quot; with regards to this technique? Are there any new and better techniques since last year? Francesco Francesco Sanfilippo Web Architect and Software Developer http://www.blackcoil.com [EMAIL PROTECTED] 402-932-5695 home office 402-676-3011 mobile Professional web developer and Internet consulta

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
Duh. The URL would help. http://imagekind.com Thanks! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http

[css-d] page check please, or Browsercam bug?

2005-11-13 Thread Francesco Sanfilippo
ge is defined in CSS. Has anyone had this problem before, and does this simple page look as expected on Mac browsers? Thanks! Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wik

[css-d] white space in IE 6 but not in FF...why?

2005-11-04 Thread Francesco Sanfilippo
Why does this layout have a small white space between the left and right columns in IE 6 but not in FF 1.5? http://sharemycode.com/test1.aspx __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List

Re: [css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Thanks for the Mac shots Micky! I was a bit vague as to where the border is. There is a 2-3px wide white border between the left and right columns in IE 6 on Windows. The tag is there because this is an asp.net application which require forms for server-side interaction. Francesco On 11/4

[css-d] question on layout and Mac check please

2005-11-04 Thread Francesco Sanfilippo
Two questions actually... 1. Why does the following layout have a small white border in IE 6, but not in FF 1.5? 2. Could someone check this on Mac IE as well as Safari? Thanks! http://sharemycode.com/test1.aspx Francesco

[css-d] hackless 2-col layout with one fixed width column?

2005-11-04 Thread Francesco Sanfilippo
Does a hackless 2-column layout with one fixed width column exist? I need a left column of 200px and the right column needs to fill the remaining space. Preferably one that does not rely on absolute positioning. Thanks, Francesco

Re: [css-d] centering....arg i hate it *sigh*

2005-06-02 Thread Francesco Sanfilippo
Either margin: 0 auto; or text-align: center; should work. Francesco On 6/2/05, Abyss <[EMAIL PROTECTED]> wrote: > hi all > > I have a question which plagues me ever since i left table layout ..its > centering one small t

Re: [css-d] alt and title on images (SEO etc.)

2005-05-07 Thread Francesco
Sure, I know they are for accessiblity, but I'm asking what does Google do with them. I know it must use them somehow for its Image Search. Francesco On Sun, 8 May 2005 09:55:41 +1000, "jack fredricks" <[EMAIL PROTECTED]> said: > > What is the proper way to describ

Re: [css-d] alt and title on images (SEO etc.)

2005-05-07 Thread Francesco
Does Google read alt and title tags and use them to catalogue images for Image Search, or does it only use the image file names? Francesco On Sat, 7 May 2005 17:17:13 -0700 (PDT), "Anthony" <[EMAIL PROTECTED]> said: > alt="foo"/> > > You can read m

[css-d] alt and title on images (SEO etc.)

2005-05-07 Thread Francesco
attributes on images? Thanks, Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org

Re: [css-d] layout / color scheme comments please?

2005-05-01 Thread Francesco
Thanks for the ideas, everyone! After a weekend of design I'm liking with the look and feel. Have another look, if you don't mind. Time to move back behind the scenes and finish up the back-end coding. :) http://mycrazyneighbor.com/01.html

[css-d] layout / color scheme comments please?

2005-05-01 Thread Francesco
and IE 6.0, can someone check on Mac for us? Also, any opinions on the colors? Thanks, Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.co

Re: [css-d] Help needed with simple stretching site layout

2005-04-27 Thread Francesco
Lucas, Take a look at my recently redesigned http://www.blackcoil.com site which uses a centered 760px content region, with footer, and expands vertically with new content. Let me know if you have any questions. Francesco On Thu, 28 Apr 2005 09:36:21 +1200, "Lucas Young" <[EM

Re: [css-d] Help needed with simple stretching site layout

2005-04-27 Thread Francesco
Lucas, Take a look at my recently redesigned http://www.blackcoil.com site which uses a centered 760px content region and expands vertically with new content. Let me know if you have any questions. Francesco On Thu, 28 Apr 2005 09:36:21 +1200, "Lucas Young" <[EMAIL PROTECTED