halluzineyt Posted December 4, 2009 Posted December 4, 2009 My link hello do you happen to know what is the name of the grey box border on categories? id like to change the color of it where can i find it? just give the name and the location ill do the rest and also what part on cssstylesheet i can change the category links nokia samsung lg sony tnx for the help..?
Guest Posted December 4, 2009 Posted December 4, 2009 My link hello do you happen to know what is the name of the grey box border on categories? id like to change the color of it where can i find it? just give the name and the location ill do the rest and also what part on cssstylesheet i can change the category links nokia samsung lg sony tnx for the help..? It would be made up of images.
jigga1234 Posted December 4, 2009 Posted December 4, 2009 not sure exactly what you are after? Grey box which has the word categories in it (column left) stylesheet.css .column_left_header_text (line 385) Grey border around your products when viewing a category eg page http://www.atickmobiles.com.au/shop/index.php?cPath=15 the borders around products N95 8Gb, Nokia 1209 etc .bg3 (line 336) Category links .column_left_li (line 402) and .column_left_li.bg_list_sub (line 406) If you view your webpage using Mozilla Firefox you can download an add on called Web Developer. Using Web Developer you can click on the css tab and you will have a number of options if you chose view style information you will then have your arrow cursor replaced with a cross. When you hover over your webpage you will find areas are highlighted once you select the area you would like to view the css for double click on the area and you will now be told exactly where in your stylesheet is the code that relates to the area you highlighted. I find it very very usefull. Hope that this helps.
halluzineyt Posted December 5, 2009 Author Posted December 5, 2009 not sure exactly what you are after? Grey box which has the word categories in it (column left) stylesheet.css .column_left_header_text (line 385) Grey border around your products when viewing a category eg page http://www.atickmobiles.com.au/shop/index.php?cPath=15 the borders around products N95 8Gb, Nokia 1209 etc .bg3 (line 336) Category links .column_left_li (line 402) and .column_left_li.bg_list_sub (line 406) If you view your webpage using Mozilla Firefox you can download an add on called Web Developer. Using Web Developer you can click on the css tab and you will have a number of options if you chose view style information you will then have your arrow cursor replaced with a cross. When you hover over your webpage you will find areas are highlighted once you select the area you would like to view the css for double click on the area and you will now be told exactly where in your stylesheet is the code that relates to the area you highlighted. I find it very very usefull. Hope that this helps. you rock!
halluzineyt Posted December 5, 2009 Author Posted December 5, 2009 just one question why is my web page looks different in mozilla? do i have to do something?
halluzineyt Posted December 6, 2009 Author Posted December 6, 2009 My link sir!! look what happend i tried to put the background image on the table bg2 now the banners and the links are all gone what happened? can you tell me how will i make the top column just one table ? help.. <?php /* $Id: header.php,v 1.42 2003/06/10 18:20:38 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ // check if the 'install' directory exists, and warn of its existence if (WARN_INSTALL_EXISTENCE == 'true') { if (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/install')) { $messageStack->add('header', WARNING_INSTALL_DIRECTORY_EXISTS, 'warning'); } } // check if the configure.php file is writeable if (WARN_CONFIG_WRITEABLE == 'true') { if ( (file_exists(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) && (is_writeable(dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/includes/configure.php')) ) { $messageStack->add('header', WARNING_CONFIG_FILE_WRITEABLE, 'warning'); } } // check if the session folder is writeable if (WARN_SESSION_DIRECTORY_NOT_WRITEABLE == 'true') { if (STORE_SESSIONS == '') { if (!is_dir(tep_session_save_path())) { $messageStack->add('header', WARNING_SESSION_DIRECTORY_NON_EXISTENT, 'warning'); } elseif (!is_writeable(tep_session_save_path())) { $messageStack->add('header', WARNING_SESSION_DIRECTORY_NOT_WRITEABLE, 'warning'); } } } // check session.auto_start is disabled if ( (function_exists('ini_get')) && (WARN_SESSION_AUTO_START == 'true') ) { if (ini_get('session.auto_start') == '1') { $messageStack->add('header', WARNING_SESSION_AUTO_START, 'warning'); } } if ( (WARN_DOWNLOAD_DIRECTORY_NOT_READABLE == 'true') && (DOWNLOAD_ENABLED == 'true') ) { if (!is_dir(DIR_FS_DOWNLOAD)) { $messageStack->add('header', WARNING_DOWNLOAD_DIRECTORY_NON_EXISTENT, 'warning'); } } if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); } ?> <div class="fixcenter"> <!-- start --> <table cellspacing="0" cellpadding="0" border="0" style="width:800px;" align="top" class="bg2" > <?php echo tep_draw_form('search', tep_href_link(FILENAME_ADVANCED_SEARCH_RESULT, '', 'NONSSL', false), 'get') . tep_draw_hidden_field('search_in_description','1') . tep_draw_input_field('keywords', '', 'size="20" maxlength="30" align="left" style="width: ' . (BOX_WIDTH+100) . 'px"') . ' ' . tep_hide_session_id() .'<input type="submit" name="Submit" value="Search">' . '</form>'; ?> <tr> <td width="10" height="10" class="bg"> <table cellspacing="0" cellpadding="0" border="0" > <tr> <td width="350" height="250"></td> <td width="350" height="250"> <br style="line-height:22px"> <br style="line-height:27px"> <?php echo tep_draw_separator('spacer.gif', '7', '1'); ?><?=tep_image(DIR_WS_IMAGES.'z2.gif')?><?php echo tep_draw_separator('spacer.gif', '7', '1'); ?><strong>Shopping Cart</strong> (<a href="<?=tep_href_link('shopping_cart.php')?>"><?=$cart->count_contents()?> <?=BOX_SHOPPING_CART_EMPTY?></a>)<br><br> <a href="<?=tep_href_link('index.php')?>"><?php echo Tep_Image_Button('m1.gif')?></a><br> <a href="<?=tep_href_link('products_new.php')?>"><?php echo Tep_Image_Button('m2.gif')?></a><br> <a href="<?=tep_href_link('specials.php')?>"><?php echo Tep_Image_Button('m3.gif')?></a><br> <a href="<?=tep_href_link('account.php')?>"><?php echo Tep_Image_Button('m4.gif')?></a><br> <a href="<?=tep_href_link('contact_us.php')?>"><?php echo Tep_Image_Button('m5.gif')?></a><br> <br><br> </td> <td width="800" height="500" class="header"> <br style="line-height:19px"> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <?php if ($banner = tep_banner_exists('dynamic', 'atickbanne')) { ?> <?php echo tep_display_banner('static', $banner); ?> <br> <?php } ?> <span><a href="<?=tep_href_link('specials.php')?>"><?=BOX_HEADING_SPECIALS?></a></span><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><?=tep_image(DIR_WS_IMAGES.'z3.gif')?><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><span><a href="<?=tep_href_link('advanced_search.php')?>"><?=BOX_SEARCH_ADVANCED_SEARCH?></a></span><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><?=tep_image(DIR_WS_IMAGES.'z3.gif')?><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><span><a href="<?=tep_href_link('contact_us.php')?>"><?=BOX_INFORMATION_CONTACT?></a></span><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><?=tep_image(DIR_WS_IMAGES.'z3.gif')?><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><span><? if (tep_session_is_registered('customer_id')) { ?><a href="<?=tep_href_link('account.php')?>"><?=HEADER_TITLE_MY_ACCOUNT?></a><? } else { ?><a href="<?=tep_href_link('create_account.php')?>"><?=HEADER_TITLE_CREATE_ACCOUNT?></a><? } ?></span><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><?=tep_image(DIR_WS_IMAGES.'z3.gif')?><?php echo tep_draw_separator('spacer.gif', '10', '1'); ?><span><? if (tep_session_is_registered('customer_id')) { ?><a href="<?=tep_href_link('logoff.php')?>"><?=HEADER_TITLE_LOGOFF?></a><? } else { ?><a href="<?=tep_href_link('login.php')?>"><?=HEADER_TITLE_LOGIN?></a><? } ?></span><br> <br style="line-height:20px"> </td> </tr> </table> <!-- end --> <?php if (isset($HTTP_GET_VARS['error_message']) && tep_not_null($HTTP_GET_VARS['error_message'])) { ?> <table border="1" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerError"> <td class="headerError"><?php echo htmlspecialchars(urldecode($HTTP_GET_VARS['error_message'])); ?></td> </tr> </table> <?php } if (isset($HTTP_GET_VARS['info_message']) && tep_not_null($HTTP_GET_VARS['info_message'])) { ?> <table border="1" width="100%" cellspacing="0" cellpadding="2"> <tr class="headerInfo"> <td class="headerInfo"><?php echo htmlspecialchars($HTTP_GET_VARS['info_message']); ?></td> </tr> </table> <?php } ?> <!-- start --> </td> </tr> <tr> <td width="800" height="10" class="bg1"> <!-- end --> <?php define(MAX_DESCR_1,'60'); define(MAX_DESCR_NAME,'75'); define(MAX_DESCR_NAME_SHOPPCART,'20'); $w_spacer=4; // customization for the design layout // how wide the boxes should be in pixels (default: 125) ?> here is my header can you guide me to the right configuration.. all banners and links there are gone
jigga1234 Posted December 7, 2009 Posted December 7, 2009 What exactly is wrong? Are you talking about the two images that appear on your homepage called bannerleft.jpg and bannersample.jpg are these covering over the top of text on that page. If you remove the images as backgrounds do you see more text?
halluzineyt Posted December 14, 2009 Author Posted December 14, 2009 tnx for all the help mr jigga,, the site is almost done.. but why is that it looks different on mozilla?? My link can i fix this? what caused this?? and also what happened to the css viewer you teached me i cant use it anymore on my site on mozilla its really usefull i hope i can use it again. i guess there is something wrong on my site coz i can use it to other websites..?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.