2 of 2
2
IE and Firefox Problems
Posted: 28 October 2010 12:37 AM   [ Ignore ]   [ # 16 ]
Newbie
Rank
Total Posts:  1
Joined  2010-10-28
vishwebdesign - 07 March 2008 01:51 PM

Below is the tested and working css styles for Mozilla, IE6.0, and opera..If you have problems with ie7.0, just put a condition statement. We don’t really need absolute positioning to achieve this result, but i didn’t get time to look at your codes in depth, so am sending you the solution i could think of.

#mainnav {
    
height94px;
    
width760px;
    
background-imageurl(img/logo2.jpg);
    
background-repeatno-repeat;
    
background-positionright bottom;
    
margin16px 0 0px 197px;
    
position:relative;
}

#mainmenu {
    
margin0px;
    
padding:0;
    list-
stylenone;
    
clearboth;
    
position:absolute;
    
width:100%;
    
bottom:8px !Important;
    
bottom:3px;

it works on me, I’ve got encounter same problem. Thanks for posting this code :)

Profile
 
 
Posted: 29 October 2010 07:46 AM   [ Ignore ]   [ # 17 ]
Newbie
Rank
Total Posts:  3
Joined  2010-10-29

????I cannot understand

Profile
 
 
Posted: 29 September 2011 07:52 AM   [ Ignore ]   [ # 18 ]
Newbie
Rank
Total Posts:  2
Joined  2010-09-30
orangeh201010 - 29 October 2010 07:46 AM

????I cannot understand

What exactly you can’t understand.

Profile
 
 
Posted: 02 January 2012 06:34 PM   [ Ignore ]   [ # 19 ]
Newbie
Rank
Total Posts:  3
Joined  2011-02-08

Please Elaborate what you could not understand? Nurik has provided a clear and understandable code.


——————

I am working for TradeMeters point of sale software which is one of the most reliable retail POS software available in the market.

Profile
 
 
   
2 of 2
2