Some people are complaining that the image on my site is covering up part of the tagline.
It doesn't happen on my screen so I didn't know it was a problem.
What do you see: http://www.meatriarchy.com
Some people are complaining that the image on my site is covering up part of the tagline.
It doesn't happen on my screen so I didn't know it was a problem.
What do you see: http://www.meatriarchy.com
Try using a resolution lower tha 1024 x 768. Also, if someone is using a browser with expandable sidebars (such as Opera) it can get covered up as well.
Looks like it is fixed. Solution:
Replace
'#tagline {
position: absolute;
top: 90px;
left: 50px;
font-family: Georgia;
font-weight: bold;
font-size: 14px;
color: #B54141;
}
with this…
#tagline {
position: absolute;
top: 90px;
left: 50px;
font-family: Georgia;
font-weight: bold;
font-size: 14px;
color: #B54141;
z-index: 99;
}'
Maybe not people still complaining, how would i go about making the tagline splint in two - could i put a simple <br> in there?? (sorry if that code is wrong - I don't code well - but you know what I mean right??
This topic has been closed to new replies.