|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
[Question]How to move around a DIV TAG ?
I have created a new file and then I got alot of different div tags.
So my question is, how do Imove one of these? Becouse one is at a wrong position. Thanks! |
|
#2
|
||||
|
||||
|
In your CSS you'll see an ID tag for each DIV (the defaults in DW are, layer 1, layer 2 and so on..) identify which of these you wish to move, then add the following line onto it's CSS properties (between the curly brackets);
Code:
top:25%; left:25%; The numbers should be adjusted until it's in the correct position. You can use a percentage number, or a pixel number (such as 25px). Hope this helps |
|
#3
|
|||
|
|||
|
it does help! [: Thanks mate.
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > Dreamweaver > [Question]How to move around a DIV TAG ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|