lohnunternehmen
Forum Replies Created
-
Forum: Themes and Templates
In reply to: :hover in IEI don’t like javascript so I usually am enlarging anchor-tags by setting the width and height, perhaps even display:inline-block depending on what I need. Then i just leave the li’s style blank and set it to the a.
You can do awesome (and still IE compatible) things with that since the clickable area is enlarged, too.Forum: Your WordPress
In reply to: My site, now live….Even worse, niziol, it’s no margin, it’s a bunch of
<h1>
</h1>
<h1> </h1>
…I experienced the Internet Explorer to not display margins at the bottom if there is no
but in this case the coder has overdone it a litte. Don’t even think of using h1-tags for that purpose. Use style=”height: ..px” instead.Anyway, The green tone of the header and the color of the send-button don’t fit together. The photo might get more harmony into the page if it was a little more colorful.
Putting the stylesheet into a seperate file could save some traffic and boost the view of following pages.
Forum: Themes and Templates
In reply to: Li’s added paddingLook at this:
validator.w3.org/check?uri=http%3A%2F%2Fwww.lynsscrapbooking.co.nz
It says you don’t even have a ul-tag before the li tags. I don’t actually know what you really want but you should fix that.By the way, your code is horrifying. Don’t put everything into headline-tags and use the p-tag instead of a lot of br’s.
You might also try to put the images before and behind the list into the background of an element so you don’t need a table. Unfortunately I’m not quite sure how to do that.