[css-d] Graceful adjustment to decreasing window width

2012-02-16 Thread bruce . somers
Please consider http://www.maireadnesbitt.com/index_next_tt.html . This page now degrades more or less gracefully as the window width is decreased. More or less. Before the photo at the right can overlap the text in the middle section, as the width is decreased, it is dropped down to a lower

Re: [css-d] Big IE8 problem: broken layout

2012-02-16 Thread Rory Bernstein
markus, thank you. yes, the expression engine tag that I was using to dynamically write the UL in the drop down was adding extra code that I was not aware of. I changed how it was working and my page validates. Thanks a bunch! Rory On Feb 15, 2012, at 4:39 PM, Markus Ernst wrote: Am

[css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread Kevin A. Cameron
http://www.kacevisual.com/files/hover-test/ On hover, link turns orange (CSS :hover). Click link opens in new tab (target=_blank) Now going back to the original tab, if you don't mouse into the page, you'll see the link is still in it's hover state. Default and expected browser behavior IMO, but

[css-d] problem with opacity

2012-02-16 Thread Angela French
Hello, I am wanting to achieve the following effect: A div with a white background color with a 40% opacity. This div is absolutely positioned over a picture so that that picture comes through the div because of its opacity setting. This part works fine. Then in that div I want to use a p

Re: [css-d] problem with opacity

2012-02-16 Thread Tim Arnold
On Thu, Feb 16, 2012 at 2:38 PM, Angela French afre...@sbctc.edu wrote: It appears that this background color is inheriting the opacity of the div it lives in as the white background-color seems to have no effect. I have even reset the opacity of this p by setting it to 100. Yes, the

Re: [css-d] problem with opacity

2012-02-16 Thread Angela French
I have taken the p out of the div and absolutely positioned it so it LOOKS like a child but it’s not. This works, but I realized that resizing the browsers messes up the position of both elements, so I’ve got to think a bit more…. From: Tim Arnold [mailto:tim.arn...@gmail.com] Sent: Thursday,

Re: [css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread David Hucklesby
On 2/16/12 10:23 AM, Kevin A. Cameron wrote: http://www.kacevisual.com/files/hover-test/ On hover, link turns orange (CSS :hover). Click link opens in new tab (target=_blank) Now going back to the original tab, if you don't mouse into the page, you'll see the link is still in it's hover state.

Re: [css-d] problem with opacity

2012-02-16 Thread Paceaux
instead of opacity, try setting the transparency of the background for your DIV with RGBA or HSLA. background: rgba(250, 250, 250, .4); /email signature id=paceaux Frank M Taylor http://frankmtaylor.com @paceaux /signature On Feb 16, 2012, at 12:38 PM, Angela French wrote: Hello,

[css-d] position problem with p

2012-02-16 Thread Angela French
Hello, Today I am working on a Skip To Content link added to may page. At first I had it in a div (this list helped with an opacity issue I was having). But, due to a change in approach, I needed to take it out of a div so I could affect change upon a:focus. (I'm positioning it off page

Re: [css-d] problem with opacity

2012-02-16 Thread Philippe Wittenbergh
On Feb 17, 2012, at 4:45 AM, Tim Arnold wrote: On Thu, Feb 16, 2012 at 2:38 PM, Angela French afre...@sbctc.edu wrote: It appears that this background color is inheriting the opacity of the div it lives in as the white background-color seems to have no effect. I have even reset the

Re: [css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread Julaine Scott
Add the following: a:visited { color:yellow; } Julaine On Thu, Feb 16, 2012 at 11:23 AM, Kevin A. Cameron kevinacame...@gmail.comwrote: http://www.kacevisual.com/files/hover-test/ On hover, link turns orange (CSS :hover). Click link opens in new tab (target=_blank) Now going back to the

Re: [css-d] Graceful adjustment to decreasing window width

2012-02-16 Thread David Laakso
On Thu, Feb 16, 2012 at 10:38 AM, bruce.som...@web.de wrote: Please consider http://www.maireadnesbitt.com/index_next_tt.html . Bruce --- Who controls the markup: you or Tinkerbell? -- Chelsea Creek Studio http://ccstudi.com