Re: [css-d] about inline, replaced element

2008-11-20 Thread ray
Thanks for you reply. I had read your some articles about CSS, they are great! I also have some questions: 1. I think the container box of the img element is the parent block-level element of a right? 2. Because the inline box generated by a is the only inline box of its line box, so the baseline

Re: [css-d] Horizontal Menu problems

2008-11-20 Thread Mustafa Quilon
The link color and most of the properties are being superceded by the following declarations in your cla.css :- #banner ul { list-style:none; position:absolute; right:55px; top:66px; } #banner li { display: inline; margin-left: 10px; } #banner li a { color: #0033CC;

Re: [css-d] Horizontal Menu problems

2008-11-20 Thread IƱigo
Hi Nadine, it's a little strange how you've organized the structure, because the menu for home, links and contact is after the other menu (academic programs, events, etc.). Anyway. For fix the color-problem you should have in css the selector menu ul li a and not menu a. jff 2008/11/19 Nadine

[css-d] Table displays strangely in IE

2008-11-20 Thread Doug Jolley
The code shown below sets up a 2-row table 300 px high. The top row should be 80 px high and the remaining 220 px of height should be allocated to the bottom row.. It works exactly as expected in Firefox. However, in IE, the top row is much taller than the bottom row. It almost looks like the

[css-d] Horizontal Menu problems solved

2008-11-20 Thread Nadine Misiaszek
I received some excellent advice. Yes, my CSS was being superseded. I had used Firebug but for some reason that did not show up in Firebug for me. Another suggestion was to simplify both my HTML and my CSS. I had divs within divs for no good reason except that, as a beginner, I was copying

[css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread Scott Thigpen
On all my image template pages the main image is shoved to the left http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ How do I tell IE6 to center that? Here is my css http://www.sthig.com/?css=sthig/style/ thanks guys! -- S c o t t T h i g p e n Illustrative Designer

Re: [css-d] about inline, replaced element

2008-11-20 Thread Ingo Chao
I'm not sure I understand the specification here, so maybe someone else helps me with answering your questions. ray wrote:... 1. I think the container box of the img element is the parent block-level element of a right? both the inline-box of a and the inline-box of its descendant img

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
Scott Thigpen wrote: On all my image template pages the main image is shoved to the left http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ How do I tell IE6 to center that? Here is my css http://www.sthig.com/?css=sthig/style/ It is not to the left in IE/6.

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
Scott Thigpen wrote: David, I fixed that but it's still not centering even in the CSS where I have img.push { display: block; margin-left: auto; margin-right: auto } is that not right? http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/

Re: [css-d] img pushed to the left when it's supposed to be centered in...you guessed it...IE6

2008-11-20 Thread David Laakso
http://www.sthig.com/folio/portfolio_detail/wicked_witch_of_the_west/ Should read: #inContent { border: 1px solid red; -- 4 position only text-align: center; -- add } __ css-discuss