|
Border in joomulus 2 Years, 8 Months ago
|
Karma: 0
|
|
Could it be possible to add an option to put a border when the background is transparent in joomulus?
I think it would be a good thing if joomulus could have any kind of css file to allow easier style customizacion.
Anyways, thank you so much for your marvellous module.
|
|
|
|
|
|
|
Re:Border in joomulus 2 Years, 8 Months ago
|
Karma: 0
|
|
I've solved my problem. I know that this was supposed to be solved using the joomla option for modules, module class suffix but it didn't worked for me because of the kind of template I was using. Anyways, I found out how to make the module class suffix work so I could style my joomulus as wished.
|
|
|
|
|
|
|
Re:Border in joomulus 2 Years, 8 Months ago
|
Karma: 41
|
|
That's great you have fixed it - sorry we did not respond earlier - I've had the flu the past few days and still catching up on everything.
|
|
|
|
|
|
|
Re:Border in joomulus 2 Years, 5 Months ago
|
Karma: 0
|
|
Hey
Do you mind telling how you did?
I'm up to exact same editing and are scratching my hair away now.
Thanks.
/adbuster,Sweden
|
|
|
|
|
|
|
Re:Border in joomulus 2 Years, 5 Months ago
|
Karma: 0
|
|
Hey adbuster,
I don't know if my solution is going to be valid for you since it depends on how the template you are using is built. I've done it a while ago, so I'm not sure if I'm missing something. I've added the code that appears below to the main css of my template:
.Block-cloud
{
position:relative;
z-index:0;
margin:0 auto;
min-width:1px;
min-height:1px;
}
.BlockContent-cloud
{
position:relative;
z-index:0;
margin:0 auto;
min-width:1px;
min-height:1px;
}
.BlockContent-body-cloud {
border: 1px solid #cccccc;
padding:0;
margin-top:6px;
margin-right:8px;
}
Since my tag cloud is in the left top position. you will have to change the css to suit your needs.
Afterwards,in Module parameters-> Module class suffix I've added -cloud tag suffix.
I hope this helps you.
|
|
|
|
|
|
|
Re:Border in joomulus 2 Years, 4 Months ago
|
Karma: 0
|
|
It all depends exactly on how the two meet up..
If you can avoid the metal strip, your job will look so much more professional.
Any flooring questions you can e mail me through my avatar and check out my qualifications there GL
|
|
|
|
Last Edit: 2010/01/13 09:48 By Bambi.
|
|
|
Re:Border in joomulus 2 Years, 4 Months ago
|
Karma: 12
|
|
Don't spam the forum!
|
|
|
|
|
|
|