![]() |
|
|
|||||||
![]() |
HTML - Semi-opaque colored background |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
In IE6 if I want a div containing text, to have a background color which is
semi-opaque so that the layer underneath it is visible thru it, what methods are available to me? TIA Brian Tozer Brian Tozer |
|
|
|
|
#2 |
|
Posts: n/a
|
Brian Tozer <> wrote:
> In IE6 if I want a div containing text, to have a background color > which is semi-opaque so that the layer underneath it is visible thru > it, what methods are available to me? http://www.wannabegirl.org/translucent/ -- Michael Wilcox mjwilco at yahoo dot com Essential Tools for the Web Developer - http://mikewilcox.t35.com |
|
|
|
#3 |
|
Posts: n/a
|
Michael Wilcox wrote:
> Brian Tozer <> wrote: >> In IE6 if I want a div containing text, to have a background color >> which is semi-opaque so that the layer underneath it is visible thru >> it, what methods are available to me? > > http://www.wannabegirl.org/translucent/ Alternately you could use a .png file with alpha transparency, which would look much nicer. Unfortunately, Microsoft has consistently failed to implement png transparency in its IE browser. There is a workaround described here: http://support.microsoft.com/default...&Product=ie600 |
|
|
|
#4 |
|
Posts: n/a
|
Michael Wilcox wrote:
> Brian Tozer <> wrote: >> In IE6 if I want a div containing text, to have a background color >> which is semi-opaque so that the layer underneath it is visible thru >> it, what methods are available to me? > http://www.wannabegirl.org/translucent/ Perfect. Thanks very much. Brian Tozer |
|
|
|
#5 |
|
Posts: n/a
|
Brian Tozer wrote:
> In IE6 if I want a div containing text, to have a background color which > is semi-opaque so that the layer underneath it is visible thru it, what > methods are available to me? > TIA > Brian Tozer www.picture-shark.com 3 easy steps. |
|
|
|
#6 |
|
Posts: n/a
|
Richard wrote:
> Brian Tozer wrote: > > > In IE6 if I want a div containing text, to have a background color > which > is semi-opaque so that the layer underneath it is visible > thru it, what > methods are available to me? > > > TIA > > Brian Tozer > > > www.picture-shark.com > > 3 easy steps. That doesn't have anything to do with the question he asked. He wants to make a div that is semi-transparent so that the background shows through. The software you have linked to is for stamping an image or series of images with another image. |
|
|
|
#7 |
|
Posts: n/a
|
While sitting in a puddle Nik Coughin scribbled in the mud:
> Richard wrote: >> Brian Tozer wrote: >> >> > In IE6 if I want a div containing text, to have a background color >> which > is semi-opaque so that the layer underneath it is visible >> thru it, what > methods are available to me? >> >> > TIA >> > Brian Tozer >> >> >> www.picture-shark.com >> >> 3 easy steps. > > That doesn't have anything to do with the question he asked. He wants > to make a div that is semi-transparent so that the background shows > through. The software you have linked to is for stamping an image or > series of images with another image. > I'm glad Richard posted that link. Looks like something I will have good use for. -- Duende Recommended hosting www.hostingforabuck.net www.affordablehost.com |
|
|
|
#8 |
|
Posts: n/a
|
Duende wrote:
> While sitting in a puddle Nik Coughin scribbled in the mud: > >> Richard wrote: >>> Brian Tozer wrote: >>> >>> >>> www.picture-shark.com >>> > > I'm glad Richard posted that link. Looks like something I will have > good use for. It does look like a handy tool. I think Richard just misunderstood the question, that's all |
|
|
|
#9 |
|
Posts: n/a
|
Michael Wilcox wrote:
> Brian Tozer <> wrote: >> In IE6 if I want a div containing text, to have a background color >> which is semi-opaque so that the layer underneath it is visible thru >> it, what methods are available to me? > > http://www.wannabegirl.org/translucent/ I finally got it working in both IE and Mozilla: http://homepages.ihug.co.nz/~nrkn/png/Index.html Looks nicer than the wannabegirl.org imitation translucency (which BTW I thought was an extremely clever work-around), and has the added bonus of being able to set the alpha channel of the png to whatever you like. |
|
|
|
#10 |
|
Posts: n/a
|
While sitting in a puddle Nik Coughin scribbled in the mud:
> Duende wrote: >> While sitting in a puddle Nik Coughin scribbled in the mud: >> >>> Richard wrote: >>>> Brian Tozer wrote: >>>> >>>> >>>> www.picture-shark.com >>>> >> >> I'm glad Richard posted that link. Looks like something I will have >> good use for. > > It does look like a handy tool. I think Richard just misunderstood the > question, that's all > I don't care. He helped me & thats all that matters. -- Duende Recommended hosting www.hostingforabuck.net www.affordablehost.com |
|