Re: [css-d] same project - how do i move the gallery thumb left to center the gallery?

2010-12-13 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of David Laakso Sent: Monday, December 13, 2010 3:37 PM To: css-d@lists.css-discuss.org Subject: Re: [css-d] same project - how do i move the gallery thumb left to center the

Re: [css-d] same project - how do i move the gallery thumb left to center the gallery?

2010-12-13 Thread David Laakso
http://www.applegateelements.com/new/index.htm Matthew P. Johnson Try: #gal_container { overflow: hidden;} #jgal { margin-left: -3px; } Best, ~d -- http://chelseacreekstudio.com/ __ css-discuss [cs...@lists.css-discuss.

[css-d] same project - how do i move the gallery thumb left to center the gallery?

2010-12-13 Thread Matthew P. Johnson
http://www.applegateelements.com/new/index.htm Matthew P. Johnson | Eco I.T. 708 Bay Road Mill Valley CA 94941 | 415.254.1563 | ecoitsf.com P Please consider the environment before printing this email. _

Re: [css-d] how do i get rid of the space under the header image?

2010-12-13 Thread Matthew P. Johnson
-Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Tim Arnold Sent: Monday, December 13, 2010 2:03 PM To: Matthew P. Johnson Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] how do i get rid of the space under the heade

Re: [css-d] how do i get rid of the space under the header image?

2010-12-13 Thread Tim Arnold
On Mon, Dec 13, 2010 at 4:59 PM, Matthew P. Johnson wrote: > http://www.applegateelements.com/new/index.htm > > Once I add the code for the nav, a space adds itself underneath the header > image. Before I add the "Nav" code marked by > > There is surely a better way, but adding "display: block;" t

[css-d] how do i get rid of the space under the header image?

2010-12-13 Thread Matthew P. Johnson
http://www.applegateelements.com/new/index.htm All the code is in the index.htm Once I add the code for the nav, a space adds itself underneath the header image. Before I add the "Nav" code marked by / menu coding */ All is good. Btw I put the d

Re: [css-d] should this class override my other one?

2010-12-13 Thread John D
The priority order of styles is as follows: 1.Browser default 2.External style sheet 3.Internal styles via 4.Inline styles < Therefore, your style within No 4 will take priority over external style sheet called by the link tag. I am not sure how this affects your code because you haven't

Re: [css-d] should this class override my other one?

2010-12-13 Thread Jukka K. Korpela
Angela French wrote: .center { display: block; text-align: center; margin: 0 auto; } My question is this. It appears in FF that .center was being applied to my td in addition to my td.center. But not so in IE. How did you draw the conclusion whether .center was or was not applied? In a s

Re: [css-d] should this class override my other one?

2010-12-13 Thread Bobby Jack
--- On Mon, 12/13/10, Angela French wrote: > From: Angela French > Subject: [css-d] should this class override my other one? > To: "'css-d (css-d@lists.css-discuss.org)'" > Date: Monday, December 13, 2010, 4:50 PM > > ... I made a class like this: > > td.center {text-align:center;} > > ... T

Re: [css-d] mac 10.4 opera/10.63

2010-12-13 Thread Chetan Crasta
> it seems  to simplify the markup even a little further... Yes, your solution has less markup. However, the element is for paragraphs. What you have is a list. Therefore using an unordered list would be semantically correct. If you need simplicity at all costs, then your solution is great. If y

Re: [css-d] mac 10.4 opera/10.63

2010-12-13 Thread David Laakso
On 12/13/10 1:28 AM, Chetan Crasta wrote: The language names are in two overflowed elements that are within two floated divs. Then there is some absolute positioning etc. I think the approach is far too complicated. I have simplified the structure using an unordered list and display:inline. Thi

[css-d] should this class override my other one?

2010-12-13 Thread Angela French
I have a table in which I wanted to center the content of 2 of its 5 columns. So I made a class like this: td.center {text-align:center;} I put this in the

[css-d] Articles on CSS: contributors needed

2010-12-13 Thread Gabriele Romanato
As PIE with their guest articles, I definitely decided to get some fresh ideas from you, the members of the most important mailing list on CSS. I need some contributors for guest posts on the CSS category on my Onwebdev. But there's a problem: at the moment the only thing I can offer is vis

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Albert van der Veen
Hi Chetan, Thank's a lot for your feedback! Your solution seems to work better, although I didn't yet test it in all browsers. Will let you know what the results are :) Thanks again, Albert On 13-12-2010 15:38, Chetan Crasta wrote: Ok, I think it is fixed: http://roughtech.com/t/debannehome

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Chetan Crasta
Ok, I think it is fixed: http://roughtech.com/t/debannehome.html I put the background image in the div#container (look at the inline style). ~Chetan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Chetan Crasta
> Thanks, but this doesn't solve the problem. Image is still randomly > showing/not showing :( > Anything else I could try? Sorry about that. It worked when I applied zoom using the web developer tool. I noticed that div#rightbackground is empty and has a min-height of 854px. Did you try height:

Re: [css-d] Background image randomly showing in IE6 and IE7

2010-12-13 Thread Albert van der Veen
Hi Chetan, Thanks, but this doesn't solve the problem. Image is still randomly showing/not showing :( Anything else I could try? Thanks, Albert On 10-12-2010 14:33, Chetan Crasta wrote: You have to give div#rightbackground hasLayout. You can use the proprietary zoom:1 to do this: ~Chetan

Re: [css-d] Block elements in links

2010-12-13 Thread Chetan Crasta
> So it definitely looks as if we have a fairly minor bug in Opera, and a more > significant bug in Firefox. If anyone's thinking of filing a bug or looking > into this in more detail, I have some anecdotal evidence (from a third party) > that the Firefox behaviour was not present in April, whic

Re: [css-d] Block elements in links

2010-12-13 Thread Bobby Jack
--- On Mon, 12/13/10, Philippe Wittenbergh wrote: > >> Which version? I get the extra space, in that > exact example, in Opera 10.60 > > > > Opera 10.63 Linux http://roughtech.com/t/list-display-testing.html > > Opera is misaligning the list marker, but doesn't put extra > space. Of course - s

Re: [css-d] Block elements in links

2010-12-13 Thread Philippe Wittenbergh
On Dec 13, 2010, at 9:41 PM, Chetan Crasta wrote: >> Which version? I get the extra space, in that exact example, in Opera 10.60 > > Opera 10.63 Linux http://roughtech.com/t/list-display-testing.html Opera is misaligning the list marker, but doesn't put extra space. a few variations on the tes

Re: [css-d] Block elements in links

2010-12-13 Thread Chetan Crasta
> Which version? I get the extra space, in that exact example, in Opera 10.60 Opera 10.63 Linux http://roughtech.com/t/list-display-testing.html ~Chetan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mail

Re: [css-d] Block elements in links

2010-12-13 Thread Bobby Jack
--- On Mon, 12/13/10, Chetan Crasta wrote: > > 1. style="background-color: #ccc; display: list-item;"> href="#">test > Opera shows extra space on 2. but not on 1. > > > > Opera puts the extra space only if there is text before or > after the . Which version? I get the extra space, in that exac

Re: [css-d] Block elements in links

2010-12-13 Thread Philippe Wittenbergh
On Dec 13, 2010, at 7:13 PM, Bobby Jack wrote: > http://www.fiveminuteargument.com/list-display-testing.html > > In Safari, a link containing a block element simply wraps that element. > However, in Firefox, extra space is created before the nested block element. > Does anyone know what the co

Re: [css-d] Block elements in links

2010-12-13 Thread Chetan Crasta
> 1. style="display: block;">test Opera shows extra space on 2. but not on 1. > Opera puts the extra space only if there is text before or after the . ~Chetan __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] Block elements in links

2010-12-13 Thread Bobby Jack
--- On Mon, 12/13/10, Chetan Crasta wrote: > I think Firefox, Opera and IE 8 show > the correct behavior. An element > with display:block that is within an inline element > generates a block > box within the context that it is in (the inline box). This > can be > seen when a span with a has disp

Re: [css-d] Block elements in links

2010-12-13 Thread Chetan Crasta
I think Firefox, Opera and IE 8 show the correct behavior. An element with display:block that is within an inline element generates a block box within the context that it is in (the inline box). This can be seen when a span with a has display:block and also in your third example with text outside

[css-d] Block elements in links

2010-12-13 Thread Bobby Jack
Hi all, I'm investigating an issue in Firefox relating to block display of an element within a link. Here's an example: http://www.fiveminuteargument.com/list-display-testing.html In Safari, a link containing a block element simply wraps that element. However, in Firefox, extra space is create