I'm still studying HTML and CSS, perhaps this could be a silly mistake or not.
Look in my HTML, I have the #welcome div, but it disappeared when I set float:right.
(Chrome or Firefox)
Thanks!
|
I'm still studying HTML and CSS, perhaps this could be a silly mistake or not. Look in my HTML, I have the #welcome div, but it disappeared when I set float:right. (Chrome or Firefox) Thanks! |
||||
|
|
Change
http://jsfiddle.net/AlienWebguy/TkQaU/6/ If you want to keep the float, you'll need to give it a margin-right of 100px to make up for the margin-left of the container:
|
|||
|
|
|
The To solve this issue, add Fiddle: http://jsfiddle.net/TkQaU/3/ |
|||
|
|