I added a CSS Style for the caption as follows:
Code: |
.nivo-caption {
position:absolute;
left:250px;
bottom:0px;
<!--[if IE8]>
background-color:white;
background:none;
![endif]-->
background:none;
color:#fff;
|
and set the Opacity to 1 in order to get a white text with no background for the caption. It works fine in all browser including IE for dark background colors, however if the background color of the picture behind is light (like yellow or orange) the white text gets "dirty" and looks very very strange...
Any idea how I can fix this?
Link to the Site click here...
Thanks a million for the help...