| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
#241
|
|||||||||
|
|||||||||
![]() @ Soft-Seller post 228
The iframe you have is inside a table. Keep the width=100% for the iframe and add same (width="100%") for the table container
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#242
|
|||||||||
|
|||||||||
![]() Quote:
Hello Thank you for your reply. where I will find this table container. I have tried but didnt find anywhere. regards Kashif
__________________
Zaintech Technologies http://www.soft-reseller.com http://www.zaintech.pk X-Cart Gold v4.6.5 Gold Plus X-Cart Reboot Template v3.2 Reseller AVG, WinRAR, RoboForm, Likno, IDM, LiveHelp Messenger |
|||||||||
#243
|
|||||||
|
|||||||
![]() Quote:
__________________
Xcart 4.5.2 |
|||||||
#244
|
|||||||||
|
|||||||||
![]() Quote:
It's the one you are inserting the iframe in <table cellspacing="0" cellpadding="0" summary="Description"> <tbody><tr> <td class="descr"><iframe height="1500" frameborder="0" align="center" width="100%"
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
|
#245
|
|||||||
|
|||||||
![]() I use this script for IFRAME's - it auto resizes the frame height according to the content, so no need for fixed height...
http://www.phpmix.org/iframe_height_auto_resize http://www.phpmix.org/iframe_height_auto_resize/iframe_height_auto_resize_the_code Example usage... Code:
__________________
xcartmods.co.uk |
|||||||
#246
|
|||||||||
|
|||||||||
![]() Quote:
Hello In my post http://forum.x-cart.com/showpost.php?p=309710&postcount=228 I raised a problem I was facing. I write the problem again so it may help anybody facing the same. --------------------------------------------------------------------------------------------- In detail description of a product I am using iframe. The details with simple details shows in full Tab space. http://www.soft-reseller.com/eshop/WinRAR.html http://demos.soft-reseller.com/x-cart/forum_pics/description_without_Iframe.png and where I use iframe and call a webpage there it shows like this http://www.soft-reseller.com/eshop/AVG-PC-TuneUP-2011.html http://demos.soft-reseller.com/x-cart/forum_pics/description_with_Iframe.png --------------------------------------------------------------------------------------------- I want to say Thanks to cflsystems who helped me and gave me idea to solve the problem. in File "tabs.tpl" in "custom" Folder line No. 55 "<table cellspacing="0" cellpadding="0" summary="{$lng.lbl_description|escape}">" add width="100%" i.e "<table cellspacing="0" cellpadding="0" width="100%" summary="{$lng.lbl_description|escape}">" this will solve the problem. Thanks cflsystems for help. And PhilJ really great Template I love it there are some issues initially and that might be due to my very little knowledge in php but I know this Template will give my site a very impressive look. Best Regards to both of you. Soft-reseller.com
__________________
Zaintech Technologies http://www.soft-reseller.com http://www.zaintech.pk X-Cart Gold v4.6.5 Gold Plus X-Cart Reboot Template v3.2 Reseller AVG, WinRAR, RoboForm, Likno, IDM, LiveHelp Messenger |
|||||||||
#247
|
|||||||
|
|||||||
![]() Hello, can someone please tell me how to resize this drop-down list that I am using below. Someone was so kind to share this code to create this drop list for my product categories but for some reason it will not re-size the width automatically to show the full category names and the names are being cut off on the right hand side. List works great, just needs to be wider and I have no idea where to start.
<select name="listCategories" onchange="window.location=this.options[selectedIndex].value"> <option value=""><font class="VertMenuItems">Select A Product Category</font></option> {foreach from=$categories_menu_list item=c name=categories} {if $c.order_by < 899 && $c.product_count ne 0} <option value="home.php?cat={$c.categoryid}">{$c.category} </font></option> {/if} {/foreach} </select> I created a template called dropdown_categories.tpl and I have placed it here on my header page: <div id="st_menu_container"> <div id="st_menu"> {if $config.Smart_Template.st_horiz_menu eq "Y"} {include file="custom/horiz_categories.tpl"} {else} {include file="custom/dropdown_categories.tpl"} {/if} </div> </div> -------------------------------------------------------------------- Inside my css the style is set to: #st_menu_container { float: left; width: 42%; } #st_menu { margin-right: 0px; } These settings do nothing for the size though. Thank you for your help and time. Shareen
__________________
Shareen sparker2@cox.net http://www.stitches4u.com X-Cart Version 4.5.0 with Smart Template vs 4.4.x |
|||||||
#248
|
|||||||
|
|||||||
![]() Code:
__________________
xcartmods.co.uk |
|||||||
#249
|
|||||||
|
|||||||
![]() Phil, Thank you so much! You have made my day because I have been stuck on this for weeks. Thanks again! Take Care!
__________________
Shareen sparker2@cox.net http://www.stitches4u.com X-Cart Version 4.5.0 with Smart Template vs 4.4.x |
|||||||
#250
|
|||||||
|
|||||||
![]() I would like to know if there is a way to increase the size of the logo field and drop everything else down a bit. I would like to use a logo that does not fit in the current logo space at the moment and everything up there seems to be bunched up and crowed. I would like to change my logo and and more space between logo and main page area.
__________________
Shareen sparker2@cox.net http://www.stitches4u.com X-Cart Version 4.5.0 with Smart Template vs 4.4.x |
|||||||
|
|||
X-Cart forums © 2001-2020
|