• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

daniel
#1 Posted : Monday, December 3, 2007 3:51:34 PM(UTC)
daniel

Rank: Member

Joined: 11/15/2007(UTC)
Posts: 52

Can someone please help me I am having problems aligning two ad rotators in footer. ascx page. it aligns correctly in all other pages that call the footer.ascx page. however in the browser when I view the cart.ascx page it does not align correctly as all other pages.



I have included an example of the default.ascx that shows the rotator aligning correctly.



I have included the cart.ascx page that shows the headers not aligning correctly.



I cannot understand why this is happening with this one page. every other page that calls for the footer class positioning properties for the ad rotators in styles.css shows up fine, so in theory this should appear fine on this page as it is calling it too and is no different.



Am I missing something that I did not do in the footer.ascx page or styles.css page.





here is my code for the footer.asx page that calls the styles.css position properties:

<%@ Control Language="VB" AutoEventWireup="false" CodeFile="Footer.ascx.vb" Inherits="BVModules_Themes_Bvc5_Footer" %>
<%@ Register Src="../../Controls/CustomPagesDisplay.ascx" TagName="CustomPagesDisplay"
TagPrefix="uc2" %>
<%@ Register Src="../../Controls/PoweredBy.ascx" TagName="PoweredBy" TagPrefix="uc1" %>


<link href="../../../BVModules/Themes/Bvc5/styles.css" rel="stylesheet" type="text/css" />

<div id="footer">
<div id="footernavmenu">
<ul>
<li>
<asp:HyperLink ID="lnkHome" runat="server" NavigateUrl="~/Default.aspx"/></li>
<li>
<asp:HyperLink ID="lnkCart" runat="server" NavigateUrl="~/Cart.aspx"/></li>
<li>
<asp:HyperLink ID="lnkMyAccount" runat="server" NavigateUrl="~/myaccount_orders.aspx"/></li>
<li>
<asp:HyperLink ID="lnkContactUs" runat="server" NavigateUrl="~/ContactUs.aspx"/></li>
<li>
<asp:HyperLink ID="lnkPrivacyPolicy" runat="server" NavigateUrl="~/Privacy.aspx"/></li>
<li>
&lt;asp:HyperLink ID="lnkabout<b>
Us" runat="server" NavigateUrl="~/aboutUs.aspx"/&gt;&lt;/li&gt;
&lt;li&gt;
&lt;asp:HyperLink ID="lnkMemoryFinder" runat="server" NavigateUrl="~/MemoryFinder.aspx"/&gt;&lt;/li&gt;
&lt;li&gt;
&lt;asp:HyperLink ID="lnkConditionDefinitions" runat="server" NavigateUrl="~/ConditionDefinitions.aspx"/&gt;&lt;/li&gt;
&lt;li&gt;
&lt;asp:HyperLink ID="lnkSearch" runat="server" NavigateUrl="~/Search.aspx"/&gt;&lt;/li&gt;
&lt;li&gt;
&lt;asp:HyperLink ID="lnkSiteMap" runat="server" NavigateUrl="~/Sitemap.aspx"/&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;uc2:CustomPagesDisplay id="CustomPagesDisplay1" runat="server"&gt;
&lt;/uc2:CustomPagesDisplay&gt;
&lt;/div&gt;</B>

[color=red>&lt;DIV]&lt;asp:AdRotator id="AdRotator" Target="_self" AdvertisementFile="advt.xml" runat="server"/&gt;
&lt;/div&gt;
&lt;DIV class="rightad"&gt;
&lt;asp:AdRotator id="AdRotator1" Target="_self" AdvertisementFile="advt1.xml" runat="server"/&gt;
&lt;/div&gt;[/color]



&lt;div id="footercopyright"&gt;
Copyright 2005-2006 BV Software LLC/ Daniel's Mod&lt;/div&gt;
&lt;uc1:PoweredBy ID="PoweredBy1" runat="server" /&gt;
&lt;/div&gt;




here is my styles.css code that positions the ad rotators:

[color=red>.leftad].rightad {position: inherit; width: ; top: 690px; left: 720px; background-color: #FFFFFF; height:10%; float:right}[/color]

[color=#ff0000></FONT>



<FONT color=black>Dan



daniel attached the following image(s):
positioning of ad rotators correctly.gif (99kb) downloaded 52 time(s).

You cannot view/download attachments. Try to login or register.
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012