[css-d] Border line not extending downward in IE

2007-12-09 Thread coolman coolx
Hello All, The following border style works well in FF but refuses to extend downward for some contents in IE. border:#007bc5 1px solid; The url is: http://digitalquestng.com/ngcdemo/index.php?option=com_contenttask=viewid=13Itemid=26 What could be the problem pls? Could somebody also help

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread DAVOUD TOHIDY
on Date: Sat, 8 Dec 2007 22:00:31 -0600 mds wrote: I am having problems with list-item markers.. see other design consideration section of my portfolio at http://cssfreelancer.awardspace.com . best davoud _ Discover new ways

Re: [css-d] Border line not extending downward in IE

2007-12-09 Thread Gunlaug Sørtun
coolman coolx wrote: The following border style works well in FF but refuses to extend downward for some contents in IE. http://digitalquestng.com/ngcdemo/index.php?option=com_contenttask=viewid=13Itemid=26 Incomplete clearfix. IE/win doesn't understand generated content, and is in need of

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Alan Gresley
Michael D Schleif wrote: I am having problems with list-item markers in unordered lists that span more than one (1) line being _centered_ vertically. 11 22 33 I want the marker centered on the first

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Alex Robinson
I want the marker centered on the first line of list-item text. The basic idea is as follows: ul { list-style-type: none; padding: 0; margin: 0; } li { background-image: url(bullet.gif); background-repeat: no-repeat; padding-left: 15px; } replacing the image url and padding-left with

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Gunlaug Sørtun
Michael D Schleif wrote: I am having problems with list-item markers in unordered lists that span more than one (1) line being _centered_ vertically. I want the marker centered on the first line of list-item text. Too many ways to create a list with list-item markers, and too many problems

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Michael D Schleif
http://www.mdsfreedom.com/sellers.aspx * Gunlaug Sørtun [EMAIL PROTECTED] [2007:12:09:05:17:10+0100] scribed: Michael D Schleif wrote: I am having problems with list-item markers in unordered lists that span more than one (1) line being _centered_ vertically. I want the marker

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Rafael
Michael D Schleif wrote: http://www.mdsfreedom.com/sellers.aspx background-position: left; means the same as background-position: left center; if you want it to be at a specific position you must tell it so; i.e. background-position: 0 0.6ex; I didn't find any explicit line-height

Re: [css-d] list-item markers vertical-align: top ???

2007-12-09 Thread Gunlaug Sørtun
Michael D Schleif wrote: http://www.mdsfreedom.com/sellers.aspx I want the marker centered on the first line of list-item text. The addition of... li.body {background-position: 0 .4em;} ...will center it quite nicely on first line. regards Georg -- http://www.gunlaug.no

[css-d] :: molly :: addendum :: list-item markers vertical-align: top ???

2007-12-09 Thread David Laakso
Michael D Schleif wrote: http://www.mdsfreedom.com/sellers.aspx regards Georg PS: break it yourself, ASAP, so you can learn how to fix it before someone else break it for you :-) Whatever you do don't hit +1.

[css-d] Suckerfish menu is funky in IE7

2007-12-09 Thread Ben Fider
Hello, This menu seems to work fine in all new browsers that I've tested with, except IE7. The nested lists don't seem to get repositioned correctly when not hovered, and they all are in the same location, as if they were all nested within the top-most list item. I would appreciate any help.