Also, Michele talked about transforming the bar,
under the top part, into a box, just like the middle box. I
tried to adapt the file to transform it in a box, by comparing the text, but for an
unknown reason, the transparency
doesn't work around the rounded corners, just as on the middle box. Is there something
to do about it?
If you're talking about the bar with "Konqueror is your file manager . . ."
on it, it has a background
colour attribute set. Go into kde_infopage.css (or whatever it's called) again and
change this:
#bar {
background-color: #5BABE5;
border-bottom: 1px solid #000000;
padding-bottom: 0.5ex;
padding-top: 0.5ex;
width: 100%;
}
to this:
#bar {
padding-bottom: 0.5ex;
padding-top: 0.5ex;
width: 100%;
}
and see if that fixes it.
E. Liddell
Hi,
This one doesn't seem to work! But in the KDEUI folder there are some
''bar-(part)-(position of it).png'' pictures without transparencies. I
guess that I am not the first one to have this problem.
Can you look at the kde_infopage.css, to see if you can find the problem?
I don't understand why the transparency would work for the box, but not for the
bar...
If you try it on your system, it is possible that you will not have all the pictures.
Thank you for your help!
-Alexandre