Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Jute Powerful Forum  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的?
luaoun





发贴: 84
积分: 20
于 2003-01-17 16:06 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
就如我在这里的回复情况,Jute解决了这个问题,很好!!!
http://www.cjsdn.com/post/view?bid=23&id=9362&sty=1&tpg=1&age=0



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
rainman

阿熊

元老


发贴: 5644
积分: 454
于 2003-01-18 04:03 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
css啊,只改了一下下。



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
luaoun





发贴: 84
积分: 20
于 2003-01-19 21:13 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我公司的测试人员一直盯着我要改掉这样的错误,烦透我了,能否教教我用css怎么实现,能给段代码我看看吗?先谢谢rainman了!


作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
payaqa



Jute Pro User


发贴: 170
积分: 40
于 2003-01-19 22:23 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

TD { font-family: Tahoma,Georgia; color: #000000; font-size: 12px ;table-layout:fixed; word-break :break-all}


具体可以看html源码。我们用的fastboard也是这么解决的。(好像ut没有解决这个问题)



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:payaqa]
payaqa



Jute Pro User


发贴: 170
积分: 40
于 2003-01-19 22:26 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我上面的回复,有点自己打自己耳光。


作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:payaqa]
payaqa



Jute Pro User


发贴: 170
积分: 40
于 2003-01-19 22:29 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

.codeStyle {  padding-right: 0.5em; margin-top: 1em; padding-left: 0.5em; font-size: 9pt; margin-bottom: 1em; padding-bottom: 0.5em; margin-left: 0pt; padding-top: 0.5em; font-family: Courier New; background-color: #000000; color:#ffffff ; }


也许是上面的这个css属性作怪,希望developer能看一下,解决code的显示拉长的问题。



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
阿熊



发贴: 0
积分: 0
于 2003-01-19 22:45 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
.codeStyle { padding-right: 0.5em; margin-top: 1em; padding-left: 0.5em; font-size: 9pt; margin-bottom: 1em; padding-bottom: 0.5em; margin-left: 0pt; padding-top: 0.5em; font-family: Courier New; background-color: #000000; color:#ffffff ; }

也许是上面的这个css属性作怪,希望developer能看一下,解决code的显示拉长的问题。



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:zua]
阿熊



发贴: 0
积分: 0
于 2003-01-19 22:47 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

TD { font-family: Tahoma,Georgia; color: #000000; font-size: 12px ;table-layout:fixed; word-break :break-all}


具体可以看html源码。我们用的fastboard也是这么解决的。(好像ut没有解决这个问题)



作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:payaqa]
阿熊



发贴: 0
积分: 0
于 2003-01-19 22:47 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
[code] **** [/code]会拉长

zua edited on 2003-01-19 22:53

作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
luaoun





发贴: 84
积分: 20
于 2003-01-20 09:28 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
没想到我的一个问题竟然找出jute的一个小问题,呵呵!jute的确做的不错,现在用纯java写的论坛程序里jute做的已经非常棒了!


作者 Re:有时候在页面上输入连续的某个字母或符号,页面会被横向拉长,Jute是如何解决的? [Re:luaoun]
rainman

阿熊

元老


发贴: 5644
积分: 454
于 2003-01-20 09:46 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
这是html中pre标签的问题, 死不换行也没办法啊。




flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923