|
#1
|
|||
|
|||
|
Hello ppl, i am building a website for my parents and i came to a problem.
I want to do semi transparent background of table but in this case also text become semi transparent. But i want to make transparent just background of table and that text remain normal. Has anyone any idea how to fix that? I also tried to look on net for other ideas but noeone works or i am too nubish to know how to put them in =). (i have non experience in doing this ... i learned and made this in 1 day + 2 days looking how to solve problem). Please help if you know how=(. Here is my code: <html> <head> <link rel="stylesheet" type="text/css" href="styles.css"> <style type="text/css"> body { margin: 0px; padding: 20px; } #header { width: 100%; height: 72px; } #leftcol { float:right; width: 85%; margin: 15px; height: 3000px; border: 1px solid #FFFFFF; background-color:#66FF66; } </style> </head> <body> <div id="header">BARDI</div> <table width="100%" border="1"> <tr> <td height="3000" width="100%" bordercolor="#FF0000"> <div id="leftcol" style="filter:alpha(Opacity=20); opacity:0.2; -moz-opacity:0.2; -khtml-opacity:0.2;">LINKS</div> </td> </tr> </table> </body> </html> edit: text that is the problem is in red
__________________
![]() Picture made by Aametherar the orc Glory to the elves! Last edited by Kire : 12-04-2009 at 05:45 PM. |
|
#2
|
||||
|
||||
|
This is what I would do.
![]() <html> <head> <link rel="stylesheet" type="text/css" href="styles.css"> <style type="text/css"> body { margin: 0px; padding: 20px; } #header { width: 100%; height: 72px; } #leftcol { float:right; width: 85%; margin: 15px; height: 3000px; border: 1px solid #FFFFFF; background-color:rgba(102,255,102,0.2); } </style> </head> <body> <div id="header">BARDI</div> <table width="100%" border="1"> <tr> <td height="3000" width="100%" bordercolor="#FF0000"> <div id="leftcol">LINKS</div> </td> </tr> </table> </body> </html>
__________________
Alex Walz | Assistant Producer & Publicist of Reverie World Studios, INC. Follow us on Twitter! Fan us on Facebook! |
|
#3
|
|||
|
|||
|
Thank you very much Alex =), it worked ... it was so simple. Didnt thought i will get an answer so fast =P. On net i saw only looooong discussions about it (and nothing worked =P).
__________________
![]() Picture made by Aametherar the orc Glory to the elves! |
|
#4
|
|||
|
|||
|
Quote:
?
__________________
leave feedback on posts by pressing the scales on the top right |
|
#5
|
|||
|
|||
|
Well its about my parents work ... they together have a firm but no website and no knowledge of computer stuff. So i decided i will make one very beautiful one for christmas present.
And they are working with helping other to improve their lives (the ones who use drugs or just want better life or x problems ... beside that they have numerous technics and exercises and other stuff that they learned and using them in their work. Beside its also about healthy life (both things are conected). The website is about rough introduction and presentation of above thing (news, programs, articles, contacts and that kind of stuff)...... i will make it very beautiful =P. I would also make an english version of it but it would just confuse not our language speaking ppl since parents dont know how to speak english (and if one would call them.....=P). Hope i answered your question =). Beside the thing i posted is also out of date .. now i dont use tables tag for tables anymore but i only use div tags =) and it is also different design. Its nice how many useful things you get to know on net and from nice forum ppl =P. Atm i am working on graphic design in photoshop to make tables look better =P (ugh its a pain because of lacking of web knowledge and photoshop is another mystery but i will make it !! =P). Tables here http://forums.truewow.net/index are my inspiration =) (combined with transparent thing and background image).
__________________
![]() Picture made by Aametherar the orc Glory to the elves! Last edited by Kire : 12-05-2009 at 05:43 PM. |
|
#6
|
|||
|
|||
|
Quote:
|
|
#7
|
|||
|
|||
|
Quote:
that website is pretty cool on the style. Maybe alittle dark though from what your parents company is about looks maybe alittle negative/serious. i know blue and grey are considered calming friendly colours to use in web design and have proven to have better results in businesses. Genrally why most sites are that colour if they are business based etc. hope that helps.
__________________
leave feedback on posts by pressing the scales on the top right |
|
#8
|
|||
|
|||
|
Quote:
__________________
![]() Picture made by Aametherar the orc Glory to the elves! |
|
#9
|
|||
|
|||
|
Quote:
Buttons are also usually a good idea as it makes it more user friendly also.
__________________
leave feedback on posts by pressing the scales on the top right |
|
#10
|
|||
|
|||
|
I just stumbled across the flash making website and it looks quite interesting, its easy to use and with it you can do many nice things also. So my question is which one would you suggest to use for this? ..... tho i know that css and html would be just fine.
__________________
![]() Picture made by Aametherar the orc Glory to the elves! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|