Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-29-2008, 02:31 PM
Gary
 
Posts: n/a
Div question

Is there a way to link the height of div tags to one another? I have a site
I am working on, I have put 3 div tags in a table next to each other. In
the first I have P7 menu, the second is the body of text to change on each
page, and on the right a third column for additional links..

In the first column, I have set the background image to match the image in
the P7 menu. If I set the height to "auto", it will only be as long as the
menu and corresponding "body" divs will be longer when the text goes past
the height of the menu.

If I set a fixed height, I then limit my space for text.

So is there a way to match heights automatically of the 3 divs?

Thanks
gary


Reply With Quote
  #2 (permalink)  
Old 08-29-2008, 02:38 PM
Osgood
 
Posts: n/a
Re: Div question

Hi Gary,

It can be a bit tricky but you could possibly accomplish this either by
using a repeating background image in all three <divs> or a combination
of using the equal height script by PV11 and image backgrounds.

http://www.projectseven.com/tutorial...umns/index.htm

Why are you putting your <divs> in a table?

have you googled 'Faux Columns'?





Gary wrote:
> Is there a way to link the height of div tags to one another? I have a site
> I am working on, I have put 3 div tags in a table next to each other. In
> the first I have P7 menu, the second is the body of text to change on each
> page, and on the right a third column for additional links..
>
> In the first column, I have set the background image to match the image in
> the P7 menu. If I set the height to "auto", it will only be as long as the
> menu and corresponding "body" divs will be longer when the text goes past
> the height of the menu.
>
> If I set a fixed height, I then limit my space for text.
>
> So is there a way to match heights automatically of the 3 divs?
>
> Thanks
> gary
>
>

Reply With Quote
  #3 (permalink)  
Old 08-29-2008, 02:52 PM
Gary
 
Posts: n/a
Re: Div question

I did just yahoo faux columns (for whatever reason google refuses to load on
IE...but thats a question for another board), and read some things about it.

I am putting the divs in a table because I cant seem to get them to play
nice any other way.. if I try to put them in a wraping div, I can get two to
sit together, but the third refuses to join.. Its an issue I want to solve
but it is not critical for this site.

What I will probably end up doing is setting the height to a almost
rediculaus (oh come on...its a hard word to spell) height and fill the rest
with graphics..

But I still like to think of every problem as a learning expereince.

Gary


"Osgood" <notavailable@thisaddress.com> wrote in message
news:g98u4e$nns$1@forums.macromedia.com...
> Hi Gary,
>
> It can be a bit tricky but you could possibly accomplish this either by
> using a repeating background image in all three <divs> or a combination of
> using the equal height script by PV11 and image backgrounds.
>
> http://www.projectseven.com/tutorial...umns/index.htm
>
> Why are you putting your <divs> in a table?
>
> have you googled 'Faux Columns'?
>
>
>
>
>
> Gary wrote:
>> Is there a way to link the height of div tags to one another? I have a
>> site I am working on, I have put 3 div tags in a table next to each
>> other. In the first I have P7 menu, the second is the body of text to
>> change on each page, and on the right a third column for additional
>> links..
>>
>> In the first column, I have set the background image to match the image
>> in the P7 menu. If I set the height to "auto", it will only be as long
>> as the menu and corresponding "body" divs will be longer when the text
>> goes past the height of the menu.
>>
>> If I set a fixed height, I then limit my space for text.
>>
>> So is there a way to match heights automatically of the 3 divs?
>>
>> Thanks
>> gary



Reply With Quote
  #4 (permalink)  
Old 08-29-2008, 03:50 PM
Gary
 
Posts: n/a
Re: Div question

Murray

That was my first thought, but I made a wrapping div to 800, the total of
the 3 divs was under that, I had the first div flaoting left, same with the
second and the third was always lower.

I think I told you I recently started using divs at viriginia's suggestion,
plus I read they load faster, so I am still very much a novice with them. I
also have been mitrating from design view to code view, but having grown up
on using design, its a slow prcess., however one I want to accomplish.


"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
news:g98vi9$p8g$1@forums.macromedia.com...
>I assume you are floating the divs - if you cannot get them to all stay on
>the same horizontal line, it's almost surely because their aggregate widths
>(remember the box model) is wider than their container.
>
> --
> 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
> ==================
>
>
> "Gary" <garywpaul@aol.com> wrote in message
> news:g98urq$oho$1@forums.macromedia.com...
>>I did just yahoo faux columns (for whatever reason google refuses to load
>>on IE...but thats a question for another board), and read some things
>>about it.
>>
>> I am putting the divs in a table because I cant seem to get them to play
>> nice any other way.. if I try to put them in a wraping div, I can get two
>> to sit together, but the third refuses to join.. Its an issue I want to
>> solve but it is not critical for this site.
>>
>> What I will probably end up doing is setting the height to a almost
>> rediculaus (oh come on...its a hard word to spell) height and fill the
>> rest with graphics..
>>
>> But I still like to think of every problem as a learning expereince.
>>
>> Gary
>>
>>
>> "Osgood" <notavailable@thisaddress.com> wrote in message
>> news:g98u4e$nns$1@forums.macromedia.com...
>>> Hi Gary,
>>>
>>> It can be a bit tricky but you could possibly accomplish this either by
>>> using a repeating background image in all three <divs> or a combination
>>> of using the equal height script by PV11 and image backgrounds.
>>>
>>> http://www.projectseven.com/tutorial...umns/index.htm
>>>
>>> Why are you putting your <divs> in a table?
>>>
>>> have you googled 'Faux Columns'?
>>>
>>>
>>>
>>>
>>>
>>> Gary wrote:
>>>> Is there a way to link the height of div tags to one another? I have a
>>>> site I am working on, I have put 3 div tags in a table next to each
>>>> other. In the first I have P7 menu, the second is the body of text to
>>>> change on each page, and on the right a third column for additional
>>>> links..
>>>>
>>>> In the first column, I have set the background image to match the image
>>>> in the P7 menu. If I set the height to "auto", it will only be as long
>>>> as the menu and corresponding "body" divs will be longer when the text
>>>> goes past the height of the menu.
>>>>
>>>> If I set a fixed height, I then limit my space for text.
>>>>
>>>> So is there a way to match heights automatically of the 3 divs?
>>>>
>>>> Thanks
>>>> gary

>>
>>

>



Reply With Quote
  #5 (permalink)  
Old 08-29-2008, 03:55 PM
Osgood
 
Posts: n/a
Re: Div question

Gary wrote:
> Murray
>
> That was my first thought, but I made a wrapping div to 800, the total of
> the 3 divs was under that, I had the first div flaoting left, same with the
> second and the third was always lower.


When you say lower do you mean it is placed directly under the first
<div> or just not aligned to the top of the other two <divs>?

>
> I think I told you I recently started using divs at viriginia's suggestion,
> plus I read they load faster, so I am still very much a novice with them. I
> also have been mitrating from design view to code view, but having grown up
> on using design, its a slow prcess., however one I want to accomplish.
>
>
> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:g98vi9$p8g$1@forums.macromedia.com...
>> I assume you are floating the divs - if you cannot get them to all stay on
>> the same horizontal line, it's almost surely because their aggregate widths
>> (remember the box model) is wider than their container.
>>
>> --
>> 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
>> ==================
>>
>>
>> "Gary" <garywpaul@aol.com> wrote in message
>> news:g98urq$oho$1@forums.macromedia.com...
>>> I did just yahoo faux columns (for whatever reason google refuses to load
>>> on IE...but thats a question for another board), and read some things
>>> about it.
>>>
>>> I am putting the divs in a table because I cant seem to get them to play
>>> nice any other way.. if I try to put them in a wraping div, I can get two
>>> to sit together, but the third refuses to join.. Its an issue I want to
>>> solve but it is not critical for this site.
>>>
>>> What I will probably end up doing is setting the height to a almost
>>> rediculaus (oh come on...its a hard word to spell) height and fill the
>>> rest with graphics..
>>>
>>> But I still like to think of every problem as a learning expereince.
>>>
>>> Gary
>>>
>>>
>>> "Osgood" <notavailable@thisaddress.com> wrote in message
>>> news:g98u4e$nns$1@forums.macromedia.com...
>>>> Hi Gary,
>>>>
>>>> It can be a bit tricky but you could possibly accomplish this either by
>>>> using a repeating background image in all three <divs> or a combination
>>>> of using the equal height script by PV11 and image backgrounds.
>>>>
>>>> http://www.projectseven.com/tutorial...umns/index.htm
>>>>
>>>> Why are you putting your <divs> in a table?
>>>>
>>>> have you googled 'Faux Columns'?
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Gary wrote:
>>>>> Is there a way to link the height of div tags to one another? I have a
>>>>> site I am working on, I have put 3 div tags in a table next to each
>>>>> other. In the first I have P7 menu, the second is the body of text to
>>>>> change on each page, and on the right a third column for additional
>>>>> links..
>>>>>
>>>>> In the first column, I have set the background image to match the image
>>>>> in the P7 menu. If I set the height to "auto", it will only be as long
>>>>> as the menu and corresponding "body" divs will be longer when the text
>>>>> goes past the height of the menu.
>>>>>
>>>>> If I set a fixed height, I then limit my space for text.
>>>>>
>>>>> So is there a way to match heights automatically of the 3 divs?
>>>>>
>>>>> Thanks
>>>>> gary
>>>

>
>

Reply With Quote
  #6 (permalink)  
Old 08-29-2008, 04:25 PM
Gary
 
Posts: n/a
Re: Div question

No, it is over to the right (float right) and down, almost (or perhaps)
exactly at the bottom of the middle div


"Osgood" <notavailable@thisaddress.com> wrote in message
news:g992l2$sbj$1@forums.macromedia.com...
> Gary wrote:
>> Murray
>>
>> That was my first thought, but I made a wrapping div to 800, the total of
>> the 3 divs was under that, I had the first div flaoting left, same with
>> the second and the third was always lower.

>
> When you say lower do you mean it is placed directly under the first <div>
> or just not aligned to the top of the other two <divs>?
>
>>
>> I think I told you I recently started using divs at viriginia's
>> suggestion, plus I read they load faster, so I am still very much a
>> novice with them. I also have been mitrating from design view to code
>> view, but having grown up on using design, its a slow prcess., however
>> one I want to accomplish.
>>
>>
>> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
>> news:g98vi9$p8g$1@forums.macromedia.com...
>>> I assume you are floating the divs - if you cannot get them to all stay
>>> on the same horizontal line, it's almost surely because their aggregate
>>> widths (remember the box model) is wider than their container.
>>>
>>> --
>>> 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
>>> ==================
>>>
>>>
>>> "Gary" <garywpaul@aol.com> wrote in message
>>> news:g98urq$oho$1@forums.macromedia.com...
>>>> I did just yahoo faux columns (for whatever reason google refuses to
>>>> load on IE...but thats a question for another board), and read some
>>>> things about it.
>>>>
>>>> I am putting the divs in a table because I cant seem to get them to
>>>> play nice any other way.. if I try to put them in a wraping div, I can
>>>> get two to sit together, but the third refuses to join.. Its an issue I
>>>> want to solve but it is not critical for this site.
>>>>
>>>> What I will probably end up doing is setting the height to a almost
>>>> rediculaus (oh come on...its a hard word to spell) height and fill the
>>>> rest with graphics..
>>>>
>>>> But I still like to think of every problem as a learning expereince.
>>>>
>>>> Gary
>>>>
>>>>
>>>> "Osgood" <notavailable@thisaddress.com> wrote in message
>>>> news:g98u4e$nns$1@forums.macromedia.com...
>>>>> Hi Gary,
>>>>>
>>>>> It can be a bit tricky but you could possibly accomplish this either
>>>>> by using a repeating background image in all three <divs> or a
>>>>> combination of using the equal height script by PV11 and image
>>>>> backgrounds.
>>>>>
>>>>> http://www.projectseven.com/tutorial...umns/index.htm
>>>>>
>>>>> Why are you putting your <divs> in a table?
>>>>>
>>>>> have you googled 'Faux Columns'?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Gary wrote:
>>>>>> Is there a way to link the height of div tags to one another? I have
>>>>>> a site I am working on, I have put 3 div tags in a table next to each
>>>>>> other. In the first I have P7 menu, the second is the body of text
>>>>>> to change on each page, and on the right a third column for
>>>>>> additional links..
>>>>>>
>>>>>> In the first column, I have set the background image to match the
>>>>>> image in the P7 menu. If I set the height to "auto", it will only be
>>>>>> as long as the menu and corresponding "body" divs will be longer when
>>>>>> the text goes past the height of the menu.
>>>>>>
>>>>>> If I set a fixed height, I then limit my space for text.
>>>>>>
>>>>>> So is there a way to match heights automatically of the 3 divs?
>>>>>>
>>>>>> Thanks
>>>>>> gary
>>>>

>>


Reply With Quote
  #7 (permalink)  
Old 08-29-2008, 04:41 PM
Gary
 
Posts: n/a
Re: Div question

Actually, the code is gone, I went the way of the div nested in a table
yesterday...got tired of fighting..

But next one I build I'll post it.

As always I appriciate you input.

gary


"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
news:g994f3$164$1@forums.macromedia.com...
> How about we see your code?
>
> --
> 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
> ==================
>
>
> "Gary" <garywpaul@aol.com> wrote in message
> news:g994a9$ui$1@forums.macromedia.com...
>> No, it is over to the right (float right) and down, almost (or perhaps)
>> exactly at the bottom of the middle div
>>
>>
>> "Osgood" <notavailable@thisaddress.com> wrote in message
>> news:g992l2$sbj$1@forums.macromedia.com...
>>> Gary wrote:
>>>> Murray
>>>>
>>>> That was my first thought, but I made a wrapping div to 800, the total
>>>> of the 3 divs was under that, I had the first div flaoting left, same
>>>> with the second and the third was always lower.
>>>
>>> When you say lower do you mean it is placed directly under the first
>>> <div> or just not aligned to the top of the other two <divs>?
>>>
>>>>
>>>> I think I told you I recently started using divs at viriginia's
>>>> suggestion, plus I read they load faster, so I am still very much a
>>>> novice with them. I also have been mitrating from design view to code
>>>> view, but having grown up on using design, its a slow prcess., however
>>>> one I want to accomplish.
>>>>
>>>>
>>>> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
>>>> news:g98vi9$p8g$1@forums.macromedia.com...
>>>>> I assume you are floating the divs - if you cannot get them to all
>>>>> stay on the same horizontal line, it's almost surely because their
>>>>> aggregate widths (remember the box model) is wider than their
>>>>> container.
>>>>>
>>>>> --
>>>>> 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
>>>>> ==================
>>>>>
>>>>>
>>>>> "Gary" <garywpaul@aol.com> wrote in message
>>>>> news:g98urq$oho$1@forums.macromedia.com...
>>>>>> I did just yahoo faux columns (for whatever reason google refuses to
>>>>>> load on IE...but thats a question for another board), and read some
>>>>>> things about it.
>>>>>>
>>>>>> I am putting the divs in a table because I cant seem to get them to
>>>>>> play nice any other way.. if I try to put them in a wraping div, I
>>>>>> can get two to sit together, but the third refuses to join.. Its an
>>>>>> issue I want to solve but it is not critical for this site.
>>>>>>
>>>>>> What I will probably end up doing is setting the height to a almost
>>>>>> rediculaus (oh come on...its a hard word to spell) height and fill
>>>>>> the rest with graphics..
>>>>>>
>>>>>> But I still like to think of every problem as a learning expereince.
>>>>>>
>>>>>> Gary
>>>>>>
>>>>>>
>>>>>> "Osgood" <notavailable@thisaddress.com> wrote in message
>>>>>> news:g98u4e$nns$1@forums.macromedia.com...
>>>>>>> Hi Gary,
>>>>>>>
>>>>>>> It can be a bit tricky but you could possibly accomplish this either
>>>>>>> by using a repeating background image in all three <divs> or a
>>>>>>> combination of using the equal height script by PV11 and image
>>>>>>> backgrounds.
>>>>>>>
>>>>>>> http://www.projectseven.com/tutorial...umns/index.htm
>>>>>>>
>>>>>>> Why are you putting your <divs> in a table?
>>>>>>>
>>>>>>> have you googled 'Faux Columns'?
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Gary wrote:
>>>>>>>> Is there a way to link the height of div tags to one another? I
>>>>>>>> have a site I am working on, I have put 3 div tags in a table next
>>>>>>>> to each other. In the first I have P7 menu, the second is the
>>>>>>>> body of text to change on each page, and on the right a third
>>>>>>>> column for additional links..
>>>>>>>>
>>>>>>>> In the first column, I have set the background image to match the
>>>>>>>> image in the P7 menu. If I set the height to "auto", it will only
>>>>>>>> be as long as the menu and corresponding "body" divs will be longer
>>>>>>>> when the text goes past the height of the menu.
>>>>>>>>
>>>>>>>> If I set a fixed height, I then limit my space for text.
>>>>>>>>
>>>>>>>> So is there a way to match heights automatically of the 3 divs?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> gary
>>>>>>
>>>>

>>

>



Reply With Quote
  #8 (permalink)  
Old 08-29-2008, 04:48 PM
Dooza
 
Posts: n/a
Re: Div question

Gary wrote:
> Actually, the code is gone, I went the way of the div nested in a table
> yesterday...got tired of fighting..
>
> But next one I build I'll post it.
>
> As always I appriciate you input.


Sounds like you to need read up on clearing floats. Once you have got
your head around them you will be on the road to success.

Steve
Reply With Quote
  #9 (permalink)  
Old 08-29-2008, 05:27 PM
Gary
 
Posts: n/a
Re: Div question

Well when the next lightning storm comes by and I plug it in, I'll drop you
a note..


"Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
news:g995n8$2g3$1@forums.macromedia.com...
> Good luck! Let's see this Frankenstein you have created! 8)
>
> --
> 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
> ==================
>
>
> "Gary" <garywpaul@aol.com> wrote in message
> news:g9956m$1tp$1@forums.macromedia.com...
>> Actually, the code is gone, I went the way of the div nested in a table
>> yesterday...got tired of fighting..
>>
>> But next one I build I'll post it.
>>
>> As always I appriciate you input.
>>
>> gary
>>
>>
>> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
>> news:g994f3$164$1@forums.macromedia.com...
>>> How about we see your code?
>>>
>>> --
>>> 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
>>> ==================
>>>
>>>
>>> "Gary" <garywpaul@aol.com> wrote in message
>>> news:g994a9$ui$1@forums.macromedia.com...
>>>> No, it is over to the right (float right) and down, almost (or perhaps)
>>>> exactly at the bottom of the middle div
>>>>
>>>>
>>>> "Osgood" <notavailable@thisaddress.com> wrote in message
>>>> news:g992l2$sbj$1@forums.macromedia.com...
>>>>> Gary wrote:
>>>>>> Murray
>>>>>>
>>>>>> That was my first thought, but I made a wrapping div to 800, the
>>>>>> total of the 3 divs was under that, I had the first div flaoting
>>>>>> left, same with the second and the third was always lower.
>>>>>
>>>>> When you say lower do you mean it is placed directly under the first
>>>>> <div> or just not aligned to the top of the other two <divs>?
>>>>>
>>>>>>
>>>>>> I think I told you I recently started using divs at viriginia's
>>>>>> suggestion, plus I read they load faster, so I am still very much a
>>>>>> novice with them. I also have been mitrating from design view to
>>>>>> code view, but having grown up on using design, its a slow prcess.,
>>>>>> however one I want to accomplish.
>>>>>>
>>>>>>
>>>>>> "Murray *ACE*" <forums@HAHAgreat-web-sights.com> wrote in message
>>>>>> news:g98vi9$p8g$1@forums.macromedia.com...
>>>>>>> I assume you are floating the divs - if you cannot get them to all
>>>>>>> stay on the same horizontal line, it's almost surely because their
>>>>>>> aggregate widths (remember the box model) is wider than their
>>>>>>> container.
>>>>>>>
>>>>>>> --
>>>>>>> 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
>>>>>>> ==================
>>>>>>>
>>>>>>>
>>>>>>> "Gary" <garywpaul@aol.com> wrote in message
>>>>>>> news:g98urq$oho$1@forums.macromedia.com...
>>>>>>>> I did just yahoo faux columns (for whatever reason google refuses
>>>>>>>> to load on IE...but thats a question for another board), and read
>>>>>>>> some things about it.
>>>>>>>>
>>>>>>>> I am putting the divs in a table because I cant seem to get them to
>>>>>>>> play nice any other way.. if I try to put them in a wraping div, I
>>>>>>>> can get two to sit together, but the third refuses to join.. Its an
>>>>>>>> issue I want to solve but it is not critical for this site.
>>>>>>>>
>>>>>>>> What I will probably end up doing is setting the height to a almost
>>>>>>>> rediculaus (oh come on...its a hard word to spell) height and fill
>>>>>>>> the rest with graphics..
>>>>>>>>
>>>>>>>> But I still like to think of every problem as a learning
>>>>>>>> expereince.
>>>>>>>>
>>>>>>>> Gary
>>>>>>>>
>>>>>>>>
>>>>>>>> "Osgood" <notavailable@thisaddress.com> wrote in message
>>>>>>>> news:g98u4e$nns$1@forums.macromedia.com...
>>>>>>>>> Hi Gary,
>>>>>>>>>
>>>>>>>>> It can be a bit tricky but you could possibly accomplish this
>>>>>>>>> either by using a repeating background image in all three <divs>
>>>>>>>>> or a combination of using the equal height script by PV11 and
>>>>>>>>> image backgrounds.
>>>>>>>>>
>>>>>>>>> http://www.projectseven.com/tutorial...umns/index.htm
>>>>>>>>>
>>>>>>>>> Why are you putting your <divs> in a table?
>>>>>>>>>
>>>>>>>>> have you googled 'Faux Columns'?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Gary wrote:
>>>>>>>>>> Is there a way to link the height of div tags to one another? I
>>>>>>>>>> have a site I am working on, I have put 3 div tags in a table
>>>>>>>>>> next to each other. In the first I have P7 menu, the second is
>>>>>>>>>> the body of text to change on each page, and on the right a third
>>>>>>>>>> column for additional links..
>>>>>>>>>>
>>>>>>>>>> In the first column, I have set the background image to match the
>>>>>>>>>> image in the P7 menu. If I set the height to "auto", it will
>>>>>>>>>> only be as long as the menu and corresponding "body" divs will be
>>>>>>>>>> longer when the text goes past the height of the menu.
>>>>>>>>>>
>>>>>>>>>> If I set a fixed height, I then limit my space for text.
>>>>>>>>>>
>>>>>>>>>> So is there a way to match heights automatically of the 3 divs?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>> gary
>>>>>>>>
>>>>>>
>>>>
>>>

>>
>>

>



Reply With Quote
  #10 (permalink)  
Old 08-30-2008, 04:50 AM
Thierry
 
Posts: n/a
Re: Div question

"Gary" <garywpaul@aol.com> wrote in message
news:g994a9$ui$1@forums.macromedia.com...
> No, it is over to the right (float right) and down, almost (or perhaps)
> exactly at the bottom of the middle div


And it was like that in all browsers or only in IE?
Because if it is the latter it could have been a simple margin issue
(sometimes IE doubles margin on floats) or due to the content of the DIVs.
Next time you give this DIV layout a shot, make sure to use
"display:inline;" on DIVs that are floated *and* have a margin too (both in
the same direction).
If this still doesn't fix your problem, use "overflow:hidden;" on the DIVs
to find out if the problem does not come from a nested element.

--
Thierry
Articles and Tutorials: http://www.TJKDesign.com/go/?0
--
http://developer.yahoo.com/ helps you build applications and mashups

Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:32 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Hackers | Mortgages | Ringtones | Credit Cards | British Article Directory



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114