← Back to team overview

phpns-team team mailing list archive

Re: [Question #40049]: Category dropdown not visible in IE7

 

Question #40049 on phpns changed:
https://answers.launchpad.net/phpns/+question/40049

    Status: Answered => Solved

Cogitat confirmed that the question is solved:
Thanks for poointing me in the right direction. All I needed to do for a
quick fix was edit:

<select name="article_cat" id="category">
						<option value="all">All categories</option>
						<optgroup label="Categories">
						'.$data['cat_list'].'
						</optgroup>
					</select><br />
					<br />
					<br />

This dropped the editor down far enough to show the category dropdown.

=)

Thanks again!!!

-- 
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.