CSS causing small error
Posted: 17 November 2009 12:44 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-06-08

Hi all,

The caption on the following link is causing a slight bleed in IE.


http://www.meddea.com/design.html


It seems fine in Firefox.

Any thoughts or ideas on why this is happeining will be much appreciated.

Thanks

body{
    font
-family:arial;
}

.clear {
    clear
:both
}

#gallery {
    
position:relative;
    
width:655px;
    
height:360px
}
    
#gallery a {
        
float:none;
        
position:absolute;
    
}
    
    
#gallery a img {
        
border:none;
    
}
    
    
#gallery a.show {
        
z-index:655;
    
}

    
#gallery .caption1 {
        
z-index:655;
        
margin:0
        
background-color:#000; 
        
color:#ffffff; 
        
height:100px
        
width:100%; 
        
position:absolute;
        
bottom:0;
    
}

    
#gallery .caption1 .content1 {
        
margin:5px
    }
    
    
#gallery .caption1 .content1 h4 {
        
font:12pt Arialsans-serifletter-spacing:-1pxfont-weight:bold
        
margin:0;
        
padding:0;
        
color:FFFFFF;
    
Profile
 
 
Posted: 28 April 2010 04:32 PM   [ Ignore ]   [ # 1 ]
Sr. Member
RankRankRankRank
Total Posts:  139
Joined  2010-04-23

It’s not clear what your questions is, it would help to clarify it. The issue is most likely cause by the z-index style.
____________________
sudoku - social - puppies

Profile
 
 
Posted: 30 September 2010 11:45 AM   [ Ignore ]   [ # 2 ]
Jr. Member
RankRank
Total Posts:  37
Joined  2010-09-20

feel free to clarify you problem by following
the signature below,
our company contains lots of css experts that can probably help


_________________
http://www.websitetemplates.bz

Profile