Heres the code that i'm having the problem with.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Temp </title>
<style>
body{ background-color:black; }
#toppart{ width:137px;
margin-top:1px;
margin-left:1px;
background-color:black;
background-image:url('images/topimg.png');
filter:alpha(opacity=100, finishopacity=5, style=1, startx=75, finishx=100);
background-repeat: no-repeat; }
#fillpart{ width:137px;
font-size:.60em;
padding-left:2px;
margin-top:-9px;
margin-left:1px;
padding-right:0px;
background-color:black;
color:white;
background-image:url('images/fillimg.png');
filter:alpha(opacity=100, finishopacity=5, style=1, startx=75, finishx=100);
background-repeat: repeat-y; }
#bottompart{ width:137px;
margin-left:1px;
background-color:black;
background-image:url('images/bottomimg.png');
filter:alpha(opacity=100, finishopacity=5, style=1, startx=75, finishx=100);
background-repeat: no-repeat; }
</style>
</head>
<body>
<div id = "toppart"> </div>
<div id = "fillpart">
Some Text! Some Text! Some Text! Some Text! Some Text! Some Text!
</div>
<div id = "bottompart"> </div>
</body>
</html>
RARed up the 3 images so you can see what I am looking at(imgs.rar)
Edit: Is there also any way to make this work correctly in FF cause I know the filter:alpha() doesn't work correctly.
Attached File(s)
-
imgs.rar (882bytes)
Number of downloads: 14
This post has been edited by nightshadedude: 09 August 2005 - 07:29 AM

New Topic/Question
Reply



MultiQuote





|