Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 03-22-2008, 05:33 PM CSS Layout
Novice Talker

Posts: 7
Trades: 0
Hi all!

I have a problem. There's a picture (Layout.jpg) on this page: http://levi.pages4u.net/.
Is it possible to make a similar layout? If it is, than how? There is a lot of opacity. I tried a lot of things but the result was not the same in IE an Firefox.
Thx!
wombat is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-22-2008, 08:15 PM Re: CSS Layout
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
use something like

Code:
filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
and this will have the same result in most browsers. although doesn't validate, so consider that before using it.
__________________

Please login or register to view this content. Registration is FREE
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 03-23-2008, 04:02 AM Re: CSS Layout
Novice Talker

Posts: 7
Trades: 0
Thank you for your help. But I have an other question. I made the page again which you can see here: http://levi.pages4u.net/Index.html. There is the .html and .css code.
I set the opacity for the DIV tags, but now the letters also have the same opacity settings. Is it possible that the letters will not inherit the DIV's settings?
thx
wombat is offline
Reply With Quote
View Public Profile
 
Old 03-23-2008, 05:21 AM Re: CSS Layout
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Nope, there is no way (currently) to have a child element NOT inherit the maximum opacity of the parent.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-30-2008, 04:11 PM Re: CSS Layout
Novice Talker

Posts: 7
Trades: 0
I have some problems. my site: www.irorszaginfo.com

1. With the first menu point. It doesn't work properly. There is a little overlap in Firefox and in IE too. Why? What is wrong?

2. The other problem is that in IE the links (<a> tags) doesn't work in the content DIVs. I can't find out why.

3. The last menu point the gallery. There are some thumbnail, but if I go over one of them with the mouse the big picture doesn't appear.

Could anybody help me?
wombat is offline
Reply With Quote
View Public Profile
 
Old 03-30-2008, 05:56 PM Re: CSS Layout
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
If you need solid text against a semi-transparent background, you must use a repeating, semi-transparent .png image as a background image. (1 pixel is best if no pattern is needed). This will not work in IE6, but if you can deal with a solid background in that browser I think you will find this solution acceptable. Be sure to send a different image to IE6 as a background, otherwise you will likely be stuck with an ugly grey.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is online now
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 03-30-2008, 06:02 PM Re: CSS Layout
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
I have to tell you, specifying a font like goudy old style is going to be a problem, not everyone will have that font installed and they will see a default replacement font. In addition to that, if you're going to specify a font name that contains spaces, you MUST enclose it within quotes: font-family: "goudy old style" . You should also ALWAYS specify a system default font, like serif or sans-serif.

1 - has something to do with the way you've positioned the sub-menu.
2 - I suggest you read about ALL of IE's bugs and how to squash them here: www.positioniseverything.net
3- script error ?
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 03-31-2008, 11:21 AM Re: CSS Layout
Novice Talker

Posts: 7
Trades: 0
Thanks the replies to everybody. I've just get to know with html and css. This is my first page. I learn a lot from this comments.
wombat is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS Layout
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.05756 seconds with 12 queries