mattiecampbell
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: How to absolutely position a logo outside the content areaActually i think i have solved it….
I put this in the CSS:
#logo, #logo a { display: block; height: 150px; width: 325px; } #logo { position: absolute; top: 0px; left: 0px; } #logo a { background: transparent url(images/logo.png) top left no-repeat; text-indent: -9999em; }and implemented it through the header.php:
<div id="logo"> <div class="logo a"> <a href="http://www.fracturetheatre.co.uk"></a></div> </div>Its seems to be working.
Only problem is that is i shrink the window, the logo moves with the window, not the content. Anyone know how i can fix the logo to the content, while maintaining the positioning?
Forum: Fixing WordPress
In reply to: How to absolutely position a logo outside the content areaI understand the theory, but its practically, how do i implement this?
Im a bit rubbish at css, but i have an ok understanding of it. Could you give me either some code or instructions of how to implement this?Forum: Fixing WordPress
In reply to: How to absolutely position a logo outside the content areaok, thanks mechx1 😀
Forum: Fixing WordPress
In reply to: How to absolutely position a logo outside the content areaanyone? 🙁
Viewing 4 replies - 1 through 4 (of 4 total)