Logo alignment
-
Hi!
I have a website where at the top of the page I use menu. I have placed inside that div logo as a CSS background image
[background: #C7C7C7 url(‘images/nav.png’) center left no-repeat scroll;
[background: transparent url(‘images/nav.png’) center left no-repeat scroll;]But it was causing problems and I could’t make it as a hyperlink I have uploaded static page at: https://kwatery.herobo.com/PPOZ/home.html where I have split div which holds menu so it could hold image as well.
Now I have problem with aligning it properly. Here is how my DIV looks like with that static page:
<div id=”ppoz-main”>
<div align=”left”>
<div style=”float:left”><img src=”nav.png” width=”270″ align=”” height=”75″ alt=”logo” longdesc=”home.html”></div>I assume I have to align it with CSS but I can’t figure out how to do that.
One more thing: will that solution work with WordPress header file?
Thanks!
- The topic ‘Logo alignment’ is closed to new replies.