CSS - Position Relevant In Firefox
Im creating a website for somebody and using CSS for positioning.
Ive created a main content container which is a DIV and have several child DIVS which are the content themselves. The problem I am positioning the divs using relevant positioning but in firefox the webpage is still leaving lots of space underneath the positioned divs like they are stacked on top of each other. Safari isnt giving me this problem and I havent even looked at it in IE so i dont know yet. But could somebody please tell me how I can get firefox to get rid of all the space underneath because my DIVS are not stacked. http://christopher-ball.com/Craig/ visit that in firefox and you will see what I mean, theres a big chunk of red UNDER the footer that shouldnt be there. If i take out the awards and sponsors DIVS then the block disappears. Similar Tutorialshello, I'm trying to build a website, I'm new to the CSS design, an html version of the site is here (it will later be converted to a joomla template) i managed to fix the position for firefox, almost but not for IE.. can you tell me what i have wrong and how to fix it? the CSS is here thank you ok, so this is driving me insane right now. I have a page, all divs, all positions absolute. Everything is working perfectly except two divs, which should line up 157px from the top, do so only in firefox, safari and netscape, and for some reason they are 8 pixels off in IE. If I change the position to 149px, then it lines up perfectly in IE, but 8 pixels too high (and then of course behind other stuff in firefox, etc.). Here is the SITE, and here is the CSS If someone could please help me out here, I would be overwhelmingly grateful. Thanks in advance for any help anyone can offer. Hi: I'd like to ask you why my image sit in different position from IE and Firefox browser. my code as following; PHP Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <style type="text/css"> #image{ position: absolute; right: 18px; top: -10px; padding:0; border: 2px dashed red; } #img1{ position: relative; padding: 0; border: 2px dashed #32ed19; margin:auto; } </style> </head> <body> <div id="image"> <img id="img1" src="firstcar.JPG" alt="myfirstcar"> </div> </body> </html> Hi, I have to get background position of image from a css class in a javascript function. [CODE] abc.button { width: 47px; background-image: url(../bt/save.gif); background-position: 0 -123px; } [CODE] I am able to get it in IE using backgroundPositionX and backgroundPositionY [CODE} var x = document.getElementById('abc').currentStyle.backgroundPositionX; var y = document.getElementById('abc').currentStyle.backgroundPositionY; [CODE} But I am not able to get the background position in FireFox. Is there a way to get background position of image in Firefox. Thanks Could somone please tell me what is the issue with the navigation on the left hand side on this page. It looks ok in IE but in Firefox it is sticking out into the main page area? http://www.santarosadentist.com/santa-rosa-dentist.asp Thanks. That's about the height of it. I have been trying to pick colours for the site I'm playing with. I can't find any pastal (my preference - not necessarily the best, I'm still learning) colours I like in the Web Safe Colours. So, I started snooping around the internet . . . mostly to find out how bad it is that I'm not considering IE 5.x when developing. I found this information at Upsdell: Browser News and it appears to be dated Nov 19th 2005. It suggests that ~1% are restricted to the 256 colours. Is this site reputable for information accuracy and is it reasonable to conclude that web safe colours are a thing of the past? Cheers! The CSS background-position: right; is not working in Firefox/Netscape, and just aligns the background image to the left. Know why? Hi, I have been beating my head against the wall here. My video position in firefox shows up over top of my other nested divs/classes. www.binaryshopper.com The site renders perfect in IE. When you spend more time on CSS than programming, something is wrong! I love CSS but it still doesn't do what it was intended to do. After years of CSS, you still have better control over layout using crappy tables!! Can someone please help me here before I start shooting Firefox developers? I have having issues with IE displaying my page wrong. The page is http://]http://tampabay-online.org/cetr/about.php (or any page within that site) and the css can be found at http://tampabay-online.org/cetr/cetr.css It displays fine in Firefox and Opera but IE makes the content class lower from the top than the #right navigation bar (they should both be 20 pixels form the top) Any help much appreciated. Code: .content { position:relative; width:320px; margin-left: 125px; margin-top: 20px; border:1px solid black; background-color:white; padding:10px; z-index:3; } #right { position:absolute; width:200px; top:20px; left:500px; border:1px solid black; background-color:white; padding:10px; z-index:1; } I am desperate. I think I found a bug in Firefox, and I'm not sure how to work around it. The following code works in everything (IE 8, Chrome, Safari, Opera) except Firefox (version 3.6.3). Am I doing something wrong, or is this a bug in Firefox? You can look what happens to the drop-down menu's on Menu 2 and 3 live by going to my site (deenfoxx dot com slash firefox-bug dot html). css Code: Original - css Code #main-nav { background-color: black; height: 40px; } #nav { position: relative; margin: 0; padding: 0; } #nav li { position: relative; float: left; display: table; width: 99px; height: 40px; border-right: 1px solid white; text-align: center; font-size: 10px; } #nav li:hover { background-color: darkred; } #nav a { display: table-cell; vertical-align: middle; line-height: 11px; font-weight: bold; text-decoration: none; color: #fff; } #nav li ul { position: absolute; padding: 0; background-color: gray; top: 40px; left: 0px; } #nav li ul li { width: 98px; border: 0; border-top: 1px solid white; } #main-nav html4strict Code: Original - html4strict Code <div id="main-nav"> <ul id="nav"> <li id="m1"><a href="#1">Main Menu 1</a></li> <li> <a href="#2">Main Menu 2</a> <ul> <li><a href="#2a">Sub-Category 1</a></li> <li><a href="#2b">Sub-Category<br/>with multiple lines</a></li> </ul> </li> <li> <a href="#3">Main Menu 3 with multiple lines</a> <ul> <li><a href="#3a">Sub-Category 2</a></li> </ul> </li> <li><a href="#4">Main Menu item which has a really long name on it</a></li> </ul> </div> <div id="main-nav"> The problem appears to be that "#nav li" happens to have position:relative; and a display:table; and "#nav li ul" is position:absolute;. Normally, absolute positioning requires its parent or ancestor position to be set, but when used with the table display, it doesn't work normally on Firefox--but it does on other browsers. Can someone help me with a workaround that does not involve altering the HTML? If I must, I will accept a workaround that requires changing the HTML, but I'll have to do some heavy duty recoding of Magento's core menu generation. Anyone that knows Magento knows I want to avoid that like the plague--my example is a very simplified version of the problem. How to make div stick to top of a page and align center Hei ppl. i am begenning of designing in css but i have a problem.. i have my website www.zyxep.net/byensguf/ i have that div in the bottom under the text "footer" that <div> do i need to get over the header image to the right.. so the right side of the login field is flush with the right side of the border.. and i need it to stay on that position in every size of the users screen.. min. 800x600 max. anything.. here is my css code: Code: body { text-align: center; /* center things in pre-IE6 */ margin: 0px auto; } #container { margin: 0px auto; left:150px; top:0px; width:760px; height:420px; z-index:1; border-left: 1px solid black; border-right: 1px solid black; } #header { margin: 0px auto; left:0px; top:0px; width:760px; height:200px; z-index:2; background-image: url(images/logo.jpg); border-bottom: 1px solid black; } #menu { margin: 0px auto; left:0px; top:200px; width:760px; height:20px; z-index:3; border-bottom: 1px solid black; } #content { margin: 0px auto; left:0px; top:220px; width:760px; height:180px; z-index:4; border-bottom: 1px solid black; } #footer { margin: 0px auto; left:0px; top:400px; width:760px; height:20px; z-index:5; } #login { margin: 0px auto; left:760px; top:15px; width:400px; height:50px; z-index:6; } #username { width: 100px; background-color: transparent; border: 1px solid black; } #password { width: 100px; background-color: transparent; border: 1px solid black; } #loginsubmit { width: 100px; background-color: transparent; border: 1px solid black; } and my index.php Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML> <HEAD> <TITLE>ByensGuf.dk - Byens bedste guf</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="Generator" CONTENT="EditPlus"> <META NAME="Author" CONTENT="zyxep"> <META NAME="Keywords" CONTENT="zyxep, zyxep.net, portfolio"> <META NAME="Description" CONTENT="zyxep.net - portfolio"> <meta name="REVISIT-AFTER" content="1 DAYS"> <LINK REL="stylesheet" HREF="style.css" TYPE="text/css"> </head> <body> <div id="container"> <div id="header"></div> <div id="menu">menu</div> <div id="content">content</div> <div id="footer">Footer</div> <div id="login"> <form action="login.php" method="post"> <div> <input type="text" name="username" id="username"> <input type="password" name="password" id="password"> <input type="submit" value="login" id="loginsubmit"> </div> </form></div> </div> </body> </html> plz help me.. i am so confused Hello, I am having trouble understanding the positioning within CSS. I.E. the relative/absolute positions. I am creating a site with 1 banner and 2 columns underneath, all centered. The 2nd column I want to be right beside the left coumn. so it simply goes like So depending on where left is on the page, the main is always literally right beside it. Anyone have any suggested reads on this? Please look at this page in IE, http://www.atramember.com then in Firefox. THe navigation up at the top is all messed up and I can't figure out why (messed up in FF). Thanks. Tom Alright here goes. I just redesigned my website. To see how it *SHOULD* display, use Mozilla, Safari, etc... Use Internet Explorer on Windows to see how it displays incorrectly. The first way that I wanted to do it was to have everything either float: left; or float: right; and then use relative positioning on the left menu to bump it left. The problem with this is that Internet Explorer didn't want to do that and since I'm designing with every internet user in mind, I must make everything viewable for eve I assume that the problem lies with the stylesheet in these two sections... Code: #menu { position: absolute; top: 115px; left: 145px; width: 50px; padding-right: 0px; padding-top: 0px; text-align: left; font-family: LucidaGrande, Lucida, Helvetica, Arial, sans-serif; margin-top: 0px; voice-family: "\"}\""; voice-family: inherit; z-index: 200; } a.tab, a.tab:link { background-color: #222222; border: 1px solid #EFEFEF; padding: 12px 0em 12px 10px; font-size: 14px; color: #FFFFFF; font-weight: bold; float: left; width: 95px; margin: 5px 0px 5px 0px; text-decoration: none; } a.tab:visited { color: #FFFFFF; } a.tab:hover { background-color: #666666; color: #FFFFFF; } a.tab:active { color: #FFFFFF; } a.tab.activeTab, a.activeTab:link { border-right-width: 0px; width: 100px; background-color: #000000; } and Code: .rightContent { float: right; width: 535px; background-color: #000000; border: 1px solid #EFEFEF; margin-left: 0px; margin-bottom: 10px; margin-left: 0px; margin-right: 5px; text-align: center; color: #FFFFFF; } The (X)HTML for this section looks like this... Code: <div id="menu"> <a class="tab activeTab" href="http://www.paularms.com">Home</a><br /> <a class="tab" href="http://www.paularms.com/archives.html">Archives</a><br /> <a class="tab" href="http://www.paularms.com/about/downloads.html">Downloads</a><br /> <a class="tab" href="http://www.paularms.com/about/tutorials.html">Tutorials</a><br /> <a class="tab" href="http://www.paularms.com/about/index.html">About</a><br /> </div> <div id="content"> <div class="rightContent"> .......... Does anyone know WHY Internet Explorer is displaying this wrong? Even more helpful would be HOW to fix the problem. Thanks everyone. I'm putting together a site using a CSS template, and hefty use of position: absolute. You can view it he http://www.goldenturmeric.com/layout.php The layout comes out great in FF 2.0 and IE 7. However, the main body of the site doesn't come out at all in IE 6. I've monkeyed around a little with changing to position: relative and a few other things and it completely throws it off. I'm sorry if I'm not doing this the right way or position: absolute is avoided or something. If so, I didn't know. Anyone's help is much appreciated. Hi, The following example is positioned as I want. Code: <div><label id="day">Day:</label><span> <input type="checkbox" name="day" value="1" />Sat <input type="checkbox" name="day" value="2" />Sun </span> </div> How do I make in next example <table> vertically aligned with <label> element? Right now <table> element is positioned next to it but way below <label> element. Code: <div><label id="lang_lbl">What languages do you speak?:</label> <span> <table><tr><td><input type="checkbox" name="lang" value="1" />English </td> <td><input type="checkbox" name="langs" value="2" />Spanish</td> </tr> </table> </span> </div> Thank you. Hi guys, I have a Photoshop sliced page. Needed to create a login area. Inserting a form tag sent all sliced images running for the hills...lol. I solved this with a div tag. Now the problem is that the text boxes for Username and Password do not alling correctly in all resolutions. It is as if the text boxes are floating, not anchored to the specified XY position. For example on the design PC IE7 all looks good. On my laptop also with IE7 text boxes are slightly to the right of where they should be. I am wandering if any one could help please. My code is below. Thanks. Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>Customer Zone</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script src="../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <style type="text/css"> <!-- body { background-image: url(../background.jpg); } #apDiv1 { position:absolute; width:164px; height:147px; z-index:1; left: 560px; top: 498px; float:none } .AccountNumber { font-size: 9px; font-style: normal; background-color: #151515; height: 19px; width: 148px; border: 1px solid #5C5C5C; font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; text-align: center; vertical-align: middle; } .EnterButton { top: 3px; right: 7px; position: relative; left: 92px; bottom: 20px; } .CheckButton { height: 10px; width: 10px; top: 75px; bottom: 15px; right: 10px; position: absolute; left: 0px; } .style1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; position: absolute; left: 11px; top: 75px; right: 10px; bottom: 15px; color: #999999; } --> </style> </head> <body bgcolor="#FFFFFF" topmargin="0" marginheight="0"> <!-- ImageReady Slices (customerzone.psd) --> <table width="777" height="681" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01"> <tr> <td colspan="30"> <img src="images/up.jpg" width="776" height="24" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="24" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/logos.jpg" width="215" height="157" alt="" /></td> <td rowspan="43"> <img src="images/r2.jpg" width="7" height="567" alt="" /></td> <td colspan="16" rowspan="7"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','524','height','292','src','../../../flash/6048','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','../../../flash/6048' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="524" height="292"> <param name="movie" value="../../../flash/6048.swf" /> <param name="quality" value="high" /> <embed src="../../../flash/6048.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="524" height="292"></embed> </object></noscript></td> <td rowspan="46"> <img src="images/customerzone_05.jpg" width="30" height="656" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="157" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/q1.jpg" width="215" height="7" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="7" alt="" /></td> </tr> <tr> <td rowspan="2"> <img src="images/q1-08.jpg" width="30" height="107" alt="" /></td> <td colspan="2"> <img src="images/x10.jpg" width="59" height="94" alt="" /></td> <td colspan="9" rowspan="2"> <img src="images/q1-10.jpg" width="126" height="107" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="94" alt="" /></td> </tr> <tr> <td colspan="2"> <img src="images/q1-11.jpg" width="59" height="13" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="13" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/q2.jpg" width="215" height="7" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="7" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/q3.jpg" width="215" height="5" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td colspan="12" rowspan="4"> <img src="images/lnews.jpg" width="215" height="24" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="9" alt="" /></td> </tr> <tr> <td colspan="16"> <img src="images/hr.jpg" width="524" height="12" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="12" alt="" /></td> </tr> <tr> <td colspan="10"> <img src="images/customerzone_15.jpg" width="335" height="2" alt="" /></td> <td colspan="5" rowspan="6"> <img src="images/h1.jpg" width="176" height="21" alt="" /></td> <td rowspan="33"> <img src="images/customerzone_17.jpg" width="13" height="258" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td colspan="2" rowspan="8"> <img src="images/customerzone_18.jpg" width="18" height="67" alt="" /></td> <td rowspan="3"> <img src="images/1.jpg" width="10" height="8" alt="" /></td> <td colspan="7" rowspan="8"> <img src="images/customerzone_20.jpg" width="307" height="67" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="1" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/a1.jpg" width="215" height="4" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="4" alt="" /></td> </tr> <tr> <td colspan="12" rowspan="2"> <img src="images/customerzone_22.jpg" width="215" height="5" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="3" alt="" /></td> </tr> <tr> <td rowspan="5"> <img src="images/customerzone_23.jpg" width="10" height="59" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td colspan="2" rowspan="10"> <img src="images/customerzone_24.jpg" width="32" height="117" alt="" /></td> <td colspan="3" rowspan="7"> <img src="images/sunset.jpg" width="59" height="90" alt="" /></td> <td colspan="7" rowspan="2"> <img src="images/customerzone_26.jpg" width="124" height="17" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="9" alt="" /></td> </tr> <tr> <td colspan="5"> <img src="images/customerzone_27.jpg" width="176" height="8" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="8" alt="" /></td> </tr> <tr> <td rowspan="8"> <img src="images/customerzone_28.jpg" width="8" height="100" alt="" /></td> <td> <img src="images/sdc.jpg" width="8" height="7" alt="" /></td> <td colspan="5" rowspan="6"> <img src="images/customerzone_30.jpg" width="108" height="78" alt="" /></td> <td rowspan="26"> <img src="images/customerzone_31.jpg" width="8" height="229" alt="" /></td> <td rowspan="3"> <img src="images/s1.jpg" width="50" height="50" alt="" /></td> <td colspan="3" rowspan="20"> <img src="images/customerzone_33.jpg" alt="" width="118" height="207" border="0" usemap="#Map" /></td> <td> <img src="images/spacer.gif" width="1" height="7" alt="" /></td> </tr> <tr> <td rowspan="7"> <img src="images/customerzone_34.jpg" width="8" height="93" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="33" alt="" /></td> </tr> <tr> <td rowspan="24"> <img src="images/customerzone_35.jpg" width="15" height="189" alt="" /></td> <td colspan="5" rowspan="11"> <img src="images/pic1.jpg" width="161" height="105" alt="" /></td> <td colspan="3" rowspan="11"> <img src="images/dx.jpg" width="153" height="105" alt="" /></td> <td rowspan="24"> <img src="images/customerzone_38.jpg" width="6" height="189" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="10" alt="" /></td> </tr> <tr> <td> <img src="images/customerzone_39.jpg" width="50" height="13" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="13" alt="" /></td> </tr> <tr> <td rowspan="6"> <img src="images/s2.jpg" alt="" width="50" height="49" border="0" usemap="#Map2" /></td> <td> <img src="images/spacer.gif" width="1" height="10" alt="" /></td> </tr> <tr> <td colspan="3" rowspan="3"> <img src="images/customerzone_41.jpg" width="59" height="27" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td rowspan="2"> <img src="images/customerzone_42.jpg" width="38" height="22" alt="" /></td> <td colspan="2"> <img src="images/more.jpg" width="60" height="15" alt="" /></td> <td colspan="2" rowspan="2"> <img src="images/customerzone_44.jpg" width="10" height="22" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="15" alt="" /></td> </tr> <tr> <td colspan="2"> <img src="images/customerzone_45.jpg" width="60" height="7" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="7" alt="" /></td> </tr> <tr> <td colspan="11"> <img src="images/beetwen.jpg" width="214" height="4" alt="" /></td> <td rowspan="21"> <img src="images/customerzone_47.jpg" width="1" height="137" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="4" alt="" /></td> </tr> <tr> <td colspan="11" rowspan="2"> <img src="images/customerzone_48.jpg" width="214" height="13" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="8" alt="" /></td> </tr> <tr> <td rowspan="2"> <img src="images/customerzone_49.jpg" width="50" height="10" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td colspan="2" rowspan="18"> <img src="images/customerzone_50.jpg" width="32" height="120" alt="" /></td> <td colspan="2" rowspan="9"> <img src="images/duck.jpg" width="58" height="90" alt="" /></td> <td colspan="7" rowspan="11"> <img src="images/customerzone_52.jpg" width="124" height="98" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td rowspan="4"><img src="images/s3.jpg" width="50" height="49" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="23" alt="" /></td> </tr> <tr> <td colspan="8"> <img src="images/customerzone_54.jpg" width="314" height="3" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="3" alt="" /></td> </tr> <tr> <td rowspan="12"><div id="apDiv1" style=".UserNamePassword"> <form action="../../security/redirect.php" method="post" name="UserAccess" id="UserAccess"> <p> <input name="username" type="text" class="AccountNumber" id="AccountNumber" maxlength="16"> </p> <p> <input name="password" type="password" class="AccountNumber" id="Password" maxlength="16"> <br> <INPUT NAME="submit" TYPE="image" class="EnterButton" VALUE="Login" src="images/customerzone_75.jpg"> <font size="1" color="#5c5c5c"> <input name="remember" type="checkbox" class="CheckButton" value="Yes"> </font> </font> <span class="style1">Remember Me</span> </form> </div> <img src="images/customerzone_55.jpg" width="3" height="81" alt="" /></td> <td colspan="3"> <img src="images/customerzone_56.jpg" width="148" height="18" alt="" /></td> <td colspan="4" rowspan="7"> <img src="images/customerzone_57.jpg" width="163" height="65" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="18" alt="" /></td> </tr> <tr> <td colspan="3" rowspan="3"> <img src="images/customerzone_58.jpg" width="148" height="22" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td> <img src="images/customerzone_59.jpg" width="50" height="8" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="8" alt="" /></td> </tr> <tr> <td rowspan="8"> <img src="images/s4.jpg" width="50" height="49" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="9" alt="" /></td> </tr> <tr> <td colspan="3"> <img src="images/customerzone_61.jpg" width="148" height="17" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="17" alt="" /></td> </tr> <tr> <td colspan="3" rowspan="3"> <img src="images/customerzone_62.jpg" width="148" height="10" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td colspan="2" rowspan="9"> <img src="images/customerzone_63.jpg" width="58" height="30" alt="" /></td> <td rowspan="6"> <img src="images/customerzone_64.jpg" width="49" height="22" alt="" /></td> <td> <img src="images/customerzone_65.jpg" width="60" height="6" alt="" /></td> <td rowspan="6"> <img src="images/customerzone_66.jpg" width="9" height="22" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="6" alt="" /></td> </tr> <tr> <td colspan="2" rowspan="5"> <img src="images/customerzone_67.jpg" width="94" height="16" alt="" /></td> <td rowspan="2"> <img src="images/customerzone_68.jpg" width="55" height="8" alt="" /></td> <td rowspan="5"> <img src="images/customerzone_69.jpg" width="14" height="16" alt="" /></td> <td rowspan="5"> <img src="images/customerzone_70.jpg" width="60" height="16" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td colspan="4" rowspan="7"> <img src="images/customerzone_71.jpg" width="55" height="22" alt="" /></td> <td rowspan="2"> <img src="images/customerzone_72.jpg" width="58" height="11" alt="" /></td> <td colspan="2" rowspan="7"> <img src="images/customerzone_73.jpg" width="11" height="22" alt="" /></td> <td colspan="2" rowspan="4"> <img src="images/customerzone_74.jpg" width="92" height="14" alt="" /></td> <td rowspan="2"> <img src="images/customerzone_75.jpg" width="56" height="11" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="6" alt="" /></td> </tr> <tr> <td rowspan="3"> <img src="images/customerzone_76.jpg" width="55" height="8" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="5" alt="" /></td> </tr> <tr> <td rowspan="5"> <img src="images/customerzone_77.jpg" width="58" height="11" alt="" /></td> <td rowspan="2"> <img src="images/customerzone_78.jpg" width="56" height="3" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td> <img src="images/customerzone_79.jpg" width="50" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="1" alt="" /></td> </tr> <tr> <td colspan="16"> <img src="images/tak.jpg" width="524" height="3" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="3" alt="" /></td> </tr> <tr> <td colspan="16" rowspan="2"> <img src="images/ss.jpg" width="524" height="5" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="2" alt="" /></td> </tr> <tr> <td> <img src="images/r1.jpg" width="7" height="3" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="3" alt="" /></td> </tr> <tr> <td colspan="12"> <img src="images/over.jpg" width="215" height="22" alt="" /></td> <td colspan="17"> <img src="images/ddd.jpg" width="531" height="22" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="22" alt="" /></td> </tr> <tr> <td colspan="29"> <img src="images/customerzone_85.jpg" alt="" width="746" height="64" border="0" usemap="#Map3" /></td> <td> <img src="images/spacer.gif" width="1" height="64" alt="" /></td> </tr> <tr> <td> <img src="images/spacer.gif" width="30" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="2" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="57" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="8" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="8" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="38" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="58" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="2" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="9" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="1" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="7" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="15" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="3" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="10" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="82" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="56" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="10" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="84" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="55" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="14" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="6" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="8" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="50" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="49" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="60" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="9" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="13" height="1" alt="" /></td> <td> <img src="images/spacer.gif" width="30" height="1" alt="" /></td> <td></td> </tr> </table> <div align="center"> <!-- End ImageReady Slices --> </div> <map name="Map"><area shape="rect" coords="-48,81,51,89" href="mailto:info@raeonimages.com" /> </map> <map name="Map2"><area shape="rect" coords="12,16,53,28" href="mailto:info@raeonimages.com" /> </map> <map name="Map3"><area shape="rect" coords="622,8,704,23" href="../termsandconditions/termsandconditions.html" /> </map></body> </html> |