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) ?
4 Replies - 1254 Views - Last Post: 04 July 2012 - 04:10 AM
#1
is there a way to change a div container to a different location?
Posted 30 June 2012 - 01:33 PM
Replies To: is there a way to change a div container to a different location?
#2
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.
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.
#3
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
anyway if you could give me good links for that, it would be big help to me.
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
anyway if you could give me good links for that, it would be big help to me.
#4
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 ???)
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 ???)
#5
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.
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.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|