[css-d] Padding Issues in List Menu.

2008-03-30 Thread שלומי
Hi there, I need some help with my layout css settings. The problem was created due to the language of the text on the page. I have a list I want to use as a horizontal menu, since the text is in hebrew, when I try to create spaces between the list items, the padding seems to sum up and push the

Re: [css-d] Padding Issues in List Menu.

2008-03-30 Thread David Laakso
I have a list I want to use as a horizontal menu, since the text is in hebrew, when I try to create spaces between the list items, the padding seems to sum up and push the whole list instead of just the list items. http://www.core-il.net/tapuz/Tapuz.jpg

Re: [css-d] padding issues with IE5.0

2007-11-19 Thread Bruno Fassino
On Nov 19, 2007 1:31 AM, Fiona wrote: Im not very savvy with which browsers support what CSS - still learning all that stuff, but Im noticing that IE5 (windows) doesnt seem to recognise padding in such things as a horizontal menu and the spacing between a horizontal line of images. Is this

[css-d] padding issues with IE5.0

2007-11-18 Thread Fiona
Good morning, Im not very savvy with which browsers support what CSS - still learning all that stuff, but Im noticing that IE5 (windows) doesnt seem to recognise padding in such things as a horizontal menu and the spacing between a horizontal line of images. Is this the norm? If so, how do I

Re: [css-d] Padding issues

2005-07-18 Thread Schalk Neethling
Steve Ensure that you remove whatever amount of padding you added to the element from the elements width. For example: width:200px; padding:0; width:160px; padding:0 20px 0 20px; Steve Ivy wrote: Hi All, I'm having some weird padding issues:

Re: [css-d] Padding issues

2005-07-18 Thread Mike Thirlwell (CBJ Digital Ltd)
Hi Steve, The culprit seems to be these lines, which set the width of your sidebar wider than your intended 216px and causes the protrusion: htmlbody #sidebar { width:227px; } Remove them and everything works as intended. Cheers. Mike Steve Ivy wrote: Hi All, I'm having some weird

Re: [css-d] Padding issues

2005-07-18 Thread dweaton
@lists.css-discuss.org Sent: Monday, July 18, 2005 10:17 AM Subject: [css-d] Padding issues Hi All, I'm having some weird padding issues: http://mypowerlearning.com/_beta/testcss/test.html http://mypowerlearning.com/_beta/testcss/test.css The sidebar needs to be exactly the width of the background image