内容图形被推倒 - 需要帮助
我修改了Firework生成的html代码,现在图形被按下了,我不知道如何修复它。抱歉,我仍在使用表格,与 css 混合来创建列表项...请帮助...我所做的是扩展原始图形,使其更高以适合列表菜单
http://imageoneads.com/work/inventory.htm
提前致谢
I modified html codes generated by Firework, and now graphic was pused down I dont know how to fix it. Sorry Im still using tables, mixing up with css to create the list items....please help....What I did was extend the original graphic to make it taller to fit the list menu
http://imageoneads.com/work/inventory.htm
Thanks ahead
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来您从中心部分删除了一行。
包含
r10_c1.jpg
的单元格中,将rowspan="2"
更改为rowspan="1"
在左侧 ,将
rowspan="9"
更改为rowspan="8"
It looks like you removed one row from the center section.
On the left side, in the cell containing
r10_c1.jpg
, changerowspan="2"
torowspan="1"
On the right side, change
rowspan="9"
torowspan="8"