I have a problem and I do not know how to solve it. I have header, left menu, content and footer The website with the article I used float as a positioning scheme.
My problem is, I should adjust the drop down menu with the text size of the hyperlink Normally, there will be no problem with this thanks to float, but to solve a problem in IE For, I had to set the exact size of the content, and I would also have to decide the maximum page width as defined in pixels.
Thus, when the text size of the menu item increases, then this menu exceeds the width and the text is divided into two lines instead of one but I should not do this, I Expand menu width with text size.
Yes, text sizes relative units have solved my problem, but since I have to set the maximum page width in pixels, and I need to decide the fixed width of the content due to the IE problem, I do not know how to do this. Thank you.
But its older version is without fixed content width.
Add this to your stylesheet:
#left_menu ul li {Font-size: 48pt; }
When I change the font size in #left_menu ul li
, the left menu automatically spreads or shrinks on the basis of the font size Does it make the content smaller or automatically bigger does it solve your problem?
Comments
Post a Comment