On website: new3.thesciencecouncil.com
I'm unable to get the right css to make the logo resize for a narrow screen
Use of "height: auto;" causes the logo image to disappear
The text that floats over the image with the globe doesn't stack over the lower items
when the screen narrows.
If I make it static it will but then doesn't float over the image
.top-1 .custom {
position: relative;
}
.slideshow-text {
display: block;
z-index: 40;
position: absolute;
left: 50px;
top: 60px;
height: auto;
color: #000;
font-style: italic;
font-size: 10pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}
thanks again,
Keith
- keithvb
- Commercial Templates
- Monday, 17 March 2014
- Subscribe via email
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!