4 Replies - 1279 Views - Last Post: 04 July 2012 - 04:10 AM

#1 ye_bug_me  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 30-June 12

is there a way to change a div container to a different location?

Posted 30 June 2012 - 01:33 PM

im creating a website and a vb.net application for my project..
what i want is my website design should just be a mirror of my vb.net app interface.

There i created animations with moving panels on different locations..
since dreamweaver has diff environment from vb.net, i wonder if i could still
do it with my page , of course, through javascript..

how can i do/ convert this into javascript(on App Div container) :

for example:

Panel1.location = New Point(0,0) ?

Is This A Good Question/Topic? 0
  • +

Replies To: is there a way to change a div container to a different location?

#2 JMRKER  Icon User is offline

  • D.I.C Addict

Reputation: 115
  • View blog
  • Posts: 748
  • Joined: 25-October 08

Re: is there a way to change a div container to a different location?

Posted 30 June 2012 - 02:06 PM

Difficult to tell with the limited information provided.

You should be able to position the div with CSS
using the position:absolute; top:100pts; left:100pts;
but there are other CSS options you might choose including z-index, position:relative, etc.
Was This Post Helpful? 0
  • +
  • -

#3 ye_bug_me  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 30-June 12

Re: is there a way to change a div container to a different location?

Posted 30 June 2012 - 02:17 PM

im just starting to layout in dreamweaver so im still out of codes there,,
but i got ideas what the output should be really like..

the problem is i dont know how to convert them into actual codes since i never had experience to write javascript myself.. so i really need :helpsmilie:

anyway if you could give me good links for that, it would be big help to me.
Was This Post Helpful? 0
  • +
  • -

#4 JMRKER  Icon User is offline

  • D.I.C Addict

Reputation: 115
  • View blog
  • Posts: 748
  • Joined: 25-October 08

Re: is there a way to change a div container to a different location?

Posted 02 July 2012 - 04:51 AM

I am unable to make suggestions without seeing the code.

Create a simple HTML layout with 2-3 <div> sections and we can show you what to modify.

Google "CSS tutorial" for a bunch of help. Might also add vb.net or dreamweaver to the search to see if that helps much (??? I'm not sure because I do not use vb.net or dreamweaver ???)
Was This Post Helpful? 0
  • +
  • -

#5 ye_bug_me  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 10
  • Joined: 30-June 12

Re: is there a way to change a div container to a different location?

Posted 04 July 2012 - 04:10 AM

ok.. im searching on it now..
thank you, but if ever im done with my layout soon , i hope you will still guide me on my codes coz im not really good with javascript programming.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1