ReviewReviewReviewSemi TransparenciesFeb 20, '07 10:33 AM
by XXXX for everyone
Category:Other
Semi - Transparency - Opacity - FOR ALL THE THEMES
just add this code in your custom css box
and you will get in your main page
all the boxez semi-transparent
just like mine
Note that it works only for the welcome page

div#mainbox_1 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_2 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_3 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_4 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_5 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_6 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_7 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_8 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_9 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_10 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
div#mainbox_11 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

Note:
just the numeration 1, 2, ..10, 11 is relative to the position that any box has in the main page from the top to the bottom page

You can to use a Compact Form

div#mainbox_1 .itembox, div#mainbox_2 .itembox, div#mainbox_3 .itembox, div#mainbox_4 .itembox, div#mainbox_5 .itembox, div#mainbox_6 .itembox, div#mainbox_7 .itembox, div#mainbox_8 .itembox, div#mainbox_9 .itembox, div#mainbox_10 .itembox, div#mainbox_11 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

-moz- : mozilla
filter : Internet Explorer
opacity : generic?
-khtml- : Konqueror - Safari

117 Comments
mariatv wrote on Feb 27, '07, edited on Feb 27, '07
this code is one of the more nice things I have found.
AFAIK it works for all the themes.
just to add the code without changes.
All the other codes for the semi-transparencies I have seen are applied to all the site, viewing photos and videos too, so not is really usable without losing site's readability.
mariatv wrote on Feb 27, '07, edited on Apr 22, '07
note ,.,., the 10 sections are the 10 visible boxes in the main page ,.,
just in the view order.
If some box is hidden then simply the corrispective code is applied to the next box visualized in the main page
the opacity involves only the box not the title box
mariatv wrote on Feb 27, '07
so ,.,., the boxes in main page from this sections are separately customizable
;-)
zyannadam wrote on Mar 7, '07
wonderful tip . now its no longer transparent when i play my videos but I'm not sure wat i did or didn't do.. all my itemboxes are semi-transparent except for the welcome box... :p..
mariatv wrote on Mar 7, '07
yes I see,,,
that happens cause there is a syntax error in your code
look at your code here


/*ITEMBOX ICONS*/
.icon { visibility: hidden; display:none;}
}
div#mainbox_1 .itembox {
-moz-opacity:0.70;
filter:alpha(opac
............
........

there is a curly bracket that you must to delete .
/*ITEMBOX ICONS*/
.icon { visibility: hidden; display:none;}
div#mainbox_1 .itembox {
-moz-opacity:0.70;
filter:alpha(opac
...........
.---------

for every opened bracket is necessary a closed bracket and no more

for this I use always the same rule for write the code and I put the closing bracket always in a new line
it is more simple to check the code
zyannadam wrote on Mar 8, '07
you my friend.. have a super good eye.. i've been checking again and again but couldn't see the error.. thank you.. now my site is almost perfect.. almost.. ha ha..
zyannadam wrote on Mar 8, '07
umm.. we can't make the title box semi-transparent too..?? ;p.. not that it really matters though..
mariatv wrote on Mar 9, '07, edited on Mar 9, '07
oh ... here is =o)
I was remembering the qustion but I didn't found it ...

sure for the title box semitransparent you must to add this two lines in your custom.css (line 141)

-moz-opacity: 0.50;
filter: alpha(opacity=50);


so your itemboxsub selector will become

.itemboxsub {
background:transparent url( ,,,,,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,,,,

,,,,,,,,,,, ,,,,,,, ,,,,,,,

-moz-opacity: 0.50;
filter: alpha(opacity=50);
}


zyannadam wrote on Mar 10, '07
oh man.. why didn't i think of that..??!! dush..!!
mariatv wrote on Mar 10, '07
now You Know It
welcome
nice uh ?
=o)
mariatv wrote on Mar 10, '07
note that the transparency is applied to that you see visible in the selector and in all the boxes (selectors) included
that is
the bg color
bg image
text color
border color


in your title it is applied to the bg image and text color only cause other things are transparent.
kienamn wrote on Apr 9, '07
thanks Maria.. u r da Best :)
wishimcarmen wrote on Apr 9, '07
Maria.. I already used this code.. but I can't change bg (itembox) color on album photo.. n my photo was closed background in reply box quotet.. Help me please.. Thx b'fore..
mariatv wrote on Apr 9, '07
hi
this code works ONLY in the main page

in the itembox I think you have got the semitransparencies from here
custom.css (line 211)

.itembox, div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background-attachment:scroll;
background-color:#CDB79E;
background-image:none;
background-repeat:repeat;
opacity:0.75;
}


I think I have used this section in a my post ,, but I'm not really sure it is good

I have not really understood the puopouse of this section :-)

anyway this give the tranparency in all the boxes of your site cause ther is the itembox ,, for to remove this use the section so

div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background-attachment:scroll;
background-color:#CDB79E;
background-image:none;
background-repeat:repeat;
opacity:0.75;
}
mariatv wrote on Apr 9, '07, edited on Apr 9, '07
in your custom css in line 181 - 200 you have to change the itembox section at this way


.itembox {
border-color:#331100;
border-style:none dashed dashed;
border-width:0px 2px 2px;
background-color:#CDB79E; /*here is the background color for the boxes*/
color:#331100;
font-family:Harrington;
font-size:15px;
font-weight:normal;
opacity:0.75;
}


I suggest you to remove the itembox in the previous section and to use only this for the itembox. if you will get a minor transparency just reduce the opacity in this section
mariatv wrote on Apr 9, '07
in the quotet replies the headshot is coverd by the transparency of the reply box ,, you have to use this code
/*custom.css (line 504)*/
.quotet {
background-color:#EFF0EB;
background-image:none;
border:2px dotted #8B7355;
color:#331100;
font-family:Kristen ITC;
font-size:12px;
margin-right:90px;
opacity:0.75;
}



this works in Firefox
test it with Internet Explorer too please
wishimcarmen wrote on Apr 9, '07
Thank you Maria..
I will try code from you..
wishimcarmen wrote on Apr 9, '07
Maria.. ur the best... its work on quotet..

But, on Itembox (album photo), the colour did not yet change..
mariatv wrote on Apr 9, '07
yes I see
it is really strange ,, :(
you get the color from this section

.itembox, div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background:#CDB79E none repeat scroll 0% 50%;
}

but this section is in the css file named 1 (line 137)

and I have not idea from where it came
Comment deleted at the request of the author.
mariatv wrote on Apr 9, '07
ehmmm please try removing ALL the sections

div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background:#CDB79E none repeat scroll 0% 50%;
}
and
.itembox, div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background:#CDB79E none repeat scroll 0% 50%;
}
you find in the css

hey
make a backup of your css in your hard disk before
mariatv wrote on Apr 9, '07, edited on Apr 9, '07
well maybe I have found
you have to use this


.itembox, div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background:#CDB79E none repeat scroll 0%;
}

try ADDING THIS CODE AT THE BOTTOM of your css code (as last section) for covering all the other analogous sections

mariatv wrote on Apr 9, '07, edited on Apr 9, '07
,.uhmmmm I have found you are using
-khtml-opacity:0.75;
it is for Safari? Konquerer?

and
opacity:0.75;
??

sure using different istructions for every webreader a programmer could to become crazy :-)


lfom wrote on Apr 9, '07
mariatv said
,.uhmmmm I have found you are using
-khtml-opacity:0.75;
it is for Safari? Konquerer?
I think so... Safari and Konqueror use the KHTML rendering engine, that Apple calls WebKit. =)
nonio wrote on Apr 10, '07
tnx Luiz

maybe I have to add this too

wishimcarmen wrote on Apr 10, '07
Maria, I had tried and replaced all the codes, but did not yet change also the colour in the album..
Possibly I was wrong to replace the code?
nonio wrote on Apr 10, '07
did you try putting this in the LAST row of your CSS?


.itembox, div.prevnextlinks, div.prevnextlinks a, div.prevnextlinks a:link, div.prevnextlinks a:hover, div.prevnextlinks a:visited, div.prevnextlinks a:active {
background:#CDB79E none repeat scroll 0%;
}
Comment deleted at the request of the author.
nonio wrote on Apr 10, '07, edited on Apr 10, '07
AH !!!

You have to set the EDIT ALBUM

The background color to DEFAULT
wishimcarmen wrote on Apr 10, '07
Thank you Nonio, I'll try first..
wishimcarmen wrote on Apr 10, '07, edited on Apr 10, '07
OMG.. Was successful!
Maria, you had the very alluring eyes..
You were great, Thank You very much, Maria...

Nonio was Maria, true? *confused*



nonio wrote on Apr 10, '07
yes yes.... always maria :-)
wishimcarmen wrote on Apr 10, '07, edited on Apr 10, '07
Hiks.. I thought you were the person who was the same as Maria, sorry if I was wrong...
But who you are.. 'you who were greatest'.. Thank you very much Nonio...
mariatv wrote on Apr 11, '07, edited on Apr 11, '07
hemm no .. you have bad understood the last reply of maria - nonio !
me and nonio are the same person !!!!
^.^
wishimcarmen wrote on Apr 11, '07
I also thought like that, earlier...
Thx dear...
mariatv wrote on Apr 11, '07

along9 wrote on May 5, '07
erm...maria..how about transparency in the visited link... i mean..when we click at 'Blog' for e.g.... i want the background tranparent just like welcome page...10-q
mariatv wrote on May 5, '07
add this at your code
.itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}


note that all the posts will be semi transparent .. and all the vids and the photo albums too
anly the Hi Res photos will be not transparent
mariatv wrote on May 5, '07, edited on May 5, '07
you have to remove the opacity in the div#mainbox_1 .itembox,......div#mainbox_11 .itembox,

cause otherwise you get a double opacity having a bigger effect
along9 wrote on May 5, '07
thanx maria...i'll try it....
hamadien wrote on Jun 7, '07
thnx a lot , it looks nice!!
clapicusrein wrote on Jun 11, '07
can i ask if i could make my post or blog tables turn solid color when mouse is over it... and then transparent when mouse is not pointed in it...
mariatv wrote on Jun 11, '07
yup
you can do it



-moz-opacity:0.100;
filter:alpha(opacity=100);
opacity:0.50;
-khtml-opacity:0.100;

use the same scale for all the browser

-moz-opacity:0.1;
filter:alpha(opacity=10);
opacity:0.1;
-khtml-opacity:0.1;


or

-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
-khtml-opacity:1;
mariatv wrote on Jun 11, '07, edited on Jun 11, '07
so ,,, for the itembox for example you can to use

.itembox {
background:#000000;
-moz-opacity:0.5;
filter:alpha(opacity=50);
opacity:0.50;
-khtml-opacity:0.5;
}

.itembox:hover {
background:#000000;
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
-khtml-opacity:1;
}


note that normally this doesnt work with internet explorer version 5 and 6
you can to use this code for any block you want
just add the :hover to the identifier and you get the over state of the block
Comment deleted at the request of the author.
limzeai wrote on Jun 27, '07
Hi Maria,
I am using the Blue Slate theme. I have tried the above codes, but it doesn't seem to work. Please help! Thank you!
mariatv wrote on Jun 27, '07
it is working in your site
but not is visible cause there isn't a background image to see and the white background of the boxes of your actual layout override the effect
anyway if you use for example a value of 0.2 you will see the effect
(subsustantially in your layout the only effect is that the text become invisible)

you have to add a background in the body section and to remove the withe background in the boxes ..


hollowsoul17 wrote on Jun 29, '07
it rocks!
stuckonubabe10573 wrote on Jul 3, '07
hi maria,,i want to ask you about how to make semitransparent for reply box but only the spot for write ( yours was black )
thanks a lot and youhave a nice day.
queensville wrote on Jul 17, '07
uhm thanx but where do i place that? =D
kate20himura wrote on Jul 21, '07
hi, ive made my boxes (uhm wat's it called?item boxes??) semi-transparent but how can i keep the contents in normal opacity??
mariatv wrote on Jul 21, '07
hello all
I got now the last 4 replies .. ..

mariatv wrote on Jul 21, '07
,i want to ask you about how to make semitransparent for reply box but only the spot for write
try this

div#itemreplyform {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}

textarea#body {
background:transparent none;
}


but it works on the box for write and on the borders of that box too .
mariatv wrote on Jul 21, '07, edited on Jul 21, '07
uhm thanx but where do i place that? =D
in any place in your custom css just respect the INTEGRITY of the BLOCKS

I mean:


....

name1 {
,,,,,,,,,,,,
}
ADD HERE THE CODE
some other name {
,,,,,,,,,,
}


if you do not aunderstand what I mean
then simply add the code
AT THE BOTTOM of your actual css code in the custom css box

AFTER THE LAST BRACKETS }
mariatv wrote on Jul 21, '07, edited on Jul 21, '07
hi, ive made my boxes (uhm wat's it called?item boxes??) semi-transparent but how can i keep the contents in normal opacity??
hi
its not possible
or its possible only by using very complex CSS and HTML tricks

the semy transparency effect
affect the Box where u add the code for the semitransparency
its this :

-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;


and affect ALL the contnt of the box .. such as other boxes contined in the first box and all the text is in any of those box ..

so the text become semytransparent such as the background color and the background image

the only reasonable thing is choose carefully
the value for the transparent effect,
the text color,
the background for the semitransparent box and
the background of the layout (visible down the semitransparent box)

trying to maximize the contrast for a good readability
xinezia wrote on Jul 24, '07
Hi Maria! Can you help me? I can't seem to make the white background of the theme semi-transparent... When I paste your codes, only the thumbnails and the reply boxes become semi-transparent. :(
kate20himura wrote on Jul 25, '07
ok..thanx for the reply! =)
wendyweh wrote on Jul 26, '07
maria, please help me. i used the avlack as the base theme. it has 2 backgrounds, the black stripes ; and the white one were item boxes are located. how can i change the white background into either semi transparent or entirely transparent? much appreciation if you would answer me. thanks.:] i'll wait.
sevenpeaks wrote on Aug 15, '07
yes. please same case as wendy. i have changed some, the only problem i have is to make the white background transparent. pls help us maria, o maria c;)V
mariatv wrote on Aug 17, '07
the white background in avlak is made by four or five different blocks
take a look to the post on avlak I made here in the group
(search in the home page of the group for avlack)
there I give the code for make avlack transparent

sevenpeaks wrote on Aug 17, '07
oh maria!!!! ur an angel. ty so much. i did manage to make the white background transparent
but i noticed under the header there's a white border again, its with the customize site line thingy.... how do i make that transparent? ive tried to search the page u referred me to but i cant find it on how to make that line transparent. cud u help me again pls.... o maria c:)V
mariatv wrote on Aug 17, '07
its the background color of the banner
here is transparent

div.owner_nav {
background:transparent url(http://images.sevenpeaks.multiply.com/image/3/photos/3/orig/7/logo4.jpg?et=msAM4XY1zm3zVjWI1NXXDg) no-repeat scroll 0pt 0px;
border-color:#FFFFFF;
border-style:solid solid none;
border-width:0px 0px medium;
height:247px;
margin:0pt auto;
padding:39px 0px 0px;
width:780px;
}
mariatv wrote on Aug 17, '07
uhmmm
this is for mary jane

.railstart {
background:transparent url(http://images.sevenpeaks.multiply.com/image/2/photos/3/500x500/16/doobs.jpg?et=OpOyQrLSYrQ48baXsgwIeg) repeat scroll center;
height:157px;
margin-top:1px;
position:relative;
width:155px;
}
ruthsakura18 wrote on Aug 19, '07
hi maria.. i want that all my boxez are semi-transparent but when i paste this code, it doesn't work, i hope you could help me.. i know you can.. hehe ^_^ at first, i make all of the page transparent using the code i got here, i change some of the background color of the boxes but when i paste the semi-transparency code it doesn't make it semi-transparent.. huhu
mariatv wrote on Aug 19, '07
cause u are using the linear view and there isn't mainbox in that layout


just use the semi transparency here



td#maincontent {
background:transparent url(http://th174.photobucket.com/albums/w110/honeybeme_1/th_pink.jpg) repeat fixed left top;
border:10px none #9966FF;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}


ruthsakura18 wrote on Aug 20, '07
yehey! it works.. thanks maria.. u're so nice and great!... thanks! =)
maryahlity2 wrote on Sep 12, '07
Hi Maria, I want to try this, thanks.
femella wrote on Oct 3, '07
ReviewReviewReviewReviewReview
maria, i tried using this code to make my site transparent but it's not working. could u please help me? if u also have time, pls visit the site so that you could have a look at it and see it that helps u. am very new here so am really lost. thanx
maryahlity wrote on Oct 11, '07
Thank you very much Maria, for this code, it's very useful , more power to you, mwuahhhhh
lolatest3 wrote on Oct 27, '07
Thanks Maria
sweetpeg wrote on Oct 30, '07
Maria....I have never done CSS code before so bear with me ok!! I copied and pasted the semi-transparent code you have above at the bottom of all the codes on the CSS page I have. I clicked on preview and the page came up just fine with everything semi-transparent except it was showing a previous background not the current one? Then, when I clicked on "Save", my page came up with NO semi-transparent and just solid boxes over the whole page with no background showing through at all. What am I doing wrong????? Sorry I am so stupid when it comes to this stuff, but never done it before.
sweetpeg wrote on Oct 30, '07
I think I figured out why mine won't work. I selected the Custom Theme and put my OWN picture in the background and picked my own colors for my boxes and fonts. I would still think there is a way to make my boxes semi-transparent though even though I didn't use an already made theme page isn't there?
varidsara wrote on Dec 6, '07
div.owner_nav {
background:transparent url(http://images.sevenpeaks.multiply.com/image/3/photos/3/orig/7/logo4.jpg?et=msAM4XY1zm3zVjWI1NXXDg) no-repeat scroll 0pt 0px;
border-color:#FFFFFF;
border-style:solid solid none;
border-width:0px 0px medium;
height:247px;
margin:0pt auto;
padding:39px 0px 0px;
width:780px;
newdoc wrote on Dec 6, '07
Thank you all very much for all the tips and all the codes , I used alot of them and I have now better understanding of modifying css codes because of this site so thanx again.

I have just this question though , I was successful in making my reply boxes semitransparent even the guest book , but using internet explorer it's not working ! Is there a way to fix that or it just doesn't work with internet explorer ?! Thanx.
matrock27 wrote on Dec 28, '07
hii..
redlovers wrote on Jan 20
Can you help me... I want my item boxes to be like in this this theme : http://marsharocks.multiply.com I just want the boxes which are semi transparented,not the text and the items.Please tell me how to do it... xxx-san... <=(
maltababe wrote on Feb 1
HI I am hoping that you can help me, I used your semitransparent code and it was ok for months. Then when I logged in today, I found that the welcome page is longer semi-trans.
I tried to redo it but it still didn't work. Maybe you can help me spot something I missed? Thanks very much :(
alogena wrote on Feb 25
HI I am hoping that you can help me, I used your semitransparent code and it was ok for months. Then when I logged in today, I found that the welcome page is longer semi-trans.
I tried to redo it but it still didn't work. Maybe you can help me spot something I missed? Thanks very much :(
hi ya
Im sorry but I do not have any advise in my message board . inbox from this post
anyway now you have transparencies in ur site ;)

next time if u dont get any reply make a new post
Comment deleted at the request of the author.
maltababe wrote on Feb 26
Thank You alogena :)
I tried pasting the code at the end but the boxes in homepage are still white and not semi-trans, I think I will try again, maybe redo it or something.
alogena wrote on Feb 26, edited on Feb 26
I tried pasting the code at the end but the boxes in homepage are still white and not semi-trans, I think I will try again, maybe redo it or something.
=)
yes
I checked ur site
no syntax errors
the semi trnapsarency is visible with FF
but NOT VISIBLE with IE
.....
so ...
I concluded for some strange arcane reason ie does not like the last code in the reply I added
of course the code in the original post is good
it affect only the content of the item boxes and not the title boxes


I removed that code in the reply now
alogena wrote on Feb 26, edited on Feb 27
ReviewReviewReviewReview
this is the code for both the title and the body content of the item boxes in the main page
the code for the content is the same as in the original post
I added the code for the titlez
+it works in all browsers (I hope)



/* item box contents */
div#mainbox_1 .itembox, div#mainbox_2 .itembox, div#mainbox_3 .itembox, div#mainbox_4 .itembox, div#mainbox_5 .itembox, div#mainbox_6 .itembox, div#mainbox_7 .itembox, div#mainbox_8 .itembox, div#mainbox_9 .itembox, div#mainbox_10 .itembox, div#mainbox_11 .itembox, div#mainbox_12 .itembox {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}
/* item box titles */
div#mainbox_1 .itemboxsub, div#mainbox_2 .itemboxsub, div#mainbox_3 .itemboxsub, div#mainbox_4 .itemboxsub, div#mainbox_5 .itemboxsub, div#mainbox_6 .itemboxsub, div#mainbox_7 .itemboxsub, div#mainbox_8 .itemboxsub, div#mainbox_9 .itemboxsub, div#mainbox_10 .itemboxsub, div#mainbox_11 .itemboxsub, div#mainbox_12 .itemboxsub {
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}


maltababe wrote on Feb 27
Alogena, thanks!
I'm sorry, I tried the new code but still the same, no semi trans on the homepage.

But I appreciate the kind help, you are the best :) But I won't give up, I will keep trying ;p
alogena wrote on Feb 27, edited on Feb 27
look better

I see the itembox semi transparent (opaque) with both the browsers ie6 and ff
the title (itemboxsub) is transparent

what ie are u using? ie6 or ie7?
(anyway I think with ie7 will be good as much
maltababe wrote on Feb 27
Thanks again Alogena :)
But I do not see any difference, maybe I am using IE 7. Still no semi trans and only white boxes. I asked my friend to view my homepage and still the same view as me, she is using Windows Vista. Maybe there is something wrong with the rest of my code, u think? Can you see my code, or do i have to paste it here for u to see?

Whatever the outcome, thanks for the time u have taken to help me :) Hugs for u!
alogena wrote on Feb 27
well the problem is
if I see the semi transparency in my ie I dont understand how is possible you do not see that

only possibility is due to ie 7 not working
sigh .........

this is the general code working in all the modern browsers
opacity:0.70;
(it works in FF too)

this is dedicated to ie
filter:alpha(opacity=70);

I do not see any problem in your CSS no errors

I think is impossible ie7 use another code ,,,,,,
I cannot believe it



what the result u see with other browsers ?
do u have asked to someone with ie6 what's the view?


alogena wrote on Feb 27, edited on Feb 27
there was a little inadvertence in my code
div#mainbox_11 .itembox
I forgot the itembox
I corrected the code now
correct it !
anyway not is your problem

you could try to add a new color in that block (or the same white color as well)

div#mainbox_1 .itembox, div#mainbox_2 .itembox, div#mainbox_3 .itembox, div#mainbox_4 .itembox, div#mainbox_5 .itembox, div#mainbox_6 .itembox, div#mainbox_7 .itembox, div#mainbox_8 .itembox, div#mainbox_9 .itembox, div#mainbox_10 .itembox, div#mainbox_11 .itembox, div#mainbox_12 .itembox {
background: #000000 none;
-moz-opacity:0.70;
filter:alpha(opacity=70);
opacity:0.70;
-khtml-opacity:0.70;
}



this code is working since 1 year
I think is used in thousand of themes
I never tested it in ie7
Comment deleted at the request of the author.
alogena wrote on Feb 27
this is new for me
For CSS opacity to work in the browser it must have some placement specified.

we cannot use float left. it mess up the layout
alogena wrote on Feb 27
try this code


div#mainbox_1 .itembox, div#mainbox_2 .itembox, div#mainbox_3 .itembox, div#mainbox_4 .itembox, div#mainbox_5 .itembox, div#mainbox_6 .itembox, div#mainbox_7 .itembox, div#mainbox_8 .itembox, div#mainbox_9 .itembox, div#mainbox_10 .itembox, div#mainbox_11 .itembox, div#mainbox_12 .itembox {
position:relative;
background: #FFFFFF none;
-moz-opacity:0.30;
filter:alpha(opacity=30);
opacity:0.30;
-khtml-opacity:0.30;
}



I reduced the opacity .. cause I have some doubt on what u see , ,,, =)))
with ur background not is immediateley visible the semi transparency
maltababe wrote on Feb 27
Do u see it? I think there is no change, still no semi trans.

Thanks for all the links, i will slowly read thru and try to understand :) Hee hee will take some time since I am not a techie ;p

You are an angel anyway...thanks for all the suggestions :)
alogena wrote on Feb 27, edited on Feb 27
for me it works perfectly
try asking some other user what s(he) see


the links are a memory for my future reading =)

alogena wrote on Feb 27
is your ie7 a beta version?
is it the last version?
update ie7

maltababe wrote on Feb 27, edited on Feb 27
I am not sure, how do u tell it is a beta version or not? my friend with Windows Vista (ie 7) and my laptop both see the same things, white boxes, but another friend with ie 7 can see the semi transp. The difference is we have vistas, cannot see, with XP can see.

My IE is 7, update version 0.

Thanks Alogena :)
maltababe wrote on Feb 27
Just a thought: I think the boxes turned white after multiply put in the new audio player, the one that plays music at the homepage, that's when I noticed the change of the colour of the boxes. Maybe there's a connection? I'm not sure. And I've read thru at least 2 of the links, I think gotta read again to understand better ;p
alogena wrote on Feb 27
well my logical thought is
I SEE YOUR SITE WITH THE OPACITY

so .. for me is all as the usual;
it works in my browsers ,
so I cannot think other things like glitch ..cause .. I see the code working

there are only three chance , no others

1 ... MY browsers are fucked up (its possible as well)
2 ... your browser version have some problem with this code
3 ....you are kidding me :)


alogena wrote on Feb 27
have you tried another decent browser ?
maltababe wrote on Feb 27
I think it is no 2, my browser is the messed up one I suspect.
Friend 1 with xp ie7 can see opacity,
friend 2 with vista ie 7 can't see.

Also, can you see my background pic, should have half sky, 1 quarter sea, 1 quarter land.
But both friends 1 & 2 can only see like 1cm of sea.
So I think ...definitely must be something wrong with my browser.
alogena wrote on Feb 27
I think it is no 2, my browser is the messed up one I suspect.
yup
its the fourth chance

CLEAR THE CACHE !
maltababe wrote on Feb 27
Thanks for your help ;)
alogena wrote on Feb 27
it works???
ladyharley wrote on Feb 29
I sure hope someone will understand what I'd like to do...

Is there some code I can make JUST the background in the ITEMBOX translucent (not opaque... because opaque technically does not let light through.)

I do NOT want anything BUT the background to be translucent... so the code above doesn't work, because it also changes all the text & graphics.

If it helps... I have my item box set to a pink satin graphic... the pink satin is the ONLY part I want to be a little bit translucent... Is there a code for the CSS to do that? Or do I have to find another way to make it translucent before entering it into my CSS code?

So, make sense? Please, feel free to send me a PM if you need any more info.

Thanks, LH! :)