Jump to content

Problem with floats elements


Norman

Recommended Posts

Hi guys, I have this problem:Firefox: http://img180.imageshack.us/img180/9360/immagine1se1.jpgInternet Explorer:http://img180.imageshack.us/img180/1551/immagine2pm3.jpgThis is my code:

<span class="tborder" style="float: right; border-bottom: 0px"><span class="vbmenu_control" style="float: right; border: 1px solid #fff"><a href="#">I Servizi di vB-Support.org</a></span></span><span class="tborder" style="float: left; border-bottom: 0px"><span class="vbmenu_control" style="float: left; border: 1px solid #fff"><a href="#">Traduzione vBulletin 3.7.x</a></span></span>

How can I fix it?

Link to comment
Share on other sites

I think you can remove float: left; from all your spans, because they already are on the left, and they're inline elements to begin with.

Link to comment
Share on other sites

  • 1 month later...

You generated your current problem on July 16 of 2008 at 8:53 AM, look:

Edit: solved by using tables instead.

Try floating the darn table to the left, and don't forget to clear the floats before the closing tag of the container DIV.

Link to comment
Share on other sites

No no, excuse me I have have not explained well. I have solved that problem using tables instead. Now I have another problem on that forum. Check it at http://www.vb-italy.org/. If you browse it with Firefox you will see it correctly. If you browse it with IE you will see a space between the white top bar and the forum's logo. And this is what I can't solve.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...