HTML/CSS Positioning Issue with asp:Label and span?

By setting float:left on the label you are taking it out of the flow of the document and causing it to render before the span. You need to either set the span to be a block layout and float it left as well or remove the float from the label UPDATE: There's a good description of what floating does to elements and some considerations here: coding.smashingmagazine.com/2007/05/01/c....

By setting float:left on the label you are taking it out of the flow of the document and causing it to render before the span. You need to either set the span to be a block layout and float it left as well or remove the float from the label. UPDATE: There's a good description of what floating does to elements and some considerations here: coding.smashingmagazine.com/2007/05/01/c....

1 the right answer – JonH Sep 14 at 15:44 Cheers buddy :D so simples, gotta fix some other issues now lol the css has changed a lot of fields but all simple fixes thank a chu. – Anicho Sep 14 at 16:10.

Another option form label:after { content: "*"; }.

Not using css3 but thanks :D – Anicho Sep 14 at 16:14 It is 2011, we should be using CSS3. – Chris Marisic Sep 14 at 16:18 When the majority of our customers/unique visitors are using modern browsers we will use css3. We can encourage users to upgrade but at the end of the day they use what they use we cater for what they use to the best of our ability.

– Anicho Sep 14 at 17:17 1 That is a fair statement, there is a point where the cost of supporting them outweighs the revenue it will gain. – Chris Marisic Sep 14 at 18:01 1 Technically it was CSS 2.1 but the offending browsers not supporting it is still the same. – CheckRaise Sep 14 at 19:43.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions