Trouble with Css codes
I'm sorry to bother you but I can figure this one out by myself.
I know the css codes are made for groups but I really like playing with them so I used them for my skin.
I think everything works quite fine except two things.
The first screen shot was made by my friend the second one is mine.
-The most noticeable difference on them is that on mine the bg of the box isn't partly transparent but she can see the
transparency.
-The second problem are the missing slices 6 and 7 (I think it's those two)
I think I might done something wrong with the css codes but I cant figure it out.
Can someone help me?
I would really appreciate it.
My Friends Screen
shot
This are the codes I used for the slices:
Spoiler:
#topLeft {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg01.jpg) no-repeat
bottom right; /*slice1*/
}
#top {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg03.jpg) repeat-x
bottom left;
}/*slice3*/
#topCenter {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg02.jpg) no-repeat
bottom left;
}/*slice2*/
}
#main {
background-image: url(http://i9.photobucket.com/albums/a71/podganca01/bg07.jpg);
}/*slice7*/
#leftMenu {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg04.jpg) no-repeat top
right;
}/*slice4*/
#rightMenu {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg06.jpg) repeat-x top;
}/*slice6*/
#content {
background: url(http://i9.photobucket.com/albums/a71/podganca01/bg05.jpg) no-repeat top
left;
}/*slice5*/

