Do not want wrap around

Do not want wrap around

am 24.12.2007 07:10:27 von Dave Kelly

How do I keep the main division from wrapping around the navigation
division?

Go here to see my problem.
http://www.texasflyfishers.org/flytying/Receipe.html

TIA
Dave

Re: Do not want wrap around

am 24.12.2007 07:20:39 von rf

"Dave Kelly" wrote in message
news:2a5a674e-eb78-4b1b-a4c3-5c825476ccea@a35g2000prf.google groups.com...
> How do I keep the main division from wrapping around the navigation
> division?
>
> Go here to see my problem.
> http://www.texasflyfishers.org/flytying/Receipe.html

404

--
Richard.

Re: Do not want wrap around

am 24.12.2007 08:22:33 von Dave Kelly

On Dec 24, 12:20 am, "rf" wrote:

> 404
I get that a lot. If I can get the officers of the club to act I am
going to change servers.

Thanks for trying.
Dave

Re: Do not want wrap around

am 24.12.2007 08:40:05 von Blinky the Shark

rf wrote:

>
> "Dave Kelly" wrote in message
> news:2a5a674e-eb78-4b1b-a4c3-5c825476ccea@a35g2000prf.google groups.com...
>> How do I keep the main division from wrapping around the navigation
>> division?
>>
>> Go here to see my problem.
>> http://www.texasflyfishers.org/flytying/Receipe.html
>
> 404

It's up now.

--
Blinky
Killing all posts from Google Groups
The Usenet Improvement Project - http://improve-usenet.org

Re: Do not want wrap around

am 24.12.2007 08:50:44 von dorayme

In article ,
"rf" wrote:

> "Dave Kelly" wrote in message
> news:2a5a674e-eb78-4b1b-a4c3-5c825476ccea@a35g2000prf.google groups.com...
> > How do I keep the main division from wrapping around the navigation
> > division?
> >
> > Go here to see my problem.
> > http://www.texasflyfishers.org/flytying/Receipe.html
>
> 404

I get it fine. But I feel I need to leave this one with you
Richard...

--
dorayme

Re: Do not want wrap around

am 24.12.2007 08:52:33 von Sean

On Sun, 23 Dec 2007 22:10:27 -0800, Dave Kelly wrote:

> How do I keep the main division from wrapping around the navigation
> division?
>
> Go here to see my problem.
> http://www.texasflyfishers.org/flytying/Receipe.html
>
> TIA
> Dave

I would specify a static width of you nav div and set the nav's height to
100%.

#navigation {
width: 200px;
height: 100%;
}

Now you have a constant width going down the entire page.

Re: Do not want wrap around

am 24.12.2007 13:21:02 von Neredbojias

Well bust mah britches and call me cheeky, on Mon, 24 Dec 2007 07:40:05
GMT Blinky the Shark scribed:

> rf wrote:
>
>>
>> "Dave Kelly" wrote in message
>> news:2a5a674e-eb78-4b1b-a4c3-5c825476ccea@a35g2000prf.google groups.com
>> ...
>>> How do I keep the main division from wrapping around the navigation
>>> division?
>>>
>>> Go here to see my problem.
>>> http://www.texasflyfishers.org/flytying/Receipe.html
>>
>> 404
>
> It's up now.

Mine, too.

--
Neredbojias
Riches are their own reward.

Re: Do not want wrap around

am 24.12.2007 15:20:36 von lws4art

Dave Kelly wrote:
> How do I keep the main division from wrapping around the navigation
> division?
>
> Go here to see my problem.
> http://www.texasflyfishers.org/flytying/Receipe.html

Thai is how floats are *supposed* to work where the non-floated content
flows around the float.

You could increase your left margin on the content you want to offset.

#centercol {
position:relative;
padding:0 20px;
margin-left:220px <-- Add this
}


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com