Float CSS

jasgor9

New Member
Messages
40
Reaction score
0
Points
0
I have a div that is wide and not tall. i want text to go on both sides, for example:
____________________
|Welcome---------Login|
____________________


but when i float both, it works in Opera, but in IE and Firefox it does this:

_________________________
|Welcome----------------------|
_________________________
--------------------------[Login]


(the -'s are there because if i just put spaces there it messes up the formatting)

How do i fix this?



!!!!! go to my website to see what i mean. The path bar is where i want the date/login to go: http://www.telvior.com/
 
Last edited:

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
Nice web site, but I do not fully understand what you mean. Please post the CSS code so someone can help you fix it (not me, I'm leaving).
 
Last edited:

MasterMax1313

New Member
Messages
84
Reaction score
0
Points
0
it looks to me like you need to place "Welcome" before the login

HTML:
<h1>Welcome</h1><span class="right"> Today is <script language="JavaScript" src="http://www.telvior.com/images/scripts/fulldate.js">
</script> | Guest [<a href='http://members.telvior.com/login/'>Login</a>]-[<a href='http://members.telvior.com/join/'>Join</a>]</span>
 
Last edited:
Top