[WSG] CSS DIV problem, as weird as simple

2006-02-10 Thread Roberto Santana
Hello! I've an extrange problem, you can see it here: http://www.2much4u.net/Problem/problem.gif The page with the XHTML and CSS: http://www.2much4u.net/Problem/example.html Page code source:

Re: [WSG] CSS DIV problem, as weird as simple

2006-02-10 Thread Bert Doorn
G'day The page with the XHTML and CSS: http://www.2much4u.net/Problem/example.html ... Why there's a margin with any browser excepts IE6? Because the default alignment for images in most of the other browsers is baseline. Add the following to your CSS and see if it fixes the problem:

Re: [WSG] CSS DIV problem, as weird as simple

2006-02-10 Thread Roberto Santana
Thanks Bert! that solved my problem. Bert Doorn escribi: G'day The page with the XHTML and CSS: http://www.2much4u.net/Problem/example.html ... Why there's a margin with any browser excepts IE6? Because the default alignment for images in most of the other