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>
<asp:HyperLink ID="lnkabout<b>Us" runat="server" NavigateUrl="~/about
Us.aspx"/></li>
<li>
<asp:HyperLink ID="lnkMemoryFinder" runat="server" NavigateUrl="~/MemoryFinder.aspx"/></li>
<li>
<asp:HyperLink ID="lnkConditionDefinitions" runat="server" NavigateUrl="~/ConditionDefinitions.aspx"/></li>
<li>
<asp:HyperLink ID="lnkSearch" runat="server" NavigateUrl="~/Search.aspx"/></li>
<li>
<asp:HyperLink ID="lnkSiteMap" runat="server" NavigateUrl="~/Sitemap.aspx"/>
</li>
</ul>
<uc2:CustomPagesDisplay id="CustomPagesDisplay1" runat="server">
</uc2:CustomPagesDisplay>
</div></B>
[color=red><DIV]<asp:AdRotator id="AdRotator" Target="_self" AdvertisementFile="advt.xml" runat="server"/>
</div>
<DIV class="rightad">
<asp:AdRotator id="AdRotator1" Target="_self" AdvertisementFile="advt1.xml" runat="server"/>
</div>[/color] <div id="footercopyright">
Copyright 2005-2006 BV Software LLC/ Daniel's Mod</div>
<uc1:PoweredBy ID="PoweredBy1" runat="server" />
</div> 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.