Hello,

I enjoy a lot this web site http://www.jones.com
How I can visualize the A+ e A- icon
in-line as in this site?

Thanks

Terry

CommentFileSizeAuthor
#3 slideshow_logos.jpg18.72 KBteoweb09
#2 daJones.jpg2.52 KBteoweb09
#2 mySite.jpg3.33 KBteoweb09

Comments

attheshow’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

Sorry, I don't understand what you're asking. Can you try rephrasing what you've said?

teoweb09’s picture

StatusFileSize
new3.33 KB
new2.52 KB

Hello Attheshow,

Sorry for my bad English. I try to be more understandable.

I mean that in you web site the links A+ and A- are in-line with the links Contacts and site map. I'm trying to do the same with secondary link that lies in the header of my web site and the resize-icons.

I post also two image because my web site is not yet visible.

Look at your HTML code

<div id="block-text_resize-0" class="block block-text_resize region-even odd region-count-2 count-3">
   <div class="block-inner">
     <div class="content">
        <a href="javascript:;" class="changer" id="text_resize_decrease"><sup>-</sup>A</a> <a href="javascript:;" class="changer" id="text_resize_increase"><sup>+</sup>A</a> 
        <a href="/contact">Contact</a> | <a href="/pages/site-map">Site Map</a>  </div>

</div></div> <!-- /block-inner, /block --> 


******************************************
And this is my HTML code

!-- start block.tpl.php -->
<div class="block-wrapper odd">
        <div id="block-menu-secondary-links" class="block block-menu">	 
          <div class="content">
            <ul class="menu">
                  <li class="leaf first"><a href="#" title="home">home</a></li>
                  <li class="leaf"><a href="/acquia-drupal/" title="contact">contact us</a></li>
                 <li class="leaf last"><a href="/acquia-drupal/" title="site map">site map</a></li>
            </ul>
         </div>
       </div>
</div>
<!-- /end block.tpl.php -->

<!-- start block.tpl.php -->
<div class="block-wrapper even">
        <div id="block-text_resize-0" class="block block-text_resize">	 
          <div class="content">
            <a href="javascript:;" class="changer" id="text_resize_decrease"><sup>-</sup>A</a> <a href="javascript:;" class="changer" id="text_resize_increase"><sup>+</sup>A</a><div id="text_resize_clear"></div>          
          </div>
     </div>    
</div>
<!-- /end block.tpl.php -->

I hope that now is more clear.
Thanks :-))
Terry

teoweb09’s picture

StatusFileSize
new18.72 KB

:-)))))))))))))))
At last i win!!!!
With the right CSS property.
Thanks least
Terry

PS what kind of module did you use for slideshow in home page
Look at image

attheshow’s picture

Status: Postponed (maintainer needs more info) » Fixed

If you download the last dev release of the module, I've added Help instructions that tell you how to completely theme and change the HTML being output by default in the module. This will allow you to structure the output however you like. This is what I did on the Jones.com site to adjust the HTML to fit with what I needed in my theme.

And the slideshow on the home page is not a module. It's just a Flash file and uses the JW Player with some customization.

-Mark (attheshow)

teoweb09’s picture

thanks a lot for all.

Terry

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.