Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread David Hucklesby
On 10/10/11 2:28 PM, Angela French wrote: I tried colgroup, but that didn't work. I suspect that my css is overriding the html, right? So I added this to my style sheet, but it didn't work. table.RunningStart colgroup.center { text-align:center; } Here is a link where I tried to apply this to

Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Angela French
I tried colgroup, but that didn't work. I suspect that my css is overriding the html, right? So I added this to my style sheet, but it didn't work. table.RunningStart colgroup.center { text-align:center; } Here is a link where I tried to apply this to the first table on the page: http://sb

Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Jukka K. Korpela
10.10.2011 23:51, Jay Tanna wrote: Sure. You can define for formatting. You can try this link for a quick over-view: If you actually try it, e.g. by clicking on the "Try it yourself" button when using Firefox, you will see that it does no

Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Jukka K. Korpela
10.10.2011 23:21, Angela French wrote: Is there a way to style a single column in a table with > text-align:center without having to apply the class/style to every > in the column? Yes, but you might find it easier to use a class attribute in each . On modern browsers, you can use complex

Re: [css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Jay Tanna
Sure. You can define for formatting. You can try this link for a quick over-view: Or you could download an excerpt from David Power's book from this link:

[css-d] way to force every cell in column to be text-align:center?

2011-10-10 Thread Angela French
Is there a way to style a single column in a table with text-align:center without having to apply the class/style to every in the column? Thank you, Angela French Internet Specialist State Board for Community and Technical Colleges 360-704-4316 afre...@sbctc.edu http://www.checkoutacollege.com

Re: [css-d] navigation arrows

2011-10-10 Thread David Hucklesby
On 10/10/11 8:19 AM, Brahm Friedlander wrote: In a web site I just finished, http://www.juneselznickdrutz.ca , I have thumbnails on the left side of the page and larger images of the thumbnails on the right side. I would like to place directional arrows below the larger image and navigate

Re: [css-d] Menu: where to place in markup?

2011-10-10 Thread G.Sørtun
On 10.10.2011 18:06, John wrote: Link: http://www.coffeeonmars.com/testing/index.html You have a missing ' " ' in there... Something like this will do... #content { color: #111311; width: 727px; float: right; margin-right: 150px; } regards Georg __

Re: [css-d] Menu: where to place in markup?

2011-10-10 Thread John
On Oct 10, 2011, at 10:01 AM, David Laakso wrote: > 1/ Do you want the menu to be adjacent to the left of the wpr.org image? > 2/ Do you want the menu to be adjacent to the right of the wpr.org image? > 3/ Do you want the wpr.org image centered with the menu centered beneath the > wpr.org? > 4/

Re: [css-d] Menu: where to place in markup?

2011-10-10 Thread David Laakso
On 10/10/11 12:34 PM, John wrote: Yes, Tom, I have styles I brought in from an earlier version of this page, and on that earlier version, I could position them, however, the structure of that document is different than the current one. So, in the new document: http://www.coffeeonmars.com/tes

Re: [css-d] Menu: where to place in markup?

2011-10-10 Thread John
On Oct 10, 2011, at 9:20 AM, Tom Livingston wrote: > One solution would be to wrap the menu and it's head in a div and > absolutely position it left within the content div. Are you saying you > HAVE styles for it, but it's not effecting the menu? Yes, Tom, I have styles I brought in from an ear

Re: [css-d] Trying to override site style sheet with inline CSS?

2011-10-10 Thread Keith Purtell
On 10/9/2011 10:21 PM, Jukka K. Korpela wrote: 10.10.2011 5:57, Keith Purtell wrote: Here'a a direct link... http://tahlequahnow.com/story.php?id=568 Didn't you get my message that I sent to the list? (Sen Sun, 09 Oct 2011 13:20:32 +0300) You have the HTML attribute name "style" misspelled

[css-d] Menu: where to place in markup?

2011-10-10 Thread John
I have a side menu on the page in the link below..it is meant to be flush left within the beige center area, and to top-align with the head "Feature UX Project: Wisconsin Public Radio Link: http://www.coffeeonmars.com/testing/index.html I can not gain control over the positioning of this menu.

[css-d] navigation arrows

2011-10-10 Thread Brahm Friedlander
In a web site I just finished, http://www.juneselznickdrutz.ca , I have thumbnails on the left side of the page and larger images of the thumbnails on the right side. I would like to place directional arrows below the larger image and navigate through the images with the arrows rather than h