[css-d] Site Check please

2006-08-08 Thread Oliver Saager
Hello everybody!

I just finished my first big CSS-Website...

May I kindly ask you to have a look at it? Any comments are highly
welcome... I am sure I missed something.

Here's the link: http://www.haasfischer.com

Thank you very much, Oliver

PS: The Print-CSS is not completely done... So ignore that please.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] serious problem with display:inline

2006-08-04 Thread Oliver Saager
Hello!

I have a serious problem regarding the display:inline style. (At least I
think THAT is the problem...)

Please visit http://www.haasmayer.com/exhibitions/default.asp to see my
problem. All I want to do is align the two (highlighted) tiny arrows NEXT to
each other. Currently one is BELOW the other.

This is the CSS I use (the entire css file can be found here:
http://www.haasmayer.com/css/screen_eng.css):

#nav_arrows {
background: Aqua;
margin-left: 0px;
margin-top: 20px;
}

#nav_arrows a {
width: 7px;
height: 7px;
text-decoration: none;
display: block;
}

#nav_arrows ul {
margin: 0;
padding: 0 0 0 0;
list-style-type: none;
}

#nav_arrows li {
height: 7px;
margin-bottom: 4px;
display: inline;
}

#nav_arrows ul li a span {
display: none;
}

#previous a{
background: url(/images/arrow_prev.png);
}

#next a{
background: url(/images/arrow_next.png);
}


As soon as I remove display: block; from the #nav_arrows a style the
arrows disappear.

Any idea??? Thank you very much for your help...

Oliver
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] serious problem with display:inline

2006-08-04 Thread Oliver Saager
Hello!

I have a serious problem regarding the display:inline style. (At least I
think THAT is the problem...)

Please visit http://www.haasmayer.com/exhibitions/exhibition.asp
http://www.haasmayer.com/exhibitions/default.asp to see my problem. All I
want to do is align the two (highlighted) tiny arrows NEXT to each other.
Currently one is BELOW the other.

As soon as I remove display: block; from the #nav_arrows a style the
arrows disappear (the entire css file can be found here:
http://www.haasmayer.com/css/screen_eng.css):.

Any idea??? Thank you very much for your help...

Oliver
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Jumping Content

2006-03-09 Thread Oliver Saager
Hello!

We have created a website showing a strange behaviour in iE. The website can
be found here:

http://www.libinst.ch/

Sometimes the content (the block between the navigation on the left an the
info-sidebar on the right) moves to the very bottom of the website leaving
an empty space between the nav an the sidebar. As soon as you reload the
page the content places itself where it should be.

What's really strange is that this happens just SOMETIMES in iE. Clearing
Cookies and temporary internetfiles does not help always. SOMETIMES we are
able to reproduce the error, SOMETIMES not. Really strange...

Any ideas?

Regards, Oliver
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Site Check please

2006-02-02 Thread Oliver Saager
Hello everybody!

I just created a website for an art gallery. May I kindly ask you to check
the website for any CSS improvements? (Of course your opinion on style or
general points is also highly appreciated.)

You'll find the website at: http://www.saager.info

Many thanks in advance!

Oliver
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Table with CSS

2005-09-09 Thread Oliver Saager
Hello everybody!

I am redesigning (CSS, XHTML) an existing website an came across a problem.

The original website looked like this: 
http://www.swisspolicy.net/ger/participants.asp
The redesigned website can be found here: 
http://test.saager.ch/teilnehmer.asp?nav=3

My problem: how do I manage it to have always a picture on the left side and 
a short description on the right side?

On the old website I did it with tables but I want to do it now more clever. 
(I am quite new to CSS...)

I started by using a DIVs but I think you should not repeat DIVs that way. 
So I think it's a complete wrong approach.


Anybody willing to help?

Thanks, Oliver
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] Newbie-Question: Problem with Background Image

2005-06-07 Thread Oliver Saager
Hello

Currently I am developping my first true (...) CSS Website.

Unfortunately I have come across a problem I am unable to solve. See yourself:

http://develop.saager.ch
http://develop.saager.ch/css/screen.css

The pencils in the header are supposed to cover the entire space and
NOT leave white space on the left and on the right side. I made sure
that the picture is more than big enough. I removed all margins. But
the error remains...

Anybody knows why???

Thank you.

O
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/