- Posts: 3
 - Thank you received: 0
 
Interior pages Menu over Logo in IE
- 
        atrfede
Inactive member - 
            
				
                            Topic Author
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                13 years 9 months ago                #14392
        by atrfede
    
    
            
            
            
            
            
                                
    
                                                
    
        Interior pages Menu over Logo in IE was created by atrfede            
    
        Hi,
If you have a look at my demo site (or your demo) in Internet Exploret you´ll see that the interior pages menu floats over the logo module: www.webpeix.com/qp/index.php?option=com_...icle&id=65&Itemid=49
This is a IE bug only. Everything is fine in Firefox/Chrome
How can I fix this?
Best regards,
If you have a look at my demo site (or your demo) in Internet Exploret you´ll see that the interior pages menu floats over the logo module: www.webpeix.com/qp/index.php?option=com_...icle&id=65&Itemid=49
This is a IE bug only. Everything is fine in Firefox/Chrome
How can I fix this?
Best regards,
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                13 years 9 months ago                #14401
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Interior pages Menu over Logo in IE            
    
        Hi,
add this to template_css.css to the bottom:
.column_left{
height: 600px;
}
add this to template_css.css to the bottom:
.column_left{
height: 600px;
}
Please Log in to join the conversation.
- 
        atrfede
Inactive member - 
            
				
                            Topic Author
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 3
 - Thank you received: 0
 
            
        
                13 years 9 months ago                #14445
        by atrfede
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by atrfede on topic Re: Interior pages Menu over Logo in IE            
    
        Hi Ivan,
Thanks for your answer, but your solution doesn´t fix the bug.
Any other suggestion?
Thanks,
Thanks for your answer, but your solution doesn´t fix the bug.
Any other suggestion?
Thanks,
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                13 years 9 months ago                #14474
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Interior pages Menu over Logo in IE            
    
        Try this then:
.column_left{
height: 600px;
float:none;
}
.column_left{
height: 600px;
float:none;
}
Please Log in to join the conversation.
- 
        maicol
Inactive member - 
            
				
                                 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 19
 - Thank you received: 0
 
            
        
                13 years 8 months ago                #14667
        by maicol
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by maicol on topic Re: Interior pages Menu over Logo in IE            
    
        I don't understand your instructions. I have the same problem.
Why? :blush:
Why? :blush:
Please Log in to join the conversation.
- 
        ivan.milic
Support Staff - 
            
				
                                 - Moderator
 - 
            
         
        Less
        More
        
            
    
        - Posts: 14116
 - Thank you received: 1639
 
            
        
                13 years 8 months ago                #14683
        by ivan.milic
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by ivan.milic on topic Re: Interior pages Menu over Logo in IE            
    
        You open template_css.css file , it is located in templates /css folder. At the bottom add this:
.column_left{
height: 600px;
float:none;
}
.column_left{
height: 600px;
float:none;
}
Please Log in to join the conversation.
        Time to create page: 0.207 seconds