• 0

IEView Theme Problem (fading items)


Question

This is probably something stupid that I'm overlooking (happens sometimes when I spend too much time on a project), but I can't seem to get it to do what I want.

ieview-basic.jpg

This is what I have so far.

The two files:

The HTML part:

http://mypage.iu.edu/~jermoser/images/ievi.../basic-1.0.html

CSS part:

http://mypage.iu.edu/~jermoser/images/ievi...b/basic-1.0.css

Basically, I've managed to get the HISTORY titles for incoming and outgoing (green and blue) to fade 50% white of their original colors using:

.h h2, .h dl, {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

Unfortunately, I can not get this to apply to .h h3 (the field for the history status messages). Basically, I want the status messages (colored #666666, shows online, away, etc statuses) to fade as well.

I've even tried adding "filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);" to the h3 class in the css file just to make ALL of the status messages (history or not) fade 50%. No effect at all.

The status is on the same layer as the headers for incoming and outgoing, so I'm not sure why it wants to behave differently. :(

Any help on this would be appreciated.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.