Hello,
So this comes like this... :shrug:
I have a image background, and I have sections in the website, made by tables
like a navigation bar, and I would like the background of these tables to be
a bit darker, not having a solid color but a darker tone of the background, I tryed putting a black table background but I found no option to "blend" it or make it transparent.
I m aware that there is a CSS code for this, I believe this is so basic...but I m a noob like this, and I will thank with all my heart whoever helps me with this because it's for a proyect.
Also, can I insert the css code anywhere in the "code" section, I am using dreamweaver and well I know I have to open the css with the: and close it with but I believe this will apply to the whole page, doing the actual background ( of the whole page) transparent, but what if I only want to apply it for a table.
Thanks in advance.
Aiyou
HI Ai_yOu,would you please
HI Ai_yOu,
would you please either post a link or if it´s local a snippet of code.
For opacity please read: http://www.quirksmode.org/css/opacity.html
lars
Hmmmm, I think the first
Hmmmm,
I think the first thing I would recommend is to see if you can't do things like your navigational menu without using tables. Try lists instead for example. Tables aren't particularly good for these things.
Also, I would recommend using an external file (eg. style.css) for all your CSS code, then linking to it from your web page. This would mean you can use that same code for multiple pages resulting in a consistent looking web site.
"Can I insert the css code anywhere" - No, generally you want to think about the structure of your CSS a bit because in sections of the code, the order you've done things is quite important! Parts of CSS is read and consequently followed sequentially.
Finally, I think most of your questions would be very simply asked with 'beginner tutorials' if you have a search on Google. Just type in what you're trying to do, and CSS and you should find multiple pages just dying to explain it to you.
We're only really able to help with specific questions when we have code or a live link to look at.
Thank you,
John
Hello Crea, what do you mean
Hello Crea,
what do you mean by " a link" ( a link to what? )
and a snippet code..?
well for the first who posted, isn't this.."begginer help"...
I have tryed reading all the tutorials and everything,
they all say the same in the introduction and stuff but the problem is that I have ADD I can't keep reading ALL that, I even bought membership in Lynda.com
but the tutorial is so long... I only need a code that can make table backgrounds transparent, and how to insert them into my website ( which I haven't created yet).
I would kindly appreciate any given help...
Ai_y0u wrote:what do you
what do you mean by " a link" ( a link to what? )
and a snippet code..?
I would've thought they're fairly self-explanatory. A link to your page and/or the code you're using pasted here into this thread.
Ai_y0u wrote:well for the
well for the first who posted, isn't this.."begginer help"...
yes, and at the top of the forum it does say quite clearly "please post all your code - both CSS and HTML - in code tags"
Hi Ai_y0u, without code
Hi Ai_y0u,
without code it´s not that easy to give a specific answer
to a general question. So, post your html and css code
and you´ll get a solution.
that´s it
lars