Adobe Dreamweaver Forums



Last 10 THreads :         OnRequest with CFC (Last Post : BKBK - Replies : 11 - Views : 12 )           »          CS4 crashes (Last Post : kadavila - Replies : 11 - Views : 12 )           »          add number to global variable? (Last Post : twistedpancreas - Replies : 0 - Views : 1 )           »          Accessing events from externally loaded swf file (Last Post : LuigiL - Replies : 2 - Views : 69 )           »          Re: Unloading SWFLoader... BUG??! (Last Post : LuigiL - Replies : 1 - Views : 2 )           »          Problem with navigateToURL to a certain frame (Last Post : Ibsie - Replies : 0 - Views : 1 )           »          html view - how to wrap the text (Last Post : lmckh - Replies : 1 - Views : 2 )           »          Help! Prob with CSS display (Last Post : hnajskmei - Replies : 0 - Views : 1 )           »          DW help urgently needed, lost my connection to site (Last Post : Ronnie MacGregor - Replies : 11 - Views : 12 )           »          Connecting to a Database (Last Post : Ronnie MacGregor - Replies : 11 - Views : 12 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , , ,



Reply
  #1 (permalink)  
Old 08-27-2008, 06:43 PM
Kolihmu
 
Posts: n/a
Diggs:
Default Div tag on each other

Hello, I want to place a div tag on another one, but I dont want to use position:absolute.
So is that possible?

PS. When I say on each other I mean like layers.


Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-27-2008, 07:17 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

> Hello, I want to place a div tag on another one, but I dont want to use
> position:absolute.
> So is that possible?


Yes, but not in a practical way. What are you trying to achieve?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Kolihmu" <webforumsuser@macromedia.com> wrote in message
news:g943ae$4af$1@forums.macromedia.com...
> Hello, I want to place a div tag on another one, but I dont want to use
> position:absolute.
> So is that possible?
>
> PS. When I say on each other I mean like layers.


Reply With Quote
  #3 (permalink)  
Old 08-27-2008, 08:20 PM
Kolihmu
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

How?
What do you mean with achieve? I mean I want my header to fit in like this:
http://img353.imageshack.us/img353/7043/showkj7.jpg


Hope you understood now how I meant.
Reply With Quote


  #4 (permalink)  
Old 08-27-2008, 08:20 PM
Kolihmu
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

How?
What do you mean with achieve? I mean I want my header to fit in like this:
http://img353.imageshack.us/img353/7043/showkj7.jpg


Hope you understood now how I meant.
Reply With Quote
  #5 (permalink)  
Old 08-27-2008, 08:42 PM
malcster2
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

i think i'm right in saying that if you don't use position absolute, then the
divs will follow there natural flow, i.e, go down the page.

just out of interest, what are you trying to achieve by this?


Reply With Quote
  #6 (permalink)  
Old 08-27-2008, 08:42 PM
Kolihmu
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

Okey, but I can show an example on a site that has performed this.
http://www.fiddeandersson.se/index.html

That site has its header as I want.
Reply With Quote


  #7 (permalink)  
Old 08-27-2008, 10:21 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

OK - here's a trade secret. Don't tell anyone.

Open that page, and use VIEW | Source. Look at the code. Look at the
images (you can right click on the images to get "Properties"). You'll know
exactly how it was done. And I'll give you a hint - there are no layers
there.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Kolihmu" <webforumsuser@macromedia.com> wrote in message
news:g949sr$cjq$1@forums.macromedia.com...
> Okey, but I can show an example on a site that has performed this.
> http://www.fiddeandersson.se/index.html
>
> That site has its header as I want.


Reply With Quote
  #8 (permalink)  
Old 08-28-2008, 04:13 PM
Kolihmu
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

No becouse I cant see the CSS code when I click Viev Soruce.
Doesnt anyone know how to do it or at least a tutorial on how to do it?
Reply With Quote
  #9 (permalink)  
Old 08-28-2008, 04:42 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

> No becouse I cant see the CSS code when I click Viev Soruce.

You can see the link to the CSS file, and then browse to it and see all of
the respective markup.

Placing the page and its associated CSS into DW will let you dissect the
layout completely.

Or do you want to be spoon fed?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"Kolihmu" <webforumsuser@macromedia.com> wrote in message
news:g96egh$18u$1@forums.macromedia.com...
> No becouse I cant see the CSS code when I click Viev Soruce.
> Doesnt anyone know how to do it or at least a tutorial on how to do it?


Reply With Quote


  #10 (permalink)  
Old 08-28-2008, 05:42 PM
elakin
 
Posts: n/a
Diggs:
Default Re: Div tag on each other

I can see you are not lazy because you went to the trouble to create
an illustration of what you are trying to accomplish. Developing the
skill to look at something already done and dissect it discovering how
it was done, takes time. It can be a frustrating process. Something
that will help you a great deal in this area is using Firefox as your
browser with the free add on, "Web Developer" toolbar. Web Developer
gives you a plethora of tools for dissecting pages. Murray has
pointed you in the right direction. Start tearing that site apart,
what you learn will be worth your time. You will not only find what
you need for this time, but also you will be developing your
dissecting "chops."
Regards,
Ed


On Aug 28, 9:59*am, "Kolihmu" <webforumsu...@macromedia.com> wrote:
> No becouse I cant see the CSS code when I click Viev Soruce.
> Doesnt anyone know how to do it or at least a tutorial on how to do it?


Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 01:11 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk