[css-d] Internet Explorer

2007-12-18 Thread JonMarc Wright
Hey everyonedid some work on a site recently, had it modified and bounced around a bit, just got it back with a request to fix it in internet explorer, as right now it looks nothing like it does in firefox. doesn't have any browser specific style sheets at the moment or any hacks or filters.

Re: [css-d] how to control space between table rows

2007-10-27 Thread JonMarc Wright
> >td, th { padding: 0; } > in the CSS has the same effect as >cellpadding="0" > in HTML. > > ~fantasai true, though i've seen situations where the css won't do the trick on all browsers (ie in quircks mode maybe though i'd have to test it out again for specifics). in those cases, i had

Re: [css-d] how to control space between table rows

2007-10-27 Thread JonMarc Wright
> >img { display: block; } > or >img { vertical-align: top; } > should help. > > ~fantasai using display: block will do fine for eliminating the double spacing between your table rows. it sounded like you wanted the images to have no space around them at all (in other words no blue back

[css-d] Resolved - Question about attribute selectors

2007-09-28 Thread JonMarc Wright
Silva > http://www.maujor.com/ > -- > - Original Message - > From: "JonMarc Wright" <[EMAIL PROTECTED]> > To: > Sent: Thursday, September 27, 2007 1:50 PM > Subject: [css-d] Question about attrib

[css-d] Question about attribute selectors

2007-09-27 Thread JonMarc Wright
Hello all, so i got the idea to play around with attribute selectors for a website... wanted to serve up transparent png shadowed background images to new browsers, and server up non-transparent gifs that i constructed to the rest. rather than place a bunch of hacks on all of my elements that i u