[css-d] IE6 Vanishing Link on Position - (Sorry, I didn't include a subject in my last post everyone. ; ( )

2007-12-14 Thread Joshua Kappers
Hey everyone! I recently had an issue that was pretty strange. I just want
to know if anyone has ever heard of it or can point me to some sort of
reference on any similar issues because I've yet to find anything.

I have a fieldset with a div inside it. The div is relative positioned. I
have a link inside the div that I want to absolute position to the top right
of the div. However, when I add position relative to the link, it vanishes
in IE6. There are NO other styles on the containing div and or link except
for the position attributes. No matter what I set right, left, top, or
bottom too..the link is nowhere to be found. I even made the link px x
px with a red background to see if it was just around or off the page
somewhere. I've played with z-index until I'm blue in the face. The link
just vanishes..=/ Anyone ever heard of this or know where I might be able to
find a solution to correct it?

P.S. i've hacked it up to meet my needs, but it's not as efficient as simply
positioning the link, so I don't need workarounds, I would really like to
know what caused this.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Sidebar issues

2007-12-13 Thread Joshua Kappers
You don't have to float both of the elements if you don't want too. There is
another way. An alternative approach would be to switch the source order of
#main and #side (put #side first in source order) and float:right #side and
you're done.

On Dec 12, 2007 10:19 PM, Todd Richards <[EMAIL PROTECTED]> wrote:

> Hi Jim -
>
> Thanks for the information.  I had a feeling that it had to do with the
> positions, but wasn't quite sure why.  I originally was using a float for
> this (which is what I usually use), but for some reason wasn't 100%
> successful with it.  However, the link you gave me below does exactly what
> I
> need, so I should be able to get it to work.
>
> I do appreciate the references and will take a look at them!!
>
> Todd
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jim Davis
> Sent: Wednesday, December 12, 2007 7:42 PM
> To: [EMAIL PROTECTED]
> Cc: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Sidebar issues
>
> Todd,
>
> The problem is using position: absolute for the column on the right. See
> http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning for more
> info.
>
> Both of the elements inside the  wrapper should be floated.
>
> Take a look at this demo and view the source to see the css.
>
> http://www.jimdavis.org/test/floaters.html
>
> www.positioniseverything.net has good info about bugs and hacks for using
> floats with IE6.
>
> Also check out the List wiki/FAQ -- http://css-discuss.incutio.com/ for
> more
> info and ideas.
>
> Jim
>
> On Dec 12, 2007 1:34 PM, Todd Richards <[EMAIL PROTECTED]> wrote:
>
> > Hello -
> >
> > Regardless of the struggles I have had with CSS, I still find myself
> > trying
> > more and more.  In all actuality, I probably won't build a site with
> > tables
> > again!  However, with that said I'm having another issue that I can't
> seem
> > to figure out and I'm hoping the experts here might give it a look.  It
> > might be the answer is right in front of me but I've been looking at it
> > too
> > long.
> >
> > I'm working on a new site and have a right-hand sidebar for misc
> content.
> > The problem I have is that if the main content window is not full of
> > content
> > (or more content than the sidebar), the sidebar flows down the page,
> over
> > the footer, etc.  Besides looking awful, it's not acceptable!  It
> happens
> > in
> > Firefox, IE, etc.
> >
> > The development site is at:  http://obb.danstuenzi.com. I have included
> > the
> > CSS below if anyone has any thoughts on this.
> >
> > Thanks!
> >
> > Todd
> >
> >
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] denying the downloading of img

2007-12-12 Thread Joshua Kappers
If images are visible on a webpage, they can be aquired by anyone accessing
the webpage. There is no way around it. There are so many ways someone can
get themthere is no solution that covers them all. It is impossible.

On Dec 12, 2007 1:57 PM, jaklitsch maya <[EMAIL PROTECTED]> wrote:

> I have a request to stop anyone from copying and
> downloading images from the website I am working on
> now.
>
> Someone told me that that is possible with css. I have
> researhed it, but have not been able to find anything
> on that.
>
> I have a few questions.
>
> 1. is it possible with css?
>
> 2. if it is how do I go about it?
>
> 3. if it is not possible, what do I need to use to do
> it?
>
> The website is necwa.org, and this concerns mostly the
> footer images as these are fairly large, and the
> organization would like to prevent their downloading.
>
> Thanks.
>
>
>
>  
> 
> Looking for last minute shopping deals?
> Find them fast with Yahoo! Search.
> http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> __
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/