Re: [css-d] IE and img trouble

2008-06-04 Thread David Laakso
christopher wrote: > I've got a question about a layout I'm doing in which I > keep getting the background color poking out between > the images I'm using. > > > w3.coh.arizona.edu/aas/new_aas > > > Thanks ~ Chris > > Add this to close the gap in IE/6 and IE/7: img {vertical-align:bottom;}

[css-d] IE and img trouble

2008-06-04 Thread christopher
Hi everyone. I just discovered this list through hotdesign.com/seybold/32online.html. I've been maintaining websites for a little while now and I'm also interested in FreeBSD and OSS programming. I've got a question about a layout I'm doing in which I keep getting the background color poking out b

[css-d] IE Margin Issues

2008-06-04 Thread David Terrell
Hello All, I have an issue with a negative margin in IE. I have this site set up so that the navigation falls back on top of the header as seen in this capture: http://www.lyramid.com/test/Assets/Images/navigationcapture.png This displays fine in all browsers but IE. Here's what it looks like:

Re: [css-d] Target IE7? Or Something Better?

2008-06-04 Thread Bill Brown
> I'm late to the IE7 game, so I'm not sure if it should now be acting much > like FIrefox, but with this rule it definitely isn't. > I'm just trying to find where the ultimate fault lies and how to address it > best. Chris, Tests on IE7/Vista and Firefox/Ubuntu 8.04 side-by-side show identical o

Re: [css-d] Target IE7? Or Something Better?

2008-06-04 Thread Melbeach
> Regarding this site and CSS: > > www.springfieldmo.gov/founders/ > www.springfieldmo.gov/css/founders.css > > The issue: > > In IE7 only, the menu images are 9px too high, apparently needing the same > 9px margin-top as on these items as IE6 did. Chris, I'm seeing no difference whatsoever with I

Re: [css-d] Target IE7? Or Something Better?

2008-06-04 Thread David Laakso
Chris Akins wrote: > Regarding this site and CSS: > > www.springfieldmo.gov/founders/ > www.springfieldmo.gov/css/founders.css > > The issue: > > In IE7 only, the menu images are 9px too high,.. > Mac OS X 10.4.11 (Parallels XP IE). With your page in IE/7, IE/6, and Mac/FF adjacent to adjacen

Re: [css-d] Site check please...

2008-06-04 Thread Rob freeman
on the Order, FAQ and Contact US pages the leftcolumn-two div contains a child div called post which has some padding. This shifts all content down and across, not sure if this is intentional. lister 2008/6/3 Michael Adams <[EMAIL PROTECTED]>: > On Tue, 03 Jun 2008 12:22:49 -0700 (PDT) > Raven

Re: [css-d] problems with rollovers on dropdowns

2008-06-04 Thread David Laakso
Rebecca Richter wrote: > http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html > > My navigation with dropdowns is giving me some issues: > > In FF, looks generally o.k., but hovering on the dropdown list items adds in > some undesireable margins and padding, though I can't find where

[css-d] Where to put the width?

2008-06-04 Thread Josh Rehman
I'm currently working with code that has a table based layout. It's also templated such that peices of a page are in seperate physical files. Its difficult for me to do things like "widen" a column because the width of the column is specified 3 or 4 times, like this (pseudo-code): table width=2

Re: [css-d] :: List item images flickering in IE-6 ::

2008-06-04 Thread Bill Brown
> .about .col-1 { width: 210px; } > .about .col-1 ul li { display: inline;} > .about .col-1 ul li a { > display: block; > padding: 5px 0 5px 20px; > border-bottom: 1px solid #ccc; > background: url(../images/bullet_abt_aitt.gif) no-repeat 5px center; > } Hi Amrinder, I'm

Re: [css-d] :: List item images flickering in IE-6 ::

2008-06-04 Thread Bill Brown
> .about .col-1 { width: 210px; } > .about .col-1 ul li { display: inline;} > .about .col-1 ul li a { > display: block; > padding: 5px 0 5px 20px; > border-bottom: 1px solid #ccc; > background: url(../images/bullet_abt_aitt.gif) no-repeat 5px center; > } Hi Amrinder, I'm

[css-d] drop-down navigation (not hovering in IE)

2008-06-04 Thread Ryan Oswald
Hi, I'm having trouble with this css drop-down/hover menu. Its working perfect in firefox and safari, but will not show up in IE 6 & 7. You can see it here: http://www.ozworkz.com/delnorte/temp/ The drop-down is only on the "Locations" menu item. The drop-down would not show up at all in any brows

[css-d] Rendering Flash Object within a list.

2008-06-04 Thread Sohail Aboobaker
Hi, Is it possible to render a flash movie as a line element in an unordered list or as a detail description in a definition list? If so, what would be the markup and accompanying CSS styles for achieving this? Regards, Sohail Aboobaker. __

[css-d] Target IE7? Or Something Better?

2008-06-04 Thread Chris Akins
Regarding this site and CSS: www.springfieldmo.gov/founders/ www.springfieldmo.gov/css/founders.css The issue: In IE7 only, the menu images are 9px too high, apparently needing the same 9px margin-top as on these items as IE6 did. But my IE6 rule below isn't seen by IE7. The relevant CSS from

Re: [css-d] linking an entire td

2008-06-04 Thread Bobby Jack
--- Rob Emenecker <[EMAIL PROTECTED]> wrote: > > > How can I link and entire td in a table? I can > only seem > > to get it to > > > work if I set an explicit height, which in this > case, I do not know > > > ahead of time > > > > As you suggest / fear, I don't think this is > possible. > >

[css-d] :: List item images flickering in IE-6 ::

2008-06-04 Thread Amrinder
Hi! I have finished with my layout and found problem with IE6. The page is www.awayback.com/aitt/about.html On the left side I have used the background images as bullets. The bullet images are applied 'a' tag which resides inside 'li' tag. The code is: .about .col-1 { width: 210px; } .about

Re: [css-d] linking an entire td

2008-06-04 Thread Rob Emenecker
> > How can I link and entire td in a table? I can only seem > to get it to > > work if I set an explicit height, which in this case, I do not know > > ahead of time > > As you suggest / fear, I don't think this is possible. > Setting "height: 100%" to the 'a' will only have an effect if > it

[css-d] problems with rollovers on dropdowns

2008-06-04 Thread Rebecca Richter
Sorry, here's the link: http://www.blackfootchallenge.org/rebeccatest/homepage1_test.html My navigation with dropdowns is giving me some issues: In FF, looks generally o.k., but hovering on the dropdown list items adds in some undesireable margins and padding, though I can't find where those are

Re: [css-d] problems with rollovers on dropdowns

2008-06-04 Thread David Laakso
Rebecca Richter wrote: > My navigation with dropdowns is giving me some issues: > > Help! > > -Becca > I think you'll need to provide a clickable link to it. -- http://chelseacreekstudio.com/ __ css-discuss [EMAIL PROTECTE

[css-d] problems with rollovers on dropdowns

2008-06-04 Thread Rebecca Richter
My navigation with dropdowns is giving me some issues: In FF, looks generally o.k., but hovering on the dropdown list items adds in some undesireable margins and padding, though I can't find where those are in the CSS. IE 7 shows many more problems. Too much padding above "smallnav", dropdowns on

Re: [css-d] linking an entire td

2008-06-04 Thread Bobby Jack
--- Scott Haneda <[EMAIL PROTECTED]> wrote: > How can I link and entire td in a table? I can only > seem to get it to > work if I set an explicit height, which in this > case, I do not know > ahead of time As you suggest / fear, I don't think this is possible. Setting "height: 100%" to the '

Re: [css-d] Writing CSS articles in English: site structure issues

2008-06-04 Thread Richard Grevers
On 6/1/08, Gabriele Romanato <[EMAIL PROTECTED]> wrote: > Yesterday I've finished to write my first CSS article in English. > This is the first of a series of articles that I'm going to _deliver_ in the > next fall or something. > I've a problem with my site structure. > As some of you know, a

Re: [css-d] Yet another RTL bug?

2008-06-04 Thread Sharon Go
Thanks for looking into it, Jukka! > Looks like a nasty bug. Setting margins and things like that don't seem > to fix it. Yes, yet it works fine in IE6... And I was always under the impression that IE had good support for RTL formatting... > Well, CSS has nothing to do with the _problem_, since