[css-d] opera 9 dropcap test

2007-02-03 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/css-test/opera/dropcap-test/index.html I hope it's useful. Please forgive me for 2 reasons: 1. my English 2. the depth of the analysis. bye G. -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ ___

[css-d] odd left margin in IE

2007-02-03 Thread Bob Meetin
See: www.dottedi.biz/testpage.html The page and CSS are self-contained. Looks fine in Firefox, but in IE, the upper divs are pushed over several pixels exposing the background color. The CSS for these 3 ID's has height set. The CSS is like: #right_header_upper { border-bottom: 1px solid whi

Re: [css-d] odd left margin in IE

2007-02-03 Thread neal
Shot in the dark here but this may be the problem http://www.positioniseverything.net/explorer/doubled-margin.html > See: www.dottedi.biz/testpage.html > > The page and CSS are self-contained. Looks fine in Firefox, but in IE, > the upper divs are pushed over several pixels exposing the backgrou

Re: [css-d] odd left margin in IE

2007-02-03 Thread ~davidLaakso
Bob Meetin wrote: > See: www.dottedi.biz/testpage.html > > The page and CSS are self-contained. Looks fine in Firefox, but in IE, > the upper divs are pushed over several pixels exposing the background > color. The CSS for these 3 ID's has height set. > > -Bob > Try: * html #left_column {

Re: [css-d] odd left margin in IE - solved

2007-02-03 Thread Bob Meetin
Neal, David, Yes - the bug - just had to be a bug. This one. I added an if_ie statement and it is now workable for both IE and FF. Thanks to both of you, Bob ~davidLaakso wrote: > Bob Meetin wrote: > >> See: www.dottedi.biz/testpage.html >> >> The page and CSS are self-contained. Looks

[css-d] webkit problems

2007-02-03 Thread Rob O'Rourke
Hi everyone, Just been informed that I have got some safari problems with http://brendan.o-rourke.org, in particular if you go to http://brendan.o-rourke.org/archive/new-website there are two problems Im aware of: * When you scroll down the content area seems to cover the main he

Re: [css-d] odd left margin in IE - solved

2007-02-03 Thread ~davidLaakso
Bob Meetin wrote: > Neal, David, > > Yes - the bug - just had to be a bug. This one. I added an if_ie > statement and it is now workable for both IE and FF. > > Thanks to both of you, Bob > > > ~davidLaakso wrote: > >> Bob Meetin wrote: >> >> >>> See: www.dottedi.biz/testpage.html >

Re: [css-d] webkit problems

2007-02-03 Thread Gunlaug Sørtun
Rob O'Rourke wrote: > http://brendan.o-rourke.org/archive/new-website > * When you scroll down the content area seems to cover the main > heading text even though it's in a fixed position header div. I can't > work it out... Add... #head {z-index: 1;} ...and delete the entire div[id="head"] *

Re: [css-d] webkit problems

2007-02-03 Thread Rob O'Rourke
� wrote: > Rob O'Rourke wrote: > >> http://brendan.o-rourke.org/archive/new-website > >> * When you scroll down the content area seems to cover the main >> heading text even though it's in a fixed position header div. I can't >> work it out... > > Add... > #head {z-index: 1;} > ...and delete the