HokieTracks Posted April 20, 2009 Share Posted April 20, 2009 Hi, I am trying to create a horizontal menu with div classes. Here is my div class code: .menucontainer { width:109px; } .menu a { width:109px; background: url("http://hokietracks.com/home/images/blank.jpg") no-repeat; padding-top: 10px; padding-bottom: 10px; font: 13px Arial, sans-serif; font-weight: bold; text-decoration: none; text-align: center} .menu a:hover { width:109px; height:36px; background: url("http://hokietracks.com/home/images/blank2.jpg") no-repeat; text-decoration: none; } But all I end up with is this: Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/ Share on other sites More sharing options...
mimintweak Posted April 20, 2009 Share Posted April 20, 2009 I think .menucontainer width should be 654px to hold 6x109px, try it and see if that works Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/#findComment-815063 Share on other sites More sharing options...
HokieTracks Posted April 20, 2009 Author Share Posted April 20, 2009 No, that didn't do it. Same results as before. Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/#findComment-815096 Share on other sites More sharing options...
Axeia Posted April 21, 2009 Share Posted April 21, 2009 Umm, what exactly is wrong with? Looks like a horizontal menu to me.. Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/#findComment-815242 Share on other sites More sharing options...
FaT3oYCG Posted April 21, 2009 Share Posted April 21, 2009 replace padding-top: 10px; padding-bottom: 10px; with padding: 10px 10px 10px 10px; Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/#findComment-815921 Share on other sites More sharing options...
HokieTracks Posted April 21, 2009 Author Share Posted April 21, 2009 I figured this out on my own. Thanks for the help though! Link to comment https://forums.phpfreaks.com/topic/154935-solved-div-class-width-will-not-work/#findComment-815926 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.