[css-d] Unexpected Class Selector Results

2009-08-04 Thread Brian Ogden
I have the following class in my site wide css file: select.formCell { background: #cfcfcf; border: 1px solid black; } These styles are being applied to select elements on my entire site, not just those with the class="formCell" attribute. This is very perplexing, I am testing in Firefox

[css-d] Control Column width and height

2008-04-18 Thread Brian Ogden
I have a column that I want to put into a scroll area in a table. I have attached the a screen shot. Depending on how long the notes are I want the column to scroll. How do I control the height of columns in a table. Here is my CSS: (The max-height does not seem to do much). td.NotesColumnStyle {

[css-d] Override Style Class in a Child Element

2008-04-18 Thread Brian Ogden
I am displaying tabular data and for a give row of data I have a element and than a element for each of my columns. There is specific that I want to have a class of its own and override the RowStyle class by saying . This is my CSS: /*RowStyles*/ .RowStyle td, .AltRowStyle td, .SelectedRowStyle

Re: [css-d] CSS background image not showing up

2008-04-15 Thread Brian Ogden
This is not true the image does exist and showing up on my browser at the following url: http://home.comcast.net/~prairiedream/beginning/images/faux.gif On Tue, Apr 15, 2008 at 2:38 PM, Jack Timmons <[EMAIL PROTECTED]> wrote: > C

[css-d] Stop the Cascade

2006-02-01 Thread Brian Ogden
Is there any way to stop a child element from inheriting style properties of its parent element? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ S

[css-d] Stop the cascade

2006-02-01 Thread Brian Ogden
Is there a way to do this: Some Content In other words how do I stop the cascade? __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by

[css-d] Liquid Box

2006-01-26 Thread Brian Ogden
Ok I have a liquid box I am trying to build but I cannot some of my images to repeat. The left, right, and bottom line images will not repeat across the respective rows and column. A link to the css is on the page. http://www.fistsagainsthunger.com/CSSTest.html __

[css-d] Liquid Box

2006-01-24 Thread Brian Ogden
I am trying to make a liquid box with four image corners and repeating images for the four sides. FF is being more cooperative then IE of course but both are confusing me. If possible could I have a explanation along with the fix. I have added a border to the parent div tag for the floating box

[css-d]

2006-01-23 Thread Brian Ogden
Ok I am learning xhtml and CSS. I am not at all new to web development but relying heavily on CSS is new to me. Is align="center" deprecated for XHTML? Also how do I align content center with div tags. I am trying not to use any tables. All I want is my "navBar" to align center on the page. It d