Computer Forum  

Go Back   Computer Forum > Computer Forums > Programming Forum > CSS Forum

CSS Forum CSS Forum. Cascading style sheets coding, questions and answers. Includes css design, coding css1, css2, css3 and more.


I need help with css for and drupal?

CSS Forum

CSS Forum. Cascading style sheets coding, questions and answers. Includes css design, coding css1, css2, css3 and more.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-01-2008, 02:13 AM
Junior Member
 
Join Date: Sep 2008
Posts: 3
vistadude RSS Feed
I need help with css for and drupal?

Ok I have a css code of a drupal theme, part of it I want to be transparent. So I did this:

}

#container .sidebar .block {
background-color: #000000; opacity: .0;
border: solid #000000 0px;
margin-top: 5px;
margin-bottom: 20px;
}

But the fact is it did not only make the background transparent for that block, but the text in it for some reason, and I did not put it on a setting to make that transparent. How do I make it so that only the background in transparent, and i need it to be 100% transparent.

the theme that I am modifying is brushed steel, here is the original css code for that section:

}

#container .sidebar .block {
background-color: #000000;
border: solid #000000 0px;
margin-top: 5px;
margin-bottom: 20px;
}
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can we make a Drupal website with Ajax, Javascript, jQuery WAI Compatibility (at Dave AJAX Forum 0 05-18-2008 09:17 PM


All times are GMT. The time now is 04:30 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93