General Community > Site Comments, Issues and Concerns
possible incorrect css overflow value in Modifications posts
-Underdog-:
There seems to be an issue with the css overflow value specifically in Modifications posts on this forum.
Long lines of text are cut off.
Imo someone needs to have a look & adjust css attributes to address the issue.
Arantor:
Surely it'd apply in all boards because it's stock 2.0 Curve?
-Underdog-:
:o
Some incorrect wording on my part...
The issue appears in the Modifications description section.
Tested in Firefox, IE9, Opera & Chrome.
Arantor:
Oh, not in a forum topic then?
-Underdog-:
As I have said, the issue appears in the Modifications Description section on this site/forum (only).
Long lines of text are cut-off. It appears to be located in the template itself (not called from css using class).
This specific div (top of code shown below) style attribute from the above noted template appears to be the culprit.
--- Code: ---<div style="overflow: hidden;">
<div id="sidemenu">
<h3 class="top"><span>Navigation</span></h3>
<ul id="submenu">
--- End code ---
Could change the div to:
--- Code: ---<div style="white-space:normal;">
--- End code ---
.. although I think the above is default anyhow.
Navigation
[0] Message Index
[#] Next page
Go to full version