|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Call me Andrew
|
CSS padding question
I've been playing around with my css and have given the caption areas a background-color. To keep the text from sitting on the edge of that now-colored div I added a padding-left statement to push it over a little, and it works fine in my galleries until I click the Large link, when it goes away.
Links: Gallery's first image (padding on the left of the caption - the 'W' in welcome is over a tad) and First image, Large single-image view (no padding on the left of the caption - the 'W' in welcome is flush with the left of the box) The CSS I have: Code:
/* My CSS */
#userName, #userHome { display: none; }
#my_header {
margin: 0px auto;
text-align:center; }
#caption_bottom {
position: relative;
top: -2px;
padding-left: 3px;
background-color: #374f8b;
}
.title {
/* color: #374f8b;
color: #a58de9;
color:#4d7c3f;*/
color: #c5a56c;
}
.imgBorderOn {border: solid 1px #c5a56c;}
#thumbnails .imgBorderOn {position: relative;top: 1px;left: 1px;}
#thumbnails .imgBorder {border-color: transparent;
_border-color: black; position: relative;top: 0px;left: 0px;}
Any help appreciated. :) |
|
|
|
|
#2
|
|
|
I � Unicode
|
Can anyone handle this one? I'm blocked from work.
__________________
Y'all don't want to hear me, you just want to dance. http://photos.mikelanestudios.com/ |
|
|
|
|
#3
|
||
|
Call me Andrew
|
Quote:
|
|
|
|
||
|
#4
|
||
|
Code Monkey
|
Single image view has undergone a bit of an overhaul with CSS so we can center the image on the page and not stretch our everything else. As a result, you need to specify the singleImage view as well:
#caption_bottom, #singleImage #caption_bottom { padding-left: 3px; } Quote:
|
|
|
|
||
|
#5
|
||
|
Call me Andrew
|
Quote:
|
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|