Board index PBase HTML and Style Sheets HTML - problem

HTML and Style Sheets

HTML - problem

Customize your galleries.
abcios
 
Posts: 1

HTML - problem

Post Thu Jul 19, 2007 8:21 am


What is the HTML Code for putting a border around another border of a Thumbnail on a CSS to give the Thumbnails a double border using two different colors or shades?

ladytanya
 
Posts: 26
Location: Russia


Post Fri Jul 20, 2007 2:02 am


I mean you think about this:

In your CSS:

Code: Select all
img.thumbnail {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}
WBRG, Lady Tanya.

dang
 
Posts: 3780


Post Fri Jul 20, 2007 5:22 am


Hmm.. I've never done it that way, but you can give it a shot or try this:
Code: Select all
border: #441E1F 2px double;


OR for an image you can specify each color for lighting effect:
Code: Select all
border: #441E1F 5px double;
border-left:#441E1F 5px double;
border-right: #441E1F 5px double;
border-top: #441E1F 5px double;

:wink:

patrryk22
 
Posts: 1

Problems with controlling site

Post Mon Jul 23, 2007 9:14 am


Hi does any of you know joomla? I've got some problems with this cms in my controlling site

dang
 
Posts: 3780


Post Tue Jul 24, 2007 2:22 am


Sorry,
This forum is dealing with questions specific to the use, & layouts within Pbase.


Board index PBase HTML and Style Sheets HTML - problem

Who is online

Users browsing this forum: ClaudeBot and 1 guest