Left Column Right Column

  • rslavi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #25740 by rslavi
I am a beginner and do not know much Joomla.
How to make transparent the right and the left column?
Attachments:

Please Log in to join the conversation.

More
11 years 1 month ago #25753 by ivan.milic
Replied by ivan.milic on topic Left Column Right Column
Background definition is in template_css.php:
Code:
.column_left div.moduletable, .column_right div.moduletable { background: -webkit-gradient(linear, 0 0, 0 bottom, from(<?php echo $moduleBgTop; ?>), to(<?php echo $moduleBgBottom; ?>)); background: -moz-linear-gradient(<?php echo $moduleBgTop; ?>, <?php echo $moduleBgBottom; ?>); background: linear-gradient(<?php echo $moduleBgTop; ?>, <?php echo $moduleBgBottom; ?>); border:1px solid <?php echo $columnBorder; ?>; color:<?php echo $columnText; ?>; }

You can just remove all properties and add yours.You can set transparent background image pattern 1px x 1px and set it to repeat
The following user(s) said Thank You: rslavi

Please Log in to join the conversation.

  • rslavi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #25771 by rslavi
Replied by rslavi on topic Left Column Right Column
Thank you so much!
Simply removed these lines and it all disappeared ....

Please Log in to join the conversation.

  • rslavi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago #25821 by rslavi
Replied by rslavi on topic Left Column Right Column
Hi!
I do not know why but, Opera and Chrome shadow side of the disappeared, and Yandex not?



And another question, how to make transparent blocks 50%?

Attachments:

Please Log in to join the conversation.

More
11 years 1 month ago #25829 by ivan.milic
Replied by ivan.milic on topic Left Column Right Column
What is Yandex??? Refresh good - usually ctrl+F5

Please Log in to join the conversation.

  • rslavi
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
11 years 1 month ago - 11 years 1 month ago #25834 by rslavi
Replied by rslavi on topic Left Column Right Column
Sorry Internet Explorer
Last edit: 11 years 1 month ago by rslavi.

Please Log in to join the conversation.

Time to create page: 0.389 seconds
Powered by Kunena Forum