REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.
Register Here
Forum Rules
CSS Forum
You are currently viewing our CSS Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
background problem
Link Back
Thread Tools
Search this Thread
background problem
06-03-2009, 11:41 AM
#
1
(
permalink
)
background problem
theohoutman
Skilled Talker
Posts: 96
Name: Theo Houtman
Location: Netherlands
Trades:
0
Talkupation:
This subject should be antique by now. I'm having trouble making a background of a div semitransparent and the text/content opaque
here's the code:
Quote:
<div id="categoriescontainer">
<div id="categories">
<ul>
<li class="home">{backToHome}</li>
<li>{allCategories}</li>
{showCategories}
<li>{showInstantResponse}</li>
<li>{showSitemap}</li>
</ul>
</div>
</div>
the css:
Quote:
#categoriescontainer {
background-color: #ffffff;
-moz-opacity:0.7;
opacity: 0.7;
filter:alpha(opacity=70);
}
#categories {
border-top: #024e00 dotted 1px;
-moz-opacity:1;
opacity: 1;
filter:alpha(opacity=100);
}
#categories li {
border-bottom: #024e00 dotted 1px;
border-collapse: collapse;
-moz-opacity:1;
opacity: 1;
filter:alpha(opacity=100);
}
#categories li a {
color: #FF6917;
margin: 3px;
-moz-opacity:1;
opacity: 1;
filter:alpha(opacity=100);
}
#categories li a:hover {
background-color: #eeeed6;
color: #000000;
}
Why isn't it working??
Register
now for full access!
06-03-2009, 11:43 AM
#
2
(
permalink
)
Re: background problem
theohoutman
Skilled Talker
Posts: 96
Name: Theo Houtman
Location: Netherlands
Trades:
0
Talkupation:
The page in action:
http://consult.vitanova-info.nl
06-03-2009, 07:38 PM
#
3
(
permalink
)
Re: background problem
LadynRed
Defies a Status
Posts: 10,016
Location: Tennessee
Trades:
0
Talkupation:
Opacity is inherited, so if the parent container is set to some opacity other than opaque, it's 'children' will inherit that same opacity.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content.
Registration is FREE
Please login or register to view this content.
Registration is FREE
06-03-2009, 10:22 PM
#
4
(
permalink
)
Re: background problem
theohoutman
Skilled Talker
Posts: 96
Name: Theo Houtman
Location: Netherlands
Trades:
0
Talkupation:
any suggestions on how to do a decent semitransparent background??
06-03-2009, 11:39 PM
#
5
(
permalink
)
Re: background problem
LadynRed
Defies a Status
Posts: 10,016
Location: Tennessee
Trades:
0
Talkupation:
Use a semi-transparent repeating background image.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content.
Registration is FREE
Please login or register to view this content.
Registration is FREE
« Reply to
background problem
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
CSS Forum
>
background problem
Thread Tools
Search this Thread
Show Printable Version
Email this Page
Search this Thread
:
Advanced Search
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
Off
Pingbacks
are
Off
Refbacks
are
Off
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.64807
seconds with
12
queries