Posts tagged as:

CSS

In your CSS use this for 100% filter: alpha(opacity=100); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1.00; opacity:1; And at a:hover use: filter: alpha(opacity=80); filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.80; opacity:0.8;

{ 1 comment }

Don’t bother with splash pages. A splash page is normally a pointless page people put on their websites as an introduction. The page normally contains some sort of image on with a big click here to enter sign, or sometimes people don’t say anything and just hope you will click on the picture to enter [...]

{ 0 comments }