RIRedinPA Posted January 25, 2011 Share Posted January 25, 2011 I can't get it to work... HTML: <div id="header"> <ul> <li> <p class="headertitle">Time Sheet Manager</p> <p> <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> </p> <p>User Links</p> </li> </ul> </div> What I need: Item 1 User Link 1 Item 2 User Link 2 Time Sheet Manager Item 3 User Link 3 What I keep getting: Time Sheet Manager Item 1 Item 2 Item 3 CSS: #header { background-image: url(../images/bgHeader.png); background-repeat: repeat-x; color: #5CADFF; height: 75px; margin: 0; padding: 0; width: 100%; } #header ul { height: 75px; margin: 0 0 0 40px; padding: 0; } #header li { display: inline; height: 75px; list-style-type: none; } #header p { font-size: 1em; } #header p.headertitle { font-size: 2em; margin: 30px 10px 0 0; } I've played with a bunch of variations on this with no luck. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/225644-arggghhhcan-someone-help-me-with-this-ul-layout/ Share on other sites More sharing options...
RIRedinPA Posted January 25, 2011 Author Share Posted January 25, 2011 Nevermind...apparently we are going to go with a new design...f'in designers... Quote Link to comment https://forums.phpfreaks.com/topic/225644-arggghhhcan-someone-help-me-with-this-ul-layout/#findComment-1165086 Share on other sites More sharing options...
cssfreakie Posted January 30, 2011 Share Posted January 30, 2011 lol, mark it solved dude if you wish to know how to do the ul thing let me know i like to puzzle Quote Link to comment https://forums.phpfreaks.com/topic/225644-arggghhhcan-someone-help-me-with-this-ul-layout/#findComment-1167179 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.