Replies

Jun 4, 2009 16 years ago
molt
is a mirage
User Avatar

[Edit]Problem resolved. :)

Jun 4, 2009 16 years ago
Revel
is sweet
User Avatar

You aren't using an opacity filter to hide them until you hover.

:hover{filter:alpha(opacity=100);opacity:0.9} {filter:alpha(opacity=0);-moz-opacity: 0;opacity: 0;}

As for them not fitting, since you're using the column backgrounds you'll need to manually set the width of each section in the columns.

Jun 4, 2009 16 years ago
molt
is a mirage
User Avatar

You aren't using an opacity filter to hide them until you hover. Ah, I see. Thank you! ^_^


As for them not fitting, since you're using the column backgrounds you can't end the image as the column content will overlap it. And you can't limit the content without limiting the image, they go hand in hand if that makes sense.

You should alter that and change to a div bg hover. I'm a little confused about ending the image.

Also, how do I do a div bg hover? Sorry, my CSS knowledge is a little limited. ^_^;

Jun 4, 2009 16 years ago
Revel
is sweet
User Avatar

Actually scratch the second part. The best method would be to reverse what you have. Instead of using the background with the closed tabs, re-edit it and save with the tabs fully open. Copy the closed tab images and save those as your column hover backgrounds.

Jun 4, 2009 16 years ago
molt
is a mirage
User Avatar

[Edit]Problem resolved. :)

Jun 4, 2009 16 years ago
Revel
is sweet
User Avatar

Alright, I sent the revised instructions to you through sMail. sorrysorrysorry ^_^;

Jun 4, 2009 16 years ago
molt
is a mirage
User Avatar

[Edit]Problem resolved. :)

Please log in to reply to this topic.