| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
Great Scott!!
Join Date: Feb 2008
Posts: 272
|
clear: and display: not doing their jobs
my footer list is wrapped in a div, with this applied Code:
but it hasn't cleared the elements above it, and it isn't displaying inline?!?!? any ideas? MyDinnerParty.co.uk Last edited by 88mph : 19-02-2008 at 04:56. |
|
|
|
|
|
#7 (permalink) | ||
|
Senior Member
Join Date: Jan 2005
Posts: 12,337
|
Why are you messing with position? Positioning is completely unnecessary on this site. Just use floats! You're also heavy on the <div>s. There are quite a few there. Quote:
If you mean centering the text, you need text-align: center. Quote:
|
||
|
|
|
#8 (permalink) |
|
shiro
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 3,427
|
I think the problem isn't the CSS commands (is that what they're called?) that you are applying, the problem is that you are applying them to the wrong elements. For example, that display:inline wasn't wrong, but you were applying it to the div, which meant the div would display inline. You wanted the list elements to display inline, which means you either need to apply that to the <li> tags themselves, or the <ul> tag they are in (can't remember which off the top of my head - I'm not that good with CSS) |
|
|
|
#9 (permalink) | |
|
Great Scott!!
Join Date: Feb 2008
Posts: 272
|
Quote:
It would be nice, but they're not going to, not for free. So instead, when I am stuck and pulling my hair out, I am going for a bit of guidance. |
|
|
|
|
#12 (permalink) | |
|
Great Scott!!
Join Date: Feb 2008
Posts: 272
|
Quote:
I'm going to be using z-index to position some hovers underneath rollover text, this will need positioning, won't it? |
|
|
|
|
#14 (permalink) | |
|
Great Scott!!
Join Date: Feb 2008
Posts: 272
|
Quote:
well, no, i figured he was referring to the several late night typo's and wrong words in my original post I really love this forum's ability to refrain from insults and stick to the point. True professionals, I can see I am going to learn a lot from you guys. |
|
|
|
|
#17 (permalink) |
|
Sir digby chicken caesar
Join Date: Sep 2004
Posts: 5,586
|
I can't see why true professionals should hand out endless advice to people who have been here all of five minutes. You seem to be using this forum as a money-saver rather than buying some decent CSS books off amazon like the rest of us did. unconsolidated isoparms
|
|
|
|
#18 (permalink) | |
|
Great Scott!!
Join Date: Feb 2008
Posts: 272
|
Quote:
i wouldn't say it was a money saver, more time saver (which is as precious to me as anyone else). I do have books, and more on the way. But it's a lot to take in and I guess my attitude to knowledge sharing is quite open, and my preferred method of learning is through trial and error, and discussion. I find big text books difficult to digest. I think this has been taken a little far, and that maybe my gratitude for any help received has been somewhat masked by my reaction to jibes, which is my own doing. To those who have taken the time to help, and to those who will in the future, I thank you for your support through my learning process. In fairness, however, this is the 'help me' section of the forum. I haven't posted my queries in irrelevant forums, this is what this forum is here for. |
|
|
![]() |