keysuuh
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(i just checked the link you gave me after i posted all of that -___-
i found out that using fixed instead of absolute and relative help the image.i tried relative for the container also and it didnt work
so i switched to fixed and the text now overlaps the image ??i thank you so much for this wonderful help ??
If you have spare time on your hands to help a first timer
please send me and email ??i don’t know how i will send that to you??
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(okay thank you for that part ??
i noticed when i add
“position:relative;”
to the .img class the blog content and menu link moves to the bottom.
but when i use absolute the content is hidden under the image
why does that happen?&it also seems that hen i added the relative
the image shifted to the right
and i cant position it to the top right like i want…Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(it works btw i just dont understand why everything moved so far?
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(okay i’ve tried that…
but now my side bar is where i never wanted it to be…Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(?? let me try that right now .
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(please dont report me if multiple posts like that is not acceptable.
i’m new to this.
and I was only trying to make the text visible to the helpers.Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(:'( omg that really gave me a head ache.
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(<ul id=”menu”>
- href=”https://localhost/wordpress/about” class=”about”>about<span></span>
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(<ul id=”menu”>
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(i give up.
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(wow, I’ve tried many times to make the text visible -_-
<ul id=”menu”>
- about<span></span>
hopefully this works?
i just deleted the end tag to the link
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(<ul id=”menu”>
- =”https://localhost/wordpress/about” class=”about”>about<span></span>
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(<ul id=”menu”>
- about<span></span>
i see the typing in the example makes a link actually pop up not the actual text in my header file.
so i repalced href with tagForum: Themes and Templates
In reply to: Moving Content; when browser is resized :(And this is what the header.php menu links look like
<ul id=”menu”>
- about<span></span>
(I blocked out the urls, hope that doesn’t affect getting any help.
Forum: Themes and Templates
In reply to: Moving Content; when browser is resized :(here is the css for the menu area;
#menu {
list-style: none;
padding: 0;
margin: 0;
width: 774px;
height: 100px;
background: url(images/menu-bg.jpg) no-repeat;
position: relative;
}#menu span {
display: none;
position: absolute;
}#menu a {
display: block;
text-indent: -900%;
position: absolute;
outline: none;
}#menu a:hover {
background-position: left bottom;
}#menu a:hover span {
display: block;
}#menu .about {
width: 75px;
height: 14.5px;
background: url(***) no-repeat;
left: 96px;
top: 73px;
}