Re: [css-d] IE7 issue about font-size, li, img

2006-10-20 Thread Felix B.
Felix B. wrote: > Hopefully this is not a doublepost. > > In an earlier post "Fontsize changes li elements with imgs only" you figured > out, that I have > to set the display of img els inside LI elements to "display:inline". > > That works in all browsers I've testet so far. > > But since I in

[css-d] Conditional (x)HTML

2006-10-20 Thread jsuggs
I'm building a site where I'm trying to keep "content first" in the source. However, older broswers (a newer ones too without hacks) have troubles positioning the columns. So, instead of hacking away at the css, what about the following solution? I realize this is just as much a hack, but the ac

Re: [css-d] thanks and gallery links wanted

2006-10-20 Thread ~davidLaakso
Phil Turner wrote: > Thanks David, I missed the other comments > advice like this is invaluable when in the early stages of css, I > have to build a gallery of small thumbnails and a pop up on rollover > can someone point me to a tutorial or example the thumbnails need to > be square 3 acros

[css-d] css positioning issues

2006-10-20 Thread Copeland
I am struggling with placement issues. I have put two in a table where I would like to position their so that. 1. .menul is aligned right at the very top within the .menu td 2. .menubottom is aligned at the very bottom within .menu td 3. .picture and .textbox are 25 pixels from the bottom of .

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread David Dorward
On 20/10/06, Barney Carroll <[EMAIL PROTECTED]> wrote: > I didn't realise attribute selectors were CSS3, either. I think this > adventure can go down as a lesson in bad practice. Attribute selectors are part of CSS 2. http://www.w3.org/TR/CSS2/selector.html#attribute-selectors IE 6 just doesn't,

Re: [css-d] letter spacing

2006-10-20 Thread Barney Carroll
Ah... I see. To be honest my initial reply isn't much help in this circumstance. I have been in this position before (I was trying to make a small-caps style that wasn't just smaller capital glyphs in the same style)... I eventually gave up. As David just said in his reply, typography renderin

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Barney Carroll
Thanks Alex. I couldn't see the forest for the trees, as it were. As it turns out, the use of the id attribute is particularly amusing because there are four such forms on one page, and they are all significantly different. When I resign myself to styling someone else's markup, I go partially b

[css-d] margins/paddings issue with caption, which browser renders correctly?

2006-10-20 Thread Tee G. Peng
Hi, I have a table that has 16px left margin , I want the caption align with table, but in Firefox it doesn't move 16px away. If I declare 16px left padding or margin in caption, it works but in Safari and Opera, it becomes 32px. Which browser(s) is correct? How do I make it work the way I

Re: [css-d] letter spacing

2006-10-20 Thread ~davidLaakso
Irit Gazit wrote: > Small but annoying question: > > What is the minimum change I can make to letter spacing? > > If I write: > > Letter-spacing: 0.1em; > > No change is noted > > Only from 0.5em I can see a change. > > Thanks for an answer. > > My guess is it depends on the font, the font-size,

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Alex Robinson
>I have definitions like the one below... Which IE6 simply doesn't seem >to acknowledge. > >form[id="resourceSelector"] .resource.left >{clear: left; margin-right: 2em;} > >Any help? As Christian has just pointed out, IE6 doesn't understand CSS3 attribute selectors (sidenote: IE7 does). However

Re: [css-d] letter spacing

2006-10-20 Thread Barney Carroll
Hi Irit, As someone with little knowledge of typography, ems hit me hard when my present working team insisted I use them for almost everything... The issue is that certain em differences do not equate a pixel difference, at which point no difference will be seen. I'm sure that, if you increas

[css-d] thanks and gallery links wanted

2006-10-20 Thread Phil Turner
Thanks David, I missed the other comments advice like this is invaluable when in the early stages of css, I have to build a gallery of small thumbnails and a pop up on rollover can someone point me to a tutorial or example the thumbnails need to be square 3 across and about 14 deep and to di

[css-d] A fully compliant XHTML + CSS Shopping Cart?

2006-10-20 Thread Lidia-Anain Bjorkquist
>From what I have read CK Gold (www.cartkeeper.com) and Zen Cart (http://www zencart.com/) are supposed to be fully compliant and are customizable using XHTML. Zen Cart is the free one of the two and if you go with Dream Host it installation of it is very simple because it is an added feature o

[css-d] letter spacing

2006-10-20 Thread Irit Gazit
Small but annoying question: What is the minimum change I can make to letter spacing? If I write: Letter-spacing: 0.1em; No change is noted Only from 0.5em I can see a change. Thanks for an answer. __ css-discuss [EMAIL PROT

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Barney Carroll
>> form[id="resourceSelector"] .resource.left >> {clear: left; margin-right: 2em;} > > It's entirely possible that IE6 doesn't support attribute specs. But > you don't need them for the example you give; just use > > form#resourceSelector .resource.left Hahaha... That's hilarious. It's somehow

[css-d] background image problem

2006-10-20 Thread Tee G. Peng
Hi, I am doing a page that I can't change the markup and source order (think CSS zen garden!), and is facing a problem with background image. The markup looks like so with background image in the footer div CSS: #wrap { background: url(images/content-bg.png) repeat-y ; wi

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Mark J. Reed
On 10/20/06, Barney Carroll <[EMAIL PROTECTED]> wrote: > I have definitions like the one below... Which IE6 simply doesn't seem > to acknowledge. > > form[id="resourceSelector"] .resource.left > {clear: left; margin-right: 2em;} It's entirely possible that IE6 doesn't support attribute specs. But

Re: [css-d] new css designer - comments please

2006-10-20 Thread ~davidLaakso
Phil Turner wrote: > http://www.philturner-uk.com/ypny/ > only the first two pages done at the mo , I have trouble with spacing > on the text between the h1,h2,h3 and body copy and class styles Phil, You are doing extremely well. Whatever it is you are doing-- keep doing it. You have a very nice

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

2006-10-20 Thread Holly Bergevin
From: "Pieter Botha" <[EMAIL PROTECTED]> >Please check this site for me: http://kusile.cojjoconnect.co.za I didn't check your site. Franky has already replied with some corrections and other help. Below, from the CSS in your email, note that the padding declaration does not have the required

Re: [css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Christian Heilmann
> Does anyone know of any reason why IE6 wouldn't understand attribute > specification in CSS definition? I've fallen into that terrible practice IE6 does not support attribute selectors in the form of foo[bar]. It is an old browser. Parallels is your friend. http://www.parallels.com/en/products/

[css-d] Specifying CSS definition via HTML attributes & IE6

2006-10-20 Thread Barney Carroll
Hi folks, Does anyone know of any reason why IE6 wouldn't understand attribute specification in CSS definition? I've fallen into that terrible practice of working exclusively on Mac for a couple of days - with the inevitable result of having an IE-using colleague tap me on the shoulder and burs

Re: [css-d] drop down menu behind the letters

2006-10-20 Thread Čistý design
That doesn't help either must be some bug in IE. I tried the flyout menu from cssplay.co.uk and it does the same thing. Unfortunately I have to make it work somehow... :( Thanks Jana > Hello Jana, > > Am 20.10.2006 um 14:37 schrieb Čistý design: > >> I removed it, didn't help in IE >

Re: [css-d] drop down menu behind the letters

2006-10-20 Thread Čistý design
I removed it, didn't help in IE still - thanks for a quick reply! Jana >> Just humbly asking for help... would anyone please know how to get the >> top dropdown menu list on top - in IE it shows the dropdown list behind >> the letters of the next line of menu... >> http://www.nutrianews.c

Re: [css-d] row of images (varying heights) should align at bottom of div

2006-10-20 Thread Beate De Nijs
Thanks Philippe, this would work. but it would mean to set up an id for each image in that row and define it's size? before your reply arrived I had tried a different - still no ascetic, so rather a lousy workaround: I set up a class .topmarginforbottomalign class and apply it to an image

Re: [css-d] A fully compliant XHTML + CSS Shopping Cart?

2006-10-20 Thread Zoe M. Gillenwater
Jon Hughes wrote: > I looked around on google for hours tonight looking for a shopping cart > that didn't add a table every other - does anyone know a free or > commercial solution for a shopping cart that is fully compliant with w3C > standards? > Jon, It would be great if you could gather s

Re: [css-d] drop down menu behind the letters

2006-10-20 Thread Schalk Neethling
Čistý design wrote: > Hello > Just humbly asking for help... would anyone please know how to get the top > dropdown menu list on top - in IE it shows the dropdown list behind the > letters of the next line of menu... > > http://www.nutrianews.com/index4.htm > > > Try removing the z-index from

Re: [css-d] IE inserting extra space

2006-10-20 Thread Chris Recknell
This should clear things up a little: #header { display:block; width:769px; height:96px; text-align:left; /* Hack To Keep IE5 Windows Happy */ background:no-repeat url(images/top.gif); overflow:hidden; } h1#title { display:block; mar

[css-d] drop down menu behind the letters

2006-10-20 Thread Čistý design
Hello Just humbly asking for help... would anyone please know how to get the top dropdown menu list on top - in IE it shows the dropdown list behind the letters of the next line of menu... http://www.nutrianews.com/index4.htm Thanks for any suggestion! Jana Forsyth ___

Re: [css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread Ian Young
> [mailto:[EMAIL PROTECTED] Behalf Of James Leslie > Sent: 20 October 2006 13:09 > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] Lines appearing under edges of linked images on hover > > > Thanks Ian, thats fixed it... Can't believe I missed that! > James > > > > The default a: code in gl

Re: [css-d] IE inserting extra space

2006-10-20 Thread Gunlaug Sørtun
James Ward wrote: > http://homepage.mac.com/jamesward/joansironingservice/ > Extra white space being inserted by IE between #header and > #content-wrapper. The margin on h1 is causing the gap in IE. Add... h1#title {margin: 0;} ...and it will be ok. regards Georg -- http://www.gunla

Re: [css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread James Leslie
Thanks Ian, thats fixed it... Can't believe I missed that! James The default a: code in global.css is text-decoration:underline. I would try .pager a{text-decoration:none} Ian __ css-discuss [EMAIL PROTECTED] http://www.css

Re: [css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread Ian Young
> [mailto:[EMAIL PROTECTED] Behalf Of James Leslie > Sent: 20 October 2006 12:48 > To: css-d@lists.css-discuss.org > Subject: [css-d] Lines appearing under edges of linked images on hover > > > > I have tried everything I can think of such as > > .pager a:hover img{text-decoration:none) but to no e

Re: [css-d] row of images (varying heights) should align at bottom of div

2006-10-20 Thread Philippe Wittenbergh
Beate De Nijs wrote: > I've got several thumbnail images of different height (and widths) in > a horizontal row. > they should all align at the bottom of their thumbnailcontainer which > has a fixed height. > > I've put them in a div id #thumbnailrow and tried with these settings: > > #thumbnai

[css-d] Lines appearing under edges of linked images on hover

2006-10-20 Thread James Leslie
On the page below, in IE6 and 7 if you hover over the pager images (previous/next) underneath the list of questions there is a small underline which appears just to the bottom right of the image. It almost looks like the edge of text-decoration. It doesn't happen in Netscape or Firefox and even mor

Re: [css-d] "margin: 0 auto" and "float" dont work together

2006-10-20 Thread Martin Breuer
>Hello Martin, > >Did you try wrapping them in another div which would be centered? > >hth, > >-- >Éric Vesque >imprimerie Print, Limoges >http://www.affaire-imprimerie.com Thanks for your response. The wrapping don't work because I need the space (margin: 0 auto) between the 3 (or 2) content-d

Re: [css-d] "margin: 0 auto" and "float" dont work together

2006-10-20 Thread Éric Vesque
Martin Breuer a écrit : > Hi, > I have one div with static width and height and a dynamic content from > on to three divs with static width and height which have to be centered. > To get them in one line, I use float: left. To center them I tried > margin: 0 auto; > But it doesn't work. Margin: 0 a

[css-d] "margin: 0 auto" and "float" dont work together

2006-10-20 Thread Martin Breuer
Hi, I have one div with static width and height and a dynamic content from on to three divs with static width and height which have to be centered. To get them in one line, I use float: left. To center them I tried margin: 0 auto; But it doesn't work. Margin: 0 auto OR float: left. Code for testin

[css-d] IE inserting extra space

2006-10-20 Thread James Ward
Hi I think I understand why this problem is occurring but, try as I might, I'm struggling to find which element is causing the problem. The site: http://homepage.mac.com/jamesward/joansironingservice/ The problem: Extra white space being inserted by IE between #header and #content-wrapper.

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Ian Young
>> this might be happening? > >> > > > > What are you using to trigger IE6? > > > > I haven't got time at the moment to go through your nav code in > detail but > > it looks very similar to one that I have used (requires csshover tho). > > > > See my example at: > > http://www.iyesolutions.co.uk/te

Re: [css-d] MSIE 6 spacing problem

2006-10-20 Thread Martin Cetkovsky
> > I have a following problem with MSIE 6 and I am not able > to find, > > what is going to fix it. > > > > Url: > > > http://ufal.mff.cuni.cz/index2.php?a=prezentace&m=student_in > fo > > Browser: MSIE 6 (SV1) > > Description: There is a menu on the left. If you move your > mouse > > from top to

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Schalk Neethling
Ian Young wrote: >> Greetings everyone, >> >> Please have a look at http://www.jcislord.org/. >> >> As you will see when you hover over the top navigation it pushes the >> side bar away from the right edge by about 10px or so. Any ideas why >> this might be happening? >> > > What are you using

Re: [css-d] MSIE 6 spacing problem

2006-10-20 Thread Martin Cetkovsky
> Martin Cetkovsky wrote: > > I have a following problem with MSIE 6 and I am not able > to find, > > what is going to fix it. > > > > Url: > > > http://ufal.mff.cuni.cz/index2.php?a=prezentace&m=student_in > fo > > Browser: MSIE 6 (SV1) > > Description: There is a menu on the left. If you move you

Re: [css-d] MSIE 6 spacing problem

2006-10-20 Thread Schalk Neethling
Martin Cetkovsky wrote: > Dear guys, > > I have a following problem with MSIE 6 and I am not able to find, > what is going to fix it. > > Url: > http://ufal.mff.cuni.cz/index2.php?a=prezentace&m=student_info > Browser: MSIE 6 (SV1) > Description: There is a menu on the left. If you move your mouse

Re: [css-d] Strange behaviour in IE

2006-10-20 Thread Ian Young
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Schalk Neethling > Sent: 20 October 2006 08:24 > To: css-d@lists.css-discuss.org > Subject: [css-d] Strange behaviour in IE > > > Greetings everyone, > > Please have a look at http://www.jcislord.org/. > > As you will see when you hove

[css-d] MSIE 6 spacing problem

2006-10-20 Thread Martin Cetkovsky
Dear guys, I have a following problem with MSIE 6 and I am not able to find, what is going to fix it. Url: http://ufal.mff.cuni.cz/index2.php?a=prezentace&m=student_info Browser: MSIE 6 (SV1) Description: There is a menu on the left. If you move your mouse from top to bottom or horizontaly over t

Re: [css-d] new css designer - comments please

2006-10-20 Thread Ian Young
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Phil Turner > Sent: 20 October 2006 00:32 > To: css-d@lists.css-discuss.org > Subject: [css-d] new css designer - comments please > > > Hi and thanks everyone I've learnt a lot since subscribing > comment

[css-d] Strange behaviour in IE

2006-10-20 Thread Schalk Neethling
Greetings everyone, Please have a look at http://www.jcislord.org/. As you will see when you hover over the top navigation it pushes the side bar away from the right edge by about 10px or so. Any ideas why this might be happening? Thanks! Schalk Neethling __