Jump to content

Recommended Posts

Posted

Afraid it's still broken for me too......

 

Hmmm, Looking at the html source there seems to be some extra markup closing a table that is never started? Is the layout of the welcome / avatar box supposed to be defined with a table?

 

  



		Welcome, Iain.

		Your last visit: Today at 02:30 PM
	

		Your Notifications: 3
		 vBmenu.register("notifications"); 
	
		

 

I think the problem stems from the image being inline with the text, so as the text wraps onto the next line it is flowing below the image. Running a little test, it works for me if I add the following CSS:

 

.main_login img {
float: left;
}

 

Hope that is of some help,

 

Iain.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...