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.

Moving certain object

3 posters

Go down

Solved Moving certain object

Post by --kml-- Tue 23 Feb - 4:26

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

if you visit my forum , you will see

Moving certain object Kmllogo2

how to move that ? without moving other things , because if i try move it , it will move the content as well Shocked i know i have asked this question before but i dont know how to put it on my image Mad

Hope someone can help What a Face
*catches ankillien xD
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

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

Back to top Go down

Solved Re: Moving certain object

Post by ankillien Tue 23 Feb - 4:31

Hello,

Try this CSS please...

Code:
#kml-logoup {
position : relative;
top : 0px;
left : 0px;
}

Adjust the pixels in top and left properties and move it as you want.
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Moving certain object

Post by --kml-- Tue 23 Feb - 4:33

Very Happy it works!!!

thx anki What a Face xD
but can you explain , what is the difference between margin and top , left? study and what does position relative makes any difference? scratch
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

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

Back to top Go down

Solved Re: Moving certain object

Post by TieuLing Tue 23 Feb - 4:35

Thanks you
avatar
TieuLing
New Member

Posts : 3
Reputation : 0
Language : VN

Back to top Go down

Solved Re: Moving certain object

Post by ankillien Tue 23 Feb - 4:39

--kml-- wrote:Very Happy it works!!!

thx anki What a Face xD
but can you explain , what is the difference between margin and top , left? study

Margin works with respect to other objects surrounding an element so it affects other objects while using it. Top/left properties don't affect other objects and it only move the selected element with respect to its current position in its parent container.

EDIT :

Position relative doesn't make much difference. It just allows you to use top/left properties withing the parent container of the selected element.

Hope that helps Smile
ankillien
ankillien
Energetic

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

Back to top Go down

Solved Re: Moving certain object

Post by --kml-- Tue 23 Feb - 4:44

ah i see Shocked

now i can fix most of my forum bug tongue

thx anki Mr. Green

- Thread solved - ( is this the fastest thread solve in help forumotion? Mr. Green )
--kml--
--kml--
Forumember

Male Posts : 456
Reputation : 1
Language : english

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

Back to top Go down

Solved Re: Moving certain object

Post by ankillien Tue 23 Feb - 4:48

--kml-- wrote:- Thread solved - ( is this the fastest thread solve in help forumotion? Mr. Green )

No xD

Solved > Locked
ankillien
ankillien
Energetic

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

Back to top Go down

Back to top

- Similar topics

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