2. Can't
1. Isn't it three columns? Why is it still centered?
2. Can't
1. Isn't it three columns? Why is it still centered?
Now the effect is like this. I want to put the picture in the black box
What is the IE? Why does mine not have this problem? Guess:
table{ border-collapse:collapse;border-spacing:0}tr,td{margin:0;padding:0}
How come I don’t have this problem? Guess :
XML/HTML code?12345678table{ border-collapse:collapse;border-spacing:0}tr,td{margin:0;padding:0}
In addition, when adjusting the format, if there are any problems, please So that they can all add borders (border: 1px solid #ddd);
Firefox browser
My firefox looks like this. Your situation does not appear
Mine Firefox looks like this. Your situation does not appear.
This is probably the cause.
{
display:block;
}
a#setpage:link,a#setpage:visited
{
background:url(image/designerimg/setpage- link.png);
}
a#setpage:hover{
background:url(image/designerimg/setpage-mouseover.png);
}
a#setpage:active{
background:url(image/designerimg/setpage-click.png);
}
His question
His question
a{ display:block;}
Let's change the layout. Don't use tables. It's troublesome to watch.
CSS code?12345678910111213141516171819202122232425262728293031 3233343536373839404142434445