Logo and description overfloat?
-
hello,
i updated the css file according to the instructions, but my description seem to over float the logo. What did I do wrong?
here is the css:
/* Start EXAMPLE CODE image logo */ #logo, #logo a { display: block; height: 39px; width: 232px; } #logo { position: absolute; top: 28px; left: 27px; } #logo a { background: transparent url(img/logo.png) top left no-repeat; text-indent: -9999em; } .description { color: #868F98; display: block; left: 124px; position: absolute; top: 44px; } /* End EXAMPLE CODE image logo */ /* Start EXAMPLE CODE text logo */ /* #branding { display: block; position: absolute; top: 30px; left: 28px; } h1#logo { font-size: 30px; line-height: 1.2; margin: 0; } #logo, .description { color: #868F98; float: left; margin: 17px 0 0 10px; } */ /* End EXAMPLE CODE text logo */
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Logo and description overfloat?’ is closed to new replies.