|
Post by Shelly on Jun 16, 2007 20:58:23 GMT -5
Can someone check this for me and let me know if the layer is positioned correctly or not? (Note: Links dont work) Click Here Im just hoping that the layer will work. Is there a way to anchor it to a spot at all?
|
|
|
Post by Maya on Jun 16, 2007 21:04:29 GMT -5
It shows up just fine when I look at it in opera!
|
|
|
Post by Shelly on Jun 16, 2007 21:07:54 GMT -5
Good cuz on this computer its way off and on my computer it isnt *scatches head* Next step is getting on the pages done... horse-wise. lol. I have all the info copied now I just have to go make the pages.
|
|
|
Post by Nicole on Jun 16, 2007 21:31:37 GMT -5
It is off center for me... on IE... hmm. I have no idea what you can do, but it's off center for me, wonderful site though!
|
|
|
Post by Shelly on Jun 16, 2007 21:44:38 GMT -5
I have IE too... dang it. Ugh... any idea on how to anchor a layer into position anyone?
|
|
|
Post by Rainbow on Jun 16, 2007 22:23:40 GMT -5
Hm... odd. I too have IE, and it looks perfectly centred to me. Odd...
|
|
|
Post by dana on Jun 17, 2007 9:00:06 GMT -5
I'm using Opera and it's too far to the right... odd... Looks like a nice layout though
|
|
|
Post by Gwen on Jun 17, 2007 9:55:49 GMT -5
It looks fine to me in FF Looks nice!
|
|
|
Post by Shelly on Jun 17, 2007 10:43:49 GMT -5
Its still not showing up for me correctly... dang it. Any suggestions on how to get the layer in position correctly?
EDIT: Can you look at it now?
|
|
|
Post by Maya on Jun 17, 2007 11:10:42 GMT -5
Still looks good for me If it's still being abastard, post your code and I'll look over it. You can probably use position:absolute in your css to fix it... or just stick the thing in a table or a div
|
|
|
Post by Shelly on Jun 17, 2007 12:42:22 GMT -5
Here is the code (its not CSS)
<html> <head> <title>Champion's Bid Ranch [] Life in the fastlane just got faster</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <script language="JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); // --> </script> </head>
<body bgcolor="#FFFFFF" text="#006699" link="#006699" alink="#006699" vlink="#006699"> <div align="center"><a name="layer"></a><img src="../../../../../Program%20Files/Macromedia/Dreamweaver%204/Lessons/Lesson%20Files/cbrpic2.PNG" width="593" height="859" usemap="#Map" border="0"> <map name="Map"> <area shape="rect" coords="20,283,78,313" href="index.htm"> <area shape="rect" coords="92,283,192,312" href="racehorses.htm"> <area shape="rect" coords="204,286,286,311" href="stallions.htm"> <area shape="rect" coords="298,281,357,311" href="mares.htm"> <area shape="rect" coords="368,283,477,311" href="youngstock.htm"> <area shape="rect" coords="489,282,567,310" href="gelding.htm"> </map> </div> <div style="position:absolute; left:350px; top:330px; width:550px; height:470px; background-color:#ffffff; overflow:auto; scrollbar-face-color : #006699; scrollbar-highlight-color : #000000; scrollbar-3dlight-color : #006699; scrollbar-shadow-color : #000000; scrollbar-darkshadow-color : #000000; scrollbar-track-color : #000000; scrollbar-arrow-color : #000000;"> <div align="center"> <p><font face="Arial" size="3" color="#006699">Welcome to Champion's Bid Ranch!</font></p> <p><font face="Arial" size="3" color="#006699">Here we raise a variety of breeds. We have Western performing Stock & Morgans, Thoroughbred Racehorses, some Jumpers and English performing horses. Our pride rests on our racehorse stock. We couldnt be prouder of them! We're one of the few approved racehorse trainers in BITS. </font></p> <p><font face="Arial" size="3" color="#006699">Champion's Bid Ranch started as a mini-barn of Diamond Elite Farm (owned by Jen) and became a full-scale private barn a month or so later. When we started, we had just our stock horses and it grew with the purchase of Arctic Owl, our first racehorse, and has continued on since then. </font></p> <p><font face="Arial" size="3" color="#006699">Today we're the happy owners of Thoroughbreds, Morgans, Stock, Arabians, some Warmbloods, a pony or two, and a French Trotter mare that is shown in Hunters!</font></p> <p><font face="Arial" size="3" color="#006699"><b>Our Horses... Our News</b><br> Smithy Lake placed second in the Preakness Stakes and Belmont Stakes after missing the Kentucky Derby. We're proud of him! Hopefully next year we'll have our own Crown winner in our up and coming 2 year old stock!</font></p> <p><font face="Arial" size="3" color="#006699">Arctic Owl's winning streak came to an end during the June 15th racemeets. He has been winning since we purchased him. All great horses have to loose once, right? Man O' War, Barbaro...</font></p> <p><font face="Arial" size="3" color="#006699">The Bits Reining and Cutting Association's points came out and CB Hickory Frost and CB Aint Nothing Like It are doing great!</font></p> <p><font face="Arial" size="3" color="#006699">Cresent Moon's training has been going very well! We're hoping for another champion racehorse out of her!</font></p> <p><font face="Arial" size="3" color="#006699">Cat's Charm, one of our three year olds, has won his first race!</font></p> </div> </div> </body> </html>
|
|
|
Post by Maya on Jun 17, 2007 12:47:09 GMT -5
Hm. You've already got a position absolute in there... how about trying a table? Put the image in one row, then the div in the next?
|
|
|
Post by Shelly on Jun 17, 2007 12:56:14 GMT -5
I dont know...
|
|
|
Post by Maya on Jun 17, 2007 16:03:03 GMT -5
Or, actually, try taking the position thing (position, left, and top) completely out of the CSS and see if the divs stack. Otherwise, a table is your only option.
|
|
|
Post by Shelly on Jun 18, 2007 9:55:44 GMT -5
I dunno... its nowhere near the picture now.
|
|
|
Post by Shelly on Jun 18, 2007 11:13:58 GMT -5
|
|
|
Post by Nicole on Jun 18, 2007 12:52:17 GMT -5
Looks great now Shellz!
|
|
|
Post by Shelly on Jun 18, 2007 13:00:47 GMT -5
Yeah lol
|
|
|
Post by Rainbow on Jun 18, 2007 14:10:57 GMT -5
Erm... somehow I don't think it's supposed to be off to the left. And somehow, I REALLY don't think that all the text is supposed to be below the box thingy... =(
|
|
|
Post by dana on Jun 18, 2007 14:17:01 GMT -5
Rainbow, click the link in Shelly's post three above yours Looks great Shelly!
|
|
|
Post by Shelly on Jun 18, 2007 14:49:13 GMT -5
|
|
|
Post by Rainbow on Jun 18, 2007 15:05:30 GMT -5
Oooooh... Haha, just kidding, everyone... =P *feels stupid* Yep yep, it looks fine and dandy now! Yay! Very pretty, Shelly.
|
|
|
Post by Nicole on Jun 18, 2007 16:08:59 GMT -5
It's ok Rainbow, we all get those moments I seem to get them at an uncontrolled rate though....
|
|
|
Post by Shelly on Jun 19, 2007 8:46:38 GMT -5
lol thanks Now I just have to finish all the pages and get show records... oh crappers I have to get one page done ASAP. lol.
|
|