Jump to content

need help controlling SmallShoppingCart.asp with CSS

- - - - -

  • Please log in to reply
No replies to this topic

#1
lv2code

lv2code

    Newbie

  • Members
  • Pip
  • 3 posts
I appreciate any help on this one, I have tried; clear, padding, margins... nothing seems to work.
I want to push the little dog and the shopping cart summary up...
part of the problem is that the <!--#include virtual="/store/pc/SmallShoppingCart.asp"--> file is not actually in my default.asp page... so trying to control it has me pullin me hair out!!!!!!!!!:crying:
I'm a newbie with ASP, and this is my first shopping cart integration into a website, every thing was fine until I added this text:
--->$4.95 flat rate ground shipping
free shipping (orders over $99)!
(u.s. shipping addresses only)<---
it pushed this code below way down;
#pcShowCart {

background: url("../store/pc/images/westiecart4.png")

 no-repeat scroll left center......
and this also went down with it of course;
<div id="pcShowCart">

		<div style="padding: 30px 0px 0px 5px; float: right; font-size: 16px;">

		In the Cart: 0 Items(s)

    <br>

		Current Total: $0.00

    <br>

		<a href="viewCart.asp">View</a>

		

    </div>

</div>

here is my home page where the code is not working:
Betties Fashions Home
below is a page without the shipping details added and the "westiecart4.png" & "pcShowCart" are right where I want them to be :-)
Shoes - Betties

**************
below is some of the code from my default.asp...
<div id="wrapper">


                  <div id="containerLogo"><a href="http://www.bettiesfashions.com/"><img src="/images/Betties_itsalifestyleBEVEL-EMBOSS300x118.png" alt="betties" width="300" height="118" border="0"></a></div><!--end containerLogo-->

   				<ul id="mainNav">             

             <div id="containerTopRgt">

		      

<li><a href="http://www.bettiesfashions.com/store/pc/contact.asp">Email List</a></li>

<li><a href="http://www.bettiesfashions.com/store/pc/Checkout.asp?cmode=1">Login</a></li>

<li><a href="https://www.bettiesfashions.com/store/pc/onepagecheckout.asp">Create Account</a></li>


<div style="padding-top: 30px; padding-left: 20px; width: 230px; text-transform: lowercase; color: #777777; text-decoration: none;"><li>$4.95 Flat Rate GROUND Shipping</li><br />

<li>FREE Shipping (Orders Over $99)!</li><br />

<li>(U.S. Shipping Addresses only)</li></div>

<!--BEGIN small shopping cart-->                 

<!--#include virtual="/store/pc/SmallShoppingCart.asp"-->

<!--END small shopping cart-->


	</div><!--end containerTopRgt-->

		</ul><!--end header-->

 

<div class="clear"></div>


	  <div class="header">

		<div id="headNav"><a href="http://www.bettiesfashions.com/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('videos','','navbar/images/NavBar4Pink-ChocolateRegularFont_01.png',1)"><img src="navbar/images/NavBar3Gray-ChocolateRegularFont_01.png" name="videos" width="110" height="50" border="0"></a><a href="http://www.bettiesfashions.com/store/pc/viewCategories.asp?idCategory=2" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('ohyes','','navbar/images/NavBar4Pink-ChocolateRegularFont_02.png',1)"><img src="navbar/images/NavBar3Gray-ChocolateRegularFont_02.png" name="ohyes" width="122" height="50" border="0"></a><a href="http://bettiesfashions.blogspot.com/" target="_blank" onMouseOver="MM_swapImage('blog','','navbar/images/NavBar4Pink-ChocolateRegularFont_03.png',1)" onMouseOut="MM_swapImgRestore()"><img src="navbar/images/NavBar3Gray-ChocolateRegularFont_03.png" name="blog" width="93" height="50" border="0"></a><a href="http://www.bettiesfashions.com/store/pc/betties_about.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('about','','navbar/images/NavBar4Pink-ChocolateRegularFont_04.png',1)"><img src="navbar/images/NavBar3Gray-ChocolateRegularFont_04.png" name="about" width="109" height="50" border="0"></a><a href="http://www.bettiesfashions.com/store/pc/contact.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('contact','','navbar/images/NavBar4Pink-ChocolateRegularFont_05.png',1)"><img src="navbar/images/NavBar3Gray-ChocolateRegularFont_05.png" name="contact" width="140" height="50" border="0"></a><div style="float: right; padding-top: 10px;"><fb:like layout="button_count" width="50" font="Times New Roman"></fb:like></div>                                   <a href="https://www.facebook.com/pages/Betties/297148116964523" target="_blank"><img src="/images/50x50facebook.png" alt="facebook" width="50" height="50" border="0"></a><a href="http://twitter.com/#!/bettiesfashions" target="_blank"><img src="/images/50x50twitter.png" alt="twitter" width="50" height="50" border="0"></a><a href="http://www.youtube.com/user/bettiesfashions" target="_blank"><img src="/images/50x50youtube.png" alt="youtube" width="50" height="50" border="0"></a><a href="http://vimeo.com/user8722658" target="_blank"><img src="/images/50x50vimeo.png" alt="vimeo" width="50" height="50" border="0"></a></div>


		<!-- end #headNav -->

    

    				<div id="headNavRgt"></div><!-- end headNavRgt-->

	  </div><!-- end .header -->

<!--WRAPPER END--></div>

*********************

Best Regards & Thank You

Tony States




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users