|
|
|
start date: Sat, 11 Aug 2007 09:06:02 -0700,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
rodchar
|
|
2
rodchar
|
|
3
Alexey Smirnov
|
|
4
Göran Andersson
|
|
5
rodchar
|
CSS Style question
hey all,
please take a look at the image below. why would "Hello" "World" links show
up in the green content if they are outside the <div class="content">?
http://www25.brinkster.com/rodchar/ques200708111154.jpg
thanks,
rodchar
Date:Sat, 11 Aug 2007 09:06:02 -0700
Author:
|
RE: CSS Style question
You may have to copy and paste the link to a new browser if it won't let you
see the image. i'm not sure why?
"rodchar" wrote:
> hey all,
> please take a look at the image below. why would "Hello" "World" links show
> up in the green content if they are outside the <div class="content">?
>
> http://www25.brinkster.com/rodchar/ques200708111154.jpg
>
> thanks,
> rodchar
Date:Sat, 11 Aug 2007 09:52:02 -0700
Author:
|
Re: CSS Style question
On Aug 11, 6:52 pm, rodchar wrote:
> You may have to copy and paste the link to a new browser if it won't let you
> see the image. i'm not sure why?
>
> "rodchar" wrote:
> > hey all,
> > please take a look at the image below. why would "Hello" "World" links show
> > up in the green content if they are outside the <div class="content">?
>
> >http://www25.brinkster.com/rodchar/ques200708111154.jpg
>
give an example of your CSS
Date:Sat, 11 Aug 2007 18:09:25 -0000
Author:
|
Re: CSS Style question
rodchar wrote:
> hey all,
> please take a look at the image below. why would "Hello" "World" links show
> up in the green content if they are outside the <div class="content">?
>
> http://www25.brinkster.com/rodchar/ques200708111154.jpg
>
> thanks,
> rodchar
The links are not in the green content, they are on top of the green
content.
The "left" div floats on top of the "content" div. The "content" div
extends behind the "left" div, but the elements in the "content" div
floats around the "left" div.
--
Göran Andersson
_____
http://www.guffa.com
Date:Sun, 12 Aug 2007 03:25:11 +0200
Author:
|
Re: CSS Style question
thanks everyone for clearing this up for me.
rod.
"Göran Andersson" wrote:
> rodchar wrote:
> > hey all,
> > please take a look at the image below. why would "Hello" "World" links show
> > up in the green content if they are outside the <div class="content">?
> >
> > http://www25.brinkster.com/rodchar/ques200708111154.jpg
> >
> > thanks,
> > rodchar
>
> The links are not in the green content, they are on top of the green
> content.
>
> The "left" div floats on top of the "content" div. The "content" div
> extends behind the "left" div, but the elements in the "content" div
> floats around the "left" div.
>
> --
> Göran Andersson
> _____
> http://www.guffa.com
>
Date:Tue, 14 Aug 2007 15:50:01 -0700
Author:
|
|
|