-
AuthorPosts
-
August 5, 2011 at 4:43 pm #167113
How can I put a border around the images in the flowlist, or where ist the css that controlls the flowlist?
thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 5, 2011 at 4:54 pm #404689Hi,
You replace this code from /templates/ja_labra/css/template.css in the line #979
#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
}
with
#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
border: solid orange; < add this line
}August 9, 2011 at 3:30 pm #405161Thankyou for the quick anwser! But I didn’t quite mean that, what I need is a picture frame around the individual pictures (so they look like old fashioned fotos with a border around them) Thanks !
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
August 9, 2011 at 3:34 pm #405163Hi,
You must add in the code for the image as well<img src="pic.jpg" border="0" /></a>
August 9, 2011 at 3:44 pm #405165but where do I put in that?
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
August 9, 2011 at 4:10 pm #405172Hi,
You will put this in the same code as described by Khoand above. You just add in the additional code.
Do remember you must also upload the image to be used.
Hope this helped.
Add this line of code:
img src=”pic.jpg” border=”0″;
Let me know if I’ve left out anything you need help with.August 9, 2011 at 4:17 pm #405175surely you dont mean that the css, should look like this, or do you?
#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
border: solid orange; <img src=”pic.jpg” border=”0″ /></a>
}Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
August 9, 2011 at 4:30 pm #405183
No, full code should be:
#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
background-image: url(pic.jpg); < add this line
August 10, 2011 at 8:49 am #405338I’m really sorry but I’m not getting any further, does this look ok?
}
#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
border: 5px solid orange, background-image: url(../../../images/stories/demo/home.jpg);}
it doesnt seem to change anything, I want a think orange boarder around the individual images (i gues I have to add aline for each image)
thanks sue
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
August 10, 2011 at 12:17 pm #405395HI Sue,
My apologies, I thought you wanted to add an actual image of a frame.
The code should appear like this:#ja-topsl {
color: white;
position: relative;
min-height: 300px;
z-index: 10;
border: 5px solid orange;You will need to adjust the [adding to suit the thickness you want to appear. Instead of 5px try 10px and so on till you achieve the desired effect.
I would recommend that you use FIREBUG to to the playing so you do not have to keep editing actual file, when happy with the size of the border, then you may edit the actual file.
Here is a link regarding how to use Firebug and there is a download link as well on the page:
http://getfirebug.com/whatisfirebug
Let me know if we can be of any more service to you or if I may mark the thread as SOLVED.
Thanks! -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Blaine 13 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum