Re: [css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread David Laakso
Adi Palazova wrote: > I know that many people don’t like justified text on web sites. I will be > very grateful for more opinions about this. > > Thanks again,Adriana > > *It ain't no big deal.* It is a personal preference for me. I suspect I am older than you. I'm on a 116.5 dpi laptop. I

[css-d] Help needed in Select within a DIV

2008-04-06 Thread Aswini Mohanty
Hi friends, I wanted to have a horizontal scrollbar for a so, I enclosed the within a

Re: [css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread Adi Palazova
Hi David, Ingo, Alan and All, Thank you very much for your responses. Ingo, thank you for the response and for the links. You are right that “bug” is not the appropriate word. But anyway, this problem persists in many web sites and I think that it could be useful to share what I know about it. D

Re: [css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread Alan K Baker
Works fine for me in IE6, IE7, Opera, Firefox and Safari. My only complaint is that when you click on the language button the menu items change language, but the main Home text does not, even after visiting another page and clicking on Home.. Regards, Alan. www.theatreorgans.co.uk www.virt

Re: [css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread David Laakso
> The other reason I’m writing here is to ask if you can help me with the site > check. I’m away from home for 2-3 months and don’t have the possibility to > check it in some browsers. I’ll be very grateful if you let me know about any > browser problem that you may see, especially with Mac and

Re: [css-d] a:hover with absolute positions

2008-04-06 Thread Gunlaug Sørtun
tony wrote: > Well on the way to creating my first ever webpage but have run into a > problem. No surprise, but it isn't a bad start. > See: http://www.spiess.plus.com/ > > I don't know whether Im dealing with a syntax error, using the wrong > selector or just asking the impossible. As Jim p

Re: [css-d] a:hover with absolute positions

2008-04-06 Thread Jim Davis
Tony, You may find it worthwhile to read this article and study the demos. http://www.alistapart.com/articles/sprites/ You should be able to achieve your design with a single and css (and your image, of course). I use a bit of php to show the currently selected page and can send you that code if

[css-d] a:hover with absolute positions

2008-04-06 Thread tony
Hi, Well on the way to creating my first ever webpage but have run into a problem. To create my vertical navigation tabs and using my graphic image, I have to, I believe, absolutely position both the graphic and the text. This works fine but on a:hover the text and the graphic indicate separately

Re: [css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread Ingo Chao
Adi Palazova wrote: > Hello everyone, > > I think that many of us have seen the IE bug with background images > on multi-line inline links. I’ve described three possible CSS > workarounds here: > > http://adipalaz.awardspace.com/linksbg-en.html > > These fixes are really simple and I hope they c

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Jim Nannery
Afternoon Andrew You wrote: > perhaps but it does work does it not?! > > Krystian - Sunlust wrote: >> On 4/6/08, Andrew Doades <[EMAIL PROTECTED]> wrote: >> >>> remove the from start and end! >>> >>> This will give you just the bullet points! >>> >>> Andrew >>> >>> >> >> That's semanticaly incor

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
Yes, I understand it may not be the correct way to go about this problem, but it was a simple solution that with almost every modern browser will work. The other thing was that the inline control will line these links up in a well line, what if he wants them in a sidebar format? Andrew Jim Na

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Michael Adams
On Sun, 06 Apr 2008 15:33:49 +0100 Andrew Doades wrote: > remove the from start and end! > > This will give you just the bullet points! > [snip] But will not be valid code. -- Michael All shall be well, and all shall be well, and all manner of things shall be well - Julian of Norwich 134

[css-d] IE bug with background images on multi-line inline links

2008-04-06 Thread Adi Palazova
Hello everyone, I think that many of us have seen the IE bug with background images on multi-line inline links. I’ve described three possible CSS workarounds here: http://adipalaz.awardspace.com/linksbg-en.html These fixes are really simple and I hope they can help somebody struggling with

Re: [css-d] Extra white space in IE

2008-04-06 Thread Brian Jones
David Laakso wrote: > > css: > Hi David, Thank you so much for your help. It helped out a lot -- -Bdot "There are only 10 kinds of people in this world. Those who understand

Re: [css-d] UL question/problem.

2008-04-06 Thread Marcy Schaller
Thanks to everyone who responded to me... I must say I feel a little silly that I didn't even think of setting the margin for my lists... duh Problem #2 (bullet lists not indenting) is solved. Not sure what I did, but I've been wondering if it's the oft-mentioned "hasLayout" ... one of t

Re: [css-d] Should we start using inline-block?

2008-04-06 Thread Ingo Chao
Pentasis wrote: > Soon FF3 will be out. As far as I know it will support the > display:inline-block property. > Opera and Safari already support it, and IE6 and IE7 support it partially > with a relatively simply workaround. > So, should we abandon the "search" for the holy grail for multi-column

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
perhaps but it does work does it not?! Krystian - Sunlust wrote: > On 4/6/08, Andrew Doades <[EMAIL PROTECTED]> wrote: > >> remove the from start and end! >> >> This will give you just the bullet points! >> >> Andrew >> >> > > That's semanticaly incorrect, > just set padding and margin to

Re: [css-d] IE6 and IE7 on the same machine

2008-04-06 Thread Rowan @ Jetboy
One word of warning ... And one more: A standalone IE6 is not *identical* to regular IE6, at least when you have it running alongside IE7. For example, standalone IE6 with IE7 installed will support alpha transparency on 8-bit PNGs. The real thing doesn't. Standalone's are ideal for testing as yo

[css-d] IE table column width

2008-04-06 Thread Manfred Staudinger
Hi List, Assume we have a table with these basic properties: table { border-collapse: collapse; border: 1px solid #859EB5; border-spacing: 0; font-family: tahoma; } td { border: 1px solid #859EB5; font-size: 11px; text-align: right; padding-top: 1px; padding-bottom: 1px; pa

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Andrew Doades
remove the from start and end! This will give you just the bullet points! Andrew The Color Guard wrote: > Hi, I'm new to CSS and new to the list. I just started going through the > exercises in Meyer's book, and they're great -- I am catching on. > Meanwhile, I ran across a problem which might

Re: [css-d] Bullet list without paragraph break

2008-04-06 Thread Jim Davis
The rule is display: inline See http://css.maxdesign.com.au/listamatic/horizontal01.htm for a basic example. Jim On Sun, Apr 6, 2008 at 7:07 AM, The Color Guard <[EMAIL PROTECTED]> wrote: > Hi, I'm new to CSS and new to the list. I just started going through the > exercises in Meyer's book, a

[css-d] Bullet list without paragraph break

2008-04-06 Thread The Color Guard
Hi, I'm new to CSS and new to the list. I just started going through the exercises in Meyer's book, and they're great -- I am catching on. Meanwhile, I ran across a problem which might be basic html; I hope y'all don't mind. (Maybe it could be solved with CSS.) I want to make a bulleted list, bu

Re: [css-d] Should we start using inline-block?

2008-04-06 Thread Alan Gresley
Pentasis wrote: > Soon FF3 will be out. As far as I know it will support the > display:inline-block property. > Opera and Safari already support it, and IE6 and IE7 support it partially > with a relatively simply workaround. > So, should we abandon the "search" for the holy grail for multi-column

Re: [css-d] UL question/problem.

2008-04-06 Thread Christian Kirchhoff privat
Hello, with "to be apart" you mean the vertical spacing, the distance between list items? You can adjust that by giving the li elements a top and bottom margin. The distance between lines within one li can be adjusted (as you did)with the line-height property. Best regards, Christian Kirchhoff

[css-d] Should we start using inline-block?

2008-04-06 Thread Pentasis
Soon FF3 will be out. As far as I know it will support the display:inline-block property. Opera and Safari already support it, and IE6 and IE7 support it partially with a relatively simply workaround. So, should we abandon the "search" for the holy grail for multi-column layout's and start using