![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way. Client is a designer with a print background hence I need to get this close to what he expects (or get fired). Doctype is standards mode, HTML 4.01. I'll need a similar appearance in recent Firefox, IE and Safari. div style="padding: 10px" <h4>Some Heading</h4 <ul <li>some nav item</li Now, I'm a little confused at how the padding works. If I do this: ul{ padding-left: 0px; } I lose the div padding also (list is slammed left, no bullets). Why is that? The heading doesn't behave that way. Is there a reference to what properties need to be changed in IE versus the moz flavors? I can't seem to find this now and I have some memory of alistapart having it. I remember it being a pain to do. Is it possible to adjust the spacing between the bullet and the list text? |
#3
| |||
| |||
|
|
In article <As2dnWbkv4vN3qnUnZ2dnUVZ_rjinZ2d (AT) earthlink (DOT) com>, on Mon, 01 Dec 2008 15:04:29 -0500, Jeff wrote: | I have to style some bulleted lists and I'm a little confused about | how to do this in a reasonably cross browser way. Client is a designer | with a print background hence I need to get this close to what he | expects (or get fired). Doctype is standards mode, HTML 4.01. |
#4
| |||
| |||
|
|
div style="padding: 10px" <h4>Some Heading</h4 <ul <li>some nav item</li Now, I'm a little confused at how the padding works. If I do this: ul{ padding-left: 0px; } I lose the div padding also (list is slammed left, no bullets). |
#5
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way ... |
#6
| |||
| |||
|
|
In article <As2dnWbkv4vN3qnUnZ2dnUVZ_rjinZ2d (AT) earthlink (DOT) com>, on Mon, 01 Dec 2008 15:04:29 -0500, Jeff wrote: | I have to style some bulleted lists and I'm a little confused about | how to do this in a reasonably cross browser way. Client is a designer | with a print background hence I need to get this close to what he | expects (or get fired). Doctype is standards mode, HTML 4.01. | | I'll need a similar appearance in recent Firefox, IE and Safari. | | <div style="padding: 10px" | <h4>Some Heading</h4 | <ul | <li>some nav item</li | | Now, I'm a little confused at how the padding works. | | If I do this: | | ul{ | padding-left: 0px; | } | | I lose the div padding also (list is slammed left, no bullets). Why is | that? The heading doesn't behave that way. | | Is there a reference to what properties need to be changed in IE | versus the moz flavors? I can't seem to find this now and I have some | memory of alistapart having it. I remember it being a pain to do. | | Is it possible to adjust the spacing between the bullet and the list | text? http://www.alistapart.com/articles/taminglists/>? |
#7
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way. |
#8
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way. Client is a designer with a print background hence I need to get this close to what he expects (or get fired). Doctype is standards mode, HTML 4.01. I'll need a similar appearance in recent Firefox, IE and Safari. div style="padding: 10px" <h4>Some Heading</h4 <ul <li>some nav item</li Now, I'm a little confused at how the padding works. If I do this: ul{ padding-left: 0px; } I lose the div padding also (list is slammed left, no bullets). Why is that? |
|
The heading doesn't behave that way. Is there a reference to what properties need to be changed in IE versus the moz flavors? I can't seem to find this now and I have some memory of alistapart having it. I remember it being a pain to do. |
|
Is it possible to adjust the spacing between the bullet and the list text? |
#9
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way. Client is a designer with a print background hence I need to get this close to what he expects (or get fired). Doctype is standards mode, HTML 4.01. I'll need a similar appearance in recent Firefox, IE and Safari. div style="padding: 10px" h4>Some Heading</h4 ul li>some nav item</li Now, I'm a little confused at how the padding works. If I do this: ul{ padding-left: 0px; } I lose the div padding also (list is slammed left, no bullets). Why is that? The heading doesn't behave that way. Is there a reference to what properties need to be changed in IE versus the moz flavors? I can't seem to find this now and I have some memory of alistapart having it. I remember it being a pain to do. Is it possible to adjust the spacing between the bullet and the list text? Jeff |
#10
| |||
| |||
|
|
I have to style some bulleted lists and I'm a little confused about how to do this in a reasonably cross browser way. Client is a designer with a print background hence I need to get this close to what he expects (or get fired). Doctype is standards mode, HTML 4.01. I'll need a similar appearance in recent Firefox, IE and Safari. div style="padding: 10px" h4>Some Heading</h4 ul li>some nav item</li Now, I'm a little confused at how the padding works. If I do this: ul{ padding-left: 0px; } I lose the div padding also (list is slammed left, no bullets). Why is that? The heading doesn't behave that way. Is there a reference to what properties need to be changed in IE versus the moz flavors? I can't seem to find this now and I have some memory of alistapart having it. I remember it being a pain to do. Is it possible to adjust the spacing between the bullet and the list text? Jeff |
![]() |
| Thread Tools | |
| Display Modes | |
| |