[css-d] a:hover with absolute positions

2008-04-08 Thread tony
Hi, Thanks to Jim and Georg. Finally got my mind around sliding parts of a single image into view. Add in a little absolute positioning, and you can make it look and behave just as you want. Example: http://www.gunlaug.no/tos/alien/ts/test_08_0406.html Georg's refined coding was a mega help.

[css-d] a:hover with absolute positions

2008-04-08 Thread tony
Hi, Thanks to Jim and Georg. Finally got my mind around sliding parts of a __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies --

[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] 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 ul 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

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