Hi all, i am looking for a way to prevent a horizontal, inline unordered list from breaking into seperate lines once contained inside a element with specific width (shorter than the list). the element has "overflow" set to "hidden".
the only way i found to create that effect is by giving a specific width to the "UL" element but now, i have to create that effect for a list with unknown width!! (user can...
Search Result
Collapse
3 results in 0.0031 seconds.
Keywords
Members
Tags
-
how can one prevent a horizontal list from breaking?
-
Problem with line height when using <span> and "float:right"
Hi there,
I am building a small WebApp, and using a list to display country values for a specific variable. It should be like
Country A 10
Country B 4
Country C 125
So, what I have in CSS is this:
Code:.variable { font-size: 12px; font-weight: bold; color: #7388a5; } .value { font-size:
-
XSL - Dynamically enter blank lines in XHTML
I am creating a 5 page document HTML document with variable table sizes. I am hard coding page breaks after the <DIV> for each page. To assure that all of my page numbers at the bottom of each page is in approximately the same location, I have created a recursive template to enter a certain number of <BR/> elements before the page # footer. However, the <BR/> isn't doing the trick. I've searched high and low for the right character...