Posts Tagged “html”

I had a perfect fine Joomla template, plenty of CSS and use it right. Everything was working fine until my client ask me for an horizontal drop down menu. Ok, no problem, I said, but shame of me, there is a problem, one commonly known as IE. At first I have issues with the menu in every single browser, but after add a z-index: 1 here and there Mozilla and Chrome show me the page as I want. Lee el resto de esta entrada »

Comparte esto con tus amigos:

Comments No Hay Comentarios »

Hi there,

I’m writing some joomla code for a customer and when I use this in my view template:

<textarea class="text_area" name="notes_campaign" id="notes_campaign" rows="5" cols="30">
 <?php echo trim($this->campaign->notes_campaign);?>
</textarea>

I always get some extra white space and can’t erase them using trim, or any other technique. Lee el resto de esta entrada »

Comparte esto con tus amigos:

Comments No Hay Comentarios »