[css-d] list menu item breaking across lines

2013-02-18 Thread Chip at Caliber Communications
http://shootata2-com.cccg-inc.com When the nav menu has too many items, the last list item (Contact the ATA) is breaking across lines. I need the items to all wrap in their entirety. This is the primary issue I need help resolving Tangentially, in trying to find a solution, I came up with this:

Re: [css-d] list menu item breaking across lines

2013-02-18 Thread Chris F.A. Johnson
On Mon, 18 Feb 2013, Chip at Caliber Communications wrote: http://shootata2-com.cccg-inc.com When the nav menu has too many items, the last list item (Contact the ATA) is breaking across lines. I need the items to all wrap in their entirety. This is the primary issue I need help resolving

[css-d] List menu - gap in IE

2007-06-15 Thread Denise
Can someone point me in the right direction for closing the gap that appears in the dropdown LIs when viewed in IE? Page can be viewed at: http://www.unicornhosting.com/ncc/index.php Relevant CSS: #menu { margin:10px auto; padding-left:20px; } #menu ul {list-style-type:none;

[css-d] List Menu

2006-07-05 Thread Christina Hawkins
Trying to get my list menu to work properly on IE and FF. So far on FF the menu hover works but the line-height/spacing between the li's are too small. In IE the line-height is fine but the hover isn't working. Can someone help me figure this out? I've already spent too much time on this and it's

[css-d] List menu

2006-06-19 Thread Tom Livingston
Here's the css: #mainnav{text-align:left; background-color:#aca195;} #mainnav ul{font-size:.8em; color:#fff; list-style-type:none;} #mainnav ul li{padding:.7em; display:inline;} and the html: div id=mainnav ul liProfessional Liability Insurance/li

[css-d] List Menu CSS and Firefox

2006-04-13 Thread Karl Camenzuli
Hi All This is my fist posting :) and I am quite new to developing without tables I have an issue with firefox not accepting my CSS on a list box, my example is at http://web25.s112.typo3server.com/273.0.html And my CSS is .language_bar { position: relative;

Re: [css-d] List Menu CSS and Firefox

2006-04-13 Thread Peter Hyde-Smith
- Original Message - From: Karl Camenzuli [EMAIL PROTECTED] To: css-d@lists.css-discuss.org Sent: Thursday, April 13, 2006 5:12 AM Subject: [css-d] List Menu CSS and Firefox Hi All This is my fist posting :) and I am quite new to developing without tables I have an issue

Re: [css-d] List Menu CSS and Firefox

2006-04-13 Thread Karl Camenzuli
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hyde-Smith Sent: 13 April 2006 13:11 To: Karl Camenzuli; css-d@lists.css-discuss.org Subject: Re: [css-d] List Menu CSS and Firefox - Original Message - From: Karl Camenzuli [EMAIL PROTECTED] To: css-d

[css-d] List menu Q

2006-02-16 Thread KalleS
Hello, I have select menu in my page. It's located in a header bar which height is 20px. The select menu breaks the bar because it doesn't fit to the 20px height. This is in Ie6 and Firefox. In Opera it's (almost) OK. How can I influence to the height with CSS that this menu requires? Thanks

Re: [css-d] List menu Q

2006-02-16 Thread James MacLeod
Hey, The only way I can think of is too apply a class to it and then change the font size. You can try a height but I don't think it will work. Here is an example: select class=menubar .. .menubar { font-size: 10px; height: 12px; //Might not work; padding: 0;