Re: [css-d] Number click Photo Gallery

2009-07-13 Thread David Laakso
Brian Curran wrote: > Hi All, > I'm a beginner at web design, so What I'd like to do on one web page is > to display a portfolio of pictures of buildings. I envision: On the left hand > side of the page to have a list of building addresses, with each address > followed by a list of numbers 1

[css-d] Number click Photo Gallery

2009-07-13 Thread Brian Curran
o __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http:

Re: [css-d] IE7 layout problems

2009-07-13 Thread Kristen Murphy
float:left fixed the menu. Thank you! And I just figured out the width problem: it was being caused by a right margin on the header that was left over from an earlier positioning strategy. :P Thanks again, Kristen On Jul 11, 2009, at 8:59 PM, David Laakso wrote: > Error correction: >> ul.me

Re: [css-d] Form with clear - Gecko 1.8- (was General Check)

2009-07-13 Thread Philippe Wittenbergh
On Jul 14, 2009, at 3:14 AM, Alan Gresley wrote: > Demo showing bug in Gecko 1.7 and I dare say Gecko 1.8. > > > > > > And possible fix. > > >

Re: [css-d] Menu bacground and width

2009-07-13 Thread Andzia
> > It's the entire list that you are trying to center, not the individual list > items (I think). Give the UL a width, then the auto left/right margins on > the UL will center it. > [...] I wrote: .nav ul { width: 80%; margin-left: auto; margin-right: auto; } but the browser ignored it. Firebug

Re: [css-d] "Posting 101" [OT]

2009-07-13 Thread Michael Adams
On Mon, 13 Jul 2009 11:31:21 -0400 Came this utterance formulated by Brian Curran to my mailbox: > Can someone give me the "Posting 101" on why my > post was one long run-on line of text? I use Outlook, > if that impacts anything??? > This is way off topic for this list. General discussions of t

Re: [css-d] Number click Photo Gallery

2009-07-13 Thread Michael Adams
On Mon, 13 Jul 2009 10:52:44 -0400 Came this utterance formulated by Brian Curran to my mailbox: > Hi All, > I'm a beginner at web design, so What I'd like to do on one web > page is to display a portfolio of pictures of buildings. I envision: > On the left hand side of the page to have a list

Re: [css-d] "Posting 101"

2009-07-13 Thread David McGlone
On Monday 13 July 2009 11:31:21 am Brian Curran wrote: > Can someone give me the "Posting 101" on why my > post was one long run-on line of text? I use Outlook, > if that impacts anything??? > > I'll get up to speed. Please bare with me. It may be your word wrap. I believe the standard is 78. --

Re: [css-d] help me get down to a strong fluid 2 column css layout

2009-07-13 Thread David Laakso
Don Spark wrote: > > Here is the layout html I am working with for > my wordpress (thematic framework) diagramed > http://themehybrid.com/blog/wp-content/uploads/2009/02/hybrid-legend.png > > > > I need stability and flexibility for this template because I am going > to be doing a lot with it.

Re: [css-d] Number click Photo Gallery

2009-07-13 Thread Alan Gresley
Brian Curran wrote: > Hi All, > I'm a beginner at web design, so What I'd like to do on one web page is > to display a portfolio of pictures of buildings. I envision: On the left hand > side of the page to have a list of building addresses, with each address > followed by a list of numbers 1

Re: [css-d] Form with clear - Gecko 1.8- (was General Check)

2009-07-13 Thread Alan Gresley
David Laakso wrote: > It would be really nice if someone could provide the OP with an open, > honest, direct, and specific solution to his problem. I regret I am > unable to do so. > > Best, > ~d Hello David, Firstly, thanks to all for checking. Taking a wild stab in the dark, maybe removin

Re: [css-d] help me get down to a strong fluid 2 column css layout

2009-07-13 Thread David Hucklesby
Don Spark wrote: > Thanks in advance! > > Below is the semantically correct html I am working with putting > together a simple 2 col fluid template is the spirit of the wikipedia > template. Here is a screen shot of what I am going for. > http://modernia.net/5-22-09ogolonwebdraft.jpg But that w

Re: [css-d] Menu bacground and width

2009-07-13 Thread David Hucklesby
Andzia wrote: >> To center an element using "auto" left/right margins, the element must >> have a width - either specified or intrinsic (as in the case of a >> "shrink-to-fit" property like an inline-block). > > > Now the list elements have "auto" width. Should it be fixed? But then they > wouldn

Re: [css-d] Number click Photo Gallery

2009-07-13 Thread tedd
At 10:52 AM -0400 7/13/09, Brian Curran wrote: >Hi All, >I'm a beginner at web design, so What I'd like to do on one web >page is to display a portfolio of pictures of buildings. I envision: >On the left hand side of the page to have a list of building >addresses, with each address followed

[css-d] "Posting 101"

2009-07-13 Thread Brian Curran
Can someone give me the "Posting 101" on why my post was one long run-on line of text? I use Outlook, if that impacts anything??? I'll get up to speed. Please bare with me. thanks, brian __ css-discuss [cs...@lists.css-discuss.or

[css-d] Number click Photo Gallery

2009-07-13 Thread Brian Curran
Hi All, I'm a beginner at web design, so What I'd like to do on one web page is to display a portfolio of pictures of buildings. I envision: On the left hand side of the page to have a list of building addresses, with each address followed by a list of numbers 1,2,3, and etc. Then the whole

[css-d] Menu bacground and width

2009-07-13 Thread Andzia
> > To center an element using "auto" left/right margins, the element must > have a width - either specified or intrinsic (as in the case of a > "shrink-to-fit" property like an inline-block). Now the list elements have "auto" width. Should it be fixed? But then they wouldn't look good with diffe