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,