Prospace css problem

Post Reply
User avatar
Mag Astart
Registered User
Posts: 17
Joined: Mon Dec 13, 2010 10:11 am

Prospace css problem

Post by Mag Astart »

Hi all,

I used Prospace 3.0.8.1 themes and phpbb 3.0.9 premod.

I used w3c css validator online test page.Now, look at this url pls.
Code: Select all
http://jigsaw.w3.org/css-validator/validator?uri=magastart.com&profile=css21&usermedium=all&warning=1&vextwarning=&lang=en
I search and found this code on menu.css : Problem is there?
Code: Select all
.menu div.holder {
	max-width: 720px;
	opacity: 0.92;
	alpha(opacity=92);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	height: 0;
	top: 30px;
	position: absolute;
	overflow: hidden;
	-webkit-transition: height 0.8s linear;
}
How can I do for fix this css poblem.
Sorry for my english and thank you
Last edited by Mag Astart on Tue Feb 26, 2013 10:30 am, edited 3 times in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Prospace css problem

Post by spaceace »

those are opacity issues to be compliant with other browsers. if you don't want the W3C errors, just remove the opacity filter ;)
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Mag Astart
Registered User
Posts: 17
Joined: Mon Dec 13, 2010 10:11 am

Re: Prospace css problem

Post by Mag Astart »

Thank you dear spaceace,

I understood,now.I dont change it.All browsers are important for me.Thank you.
Last edited by Mag Astart on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

Post Reply