The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

=0000 Moving certain Object

2 posters

Go down

Solved =0000 Moving certain Object

Post by --kml-- January 6th 2010, 12:49 pm

if you visit http://kmlforumhl.forumotion.net/index.htm

you could see a header , and =0000 Moving certain Object Logo1n

How to move it down? without moving other elements such as the forum tittle , navbar , etc . . .

the html is

Code:
<div class="kml-logo"><img src="http://img69.imageshack.us/img69/549/logo1n.png" alt="Half life KmL Forum" id="kml-logo"/></div>

The Order is minwidth_IE >> layout_IE >> kml-logo >> the picture

I hope you can help

Smile
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: =0000 Moving certain Object

Post by ankillien January 6th 2010, 4:05 pm

Hello,

I saw your forum, the problem is really weird ..lol
I found a solution. You need to apply relative position to the logo. Like this...


Code:
.kml-logo > img#kml-logo {
position:relative;
}

Now you can move it anywhere in the parent container with help of following attributes...


Code:
.kml-logo > img#kml-logo {
position : relative;
top : 50px;
left : 30px;
}

Hope that helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: =0000 Moving certain Object

Post by --kml-- January 7th 2010, 12:01 pm

Which part of the layout ? bounce if you are saying about the big logo , it is just a dummy picture , later on i will replace it with something else :O

and your code Very Happy i will try it now , thx! xD

Dont close yet , i will edit this message if something happened Smile

Edit :


It works!!! Mr. Green
Thx for helping , and makesure to pm or post the message here about the part you think it is weird Shocked

Edit Edit :

Oops sorry , my eye just tricked my brain Mr. Green
I mistook : The problem is really weird
with : The layout is really weird

oh well it is weird anyway Razz
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

http://kmlforumhl.forumotion.net/forum.htm

Back to top Go down

Solved Re: =0000 Moving certain Object

Post by ankillien January 7th 2010, 12:49 pm

It was difficult to fix and that why I told its weird Razz
I had to hack that box Oh my god

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum