Click here to Skip to main content
15,891,864 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Control not getting centered [modified] Pin
User 17164923-Aug-10 0:21
professionalUser 17164923-Aug-10 0:21 
GeneralRe: Control not getting centered Pin
dkedar20103-Aug-10 0:30
dkedar20103-Aug-10 0:30 
GeneralRe: Control not getting centered Pin
User 17164923-Aug-10 1:19
professionalUser 17164923-Aug-10 1:19 
GeneralRe: Control not getting centered Pin
dkedar20103-Aug-10 18:57
dkedar20103-Aug-10 18:57 
GeneralRe: Control not getting centered Pin
januka1113-Aug-10 0:30
januka1113-Aug-10 0:30 
AnswerRe: Control not getting centered Pin
Prosanta Kundu online4-Aug-10 23:05
Prosanta Kundu online4-Aug-10 23:05 
GeneralRe: Control not getting centered Pin
dawmail3336-Aug-10 13:22
dawmail3336-Aug-10 13:22 
QuestionCSS only Transparent background in DIV with child elements opaque Pin
Dave McCool29-Jul-10 6:47
Dave McCool29-Jul-10 6:47 
I have a slight issue, tried everything to make this work, half the time I can get the background to be 100% transparent so you don't see it and have the other child elements opaque, but all I want is the background to be 50% transparent so the main background is showing through it.

First, here is an image of one of the pages. I want the black border to be semi transparent (50%) but everything else inside this area to appear as it is 100% opaque (that is all child elements inside the body_wrapper): http://img697.imageshack.us/img697/8008/webpage.jpg[^]

Here is the code in my CSS file that controls the DIV tag (the "background: #000000;" is the black background code that I wanted to have semi transparent:

.body_wrapper {

	padding: 0 20px 20px;
	background: #000000;
	-webkit-border-radius: 5px;
	_display: inline;

}


The only thing is that I can't modify anything on my HTML pages as I have too many and have to do all this with my CSS file. I have been looking all over and tried a few things but nothing seems to work, can anyone help?
In the end we're all just the same

AnswerRe: CSS only Transparent background in DIV with child elements opaque Pin
User 171649229-Jul-10 8:34
professionalUser 171649229-Jul-10 8:34 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool30-Jul-10 14:29
Dave McCool30-Jul-10 14:29 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
User 171649231-Jul-10 0:37
professionalUser 171649231-Jul-10 0:37 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
User 171649231-Jul-10 2:50
professionalUser 171649231-Jul-10 2:50 
AnswerRe: CSS only Transparent background in DIV with child elements opaque [modified] Pin
dawmail3336-Aug-10 13:26
dawmail3336-Aug-10 13:26 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool7-Aug-10 3:11
Dave McCool7-Aug-10 3:11 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
dawmail3337-Aug-10 3:12
dawmail3337-Aug-10 3:12 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool7-Aug-10 3:21
Dave McCool7-Aug-10 3:21 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
dawmail3337-Aug-10 3:24
dawmail3337-Aug-10 3:24 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool7-Aug-10 4:08
Dave McCool7-Aug-10 4:08 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
dawmail3337-Aug-10 4:13
dawmail3337-Aug-10 4:13 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool7-Aug-10 4:18
Dave McCool7-Aug-10 4:18 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
User 17164927-Aug-10 3:57
professionalUser 17164927-Aug-10 3:57 
GeneralRe: CSS only Transparent background in DIV with child elements opaque Pin
Dave McCool7-Aug-10 4:02
Dave McCool7-Aug-10 4:02 
Questionunicode issue Pin
varsh1228-Jul-10 0:44
varsh1228-Jul-10 0:44 
QuestionRe: unicode issue Pin
Yusuf6-Aug-10 4:27
Yusuf6-Aug-10 4:27 
Questionhow to use jquery to be like this?? Pin
he.david825-Jul-10 23:30
he.david825-Jul-10 23:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.