|
can i adjust the spacing between number and item in numbered list? Good afternoon all, I have a basic ordered list: <ol> <li>Item 1</li> <li>Item 2</li> </ol> The resultant list: 1. Item 1 2. Item 2 has too much space between the number and the item, between '1.' and 'Item 1'. Is there a property that controls this? Thanks, Kathryn ... 24 Jan 2008 12:18
setting separate cell border colors using css I'm trying to set border of different cells to different color. For example I use javascript to toggle the class-name "SelectedTab". I'm using stylesheet as below: table.tabs td.SelectedTab { border-top: 3px solid green; } table.tabs td { border-top: 3px solid red; } In IE cells are shown with differ... 1 Feb 2008 01:55
100% conversion rate on your website traffic I think you had a transposition error between "o" and "i" in your URL -- Steve Swift http://www.swiftys.org.uk/swifty.html http://www.ringers.org.uk ... 24 Jan 2008 07:29
@import hack still needed? Some years ago I implemented the well-known @import trick to not confuse netscape 4 users. Is this still necessary? The relevant style sheets are www.TheBicyclingGuitarist.net/css/index_filter.css and www.TheBicyclingGuitarist.net/css/style_filter.css As always, I am open to suggestions for improving my site... 25 Jan 2008 10:33
Collapsing vertical margins on first block? Does anyone grok browser variations for collapsing vertical margins, and which is correct behaviour? Embed <div> inside <div>. Place padding on the outer <div>, margin on the inner <div>. Should vertical margins between inner <div>s collapse? Should such a vertical margin before the _first_ <div> collapse? IE ... 26 Jan 2008 16:11
How is this drop shadow acheived? I like the drop shadow effect on this site that gives the impression of a piece of paper: http://www.dacvs.org.uk/ I have looked at the style sheet and the html but cannot figure it out. Could someone please explain, with reference to the relevant bit in the style sheet. Thanks. -- Sam ... 23 Jan 2008 10:04
Overflow problem My containing DIV isn't stretching to the width of its contents because of the padding. My links and 'This Page' div sizes are matching, but the border / background color width isn't matching. The only solution I came up with is setting overflow to hidden and all elements are clipped to the width of the containin... 23 Jan 2008 13:26
two flowed columns? [cross posted, Follow ups set to ciwas] I'm using CSS to style a page. The page has a heading block, two columns, and a footer. Here's the css for the two columns: #leftstuff { float: left; width: 44%; margin: 0; padding: 1em } #rightstuff { width: 44%; margin-left: 50%; padding: 1em ... 24 Jan 2008 08:18
Removing one margin/edge from one cell in a table The table in question is at http://www.swiftys.org.uk/calendar The HTML is pre-Cambrian, almost certainly invalid, generated by one of the first CGI scripts that I ever wrote, about 15 years ago (initially). The strange fact is that it works in all popular browsers. It even works in "Off by One". The edge... 25 Jan 2008 05:25
Text Height Hello, On my page I am defining all my text using percentage. I need my text to have a space between each line wider then normal but I want my input labels to have the normal spacing between lines, since in fact, it has only one line so I don't want them to push downward because, I think, they will be not aligne... 22 Jan 2008 21:17 |