PDA

View Full Version : HTML, CSS problem - please help



medvegonok
July 7th, 2006, 22:58
Please look at http://general.sc35.info/questions/problem1/example5.html in Internet Explorer.

1) You can see that the tabs are split into number of framed parts. I tried to remove these borders in CSS http://general.sc35.info/questions/problem1/example5.css, but without success. Could somebody please help me to remove borders between these parts and the border that separates tabs from tab content below.

2) If you reduce the browser width, the line of tabs will broke into two parts. But you can see that the second line is displaced left. The reason for this is the displacements that I introduced in order to get tabs overlayed. Could somebody help me to fix this while preserving the rest of layout (the overlay)?

.Joe.
July 7th, 2006, 23:07
Do you mean for the tabs to be align?

medvegonok
July 8th, 2006, 00:30
I do not think that it is issue of alignment - the dimensions of images are exactly the same as the dimensions of the cells. Moreover, these images are used as backgrounds.
It appears like some kind of margin or border. But I tried to remove all of them (margin, border, padding) and it still do not work. Do I miss something?

medvegonok
July 8th, 2006, 13:26
Ok I fixed validation problems in html and css.

1) I succeeded to resolve the first problem - I added cellpadding="0" cellspacing="0" to the appropriate table.

2) The second problem still persists.

3) Something strange happens to the background of tabs depending on window width - it changes color :( Any idea?