tables and include files

  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 29th, 2007, 3:45 pm

no im having trouble editing it im just trying to make a template for now of the photoshop design and the with a template i can just add editable regions and then include files and use for other pages....i also have programs like webassist now that adds forms into your pages and easier if your pages are templates, but im mostly having trouble with getting the footer to move or expand when the above divs are expanded. please help with advise thanks dude...im new to the css div world and trying to practice designing and implementing some sites now using divs and tables inside divs for now with css
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post November 29th, 2007, 3:45 pm

  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 29th, 2007, 4:52 pm

im trying to make the footer move when the body or and div expands...
i know i need to change some of the css and get ride of some of the black spaces...but can anyone help

Code: [ Select ]
<html>
<head>
<title>index3</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- ImageReady Styles (index3.psd) -->
<style type="text/css">
<!--

#Table_01 {
    position:absolute;
    left:0px;
    top:0px;
    width:775px;
    height:735px;
}

#container {
    position:absolute;
    left:0px;
    top:0px;
    width:25px;
    height:667px;
}

#logo {
    position:absolute;
    left:25px;
    top:0px;
    width:175px;
    height:98px;
}

#container003 {
    position:absolute;
    left:200px;
    top:0px;
    width:254px;
    height:98px;
}

#topNav {
    position:absolute;
    left:454px;
    top:0px;
    width:297px;
    height:98px;
}

#container005 {
    position:absolute;
    left:751px;
    top:0px;
    width:24px;
    height:667px;
}

#index3-06 {
    position:absolute;
    left:25px;
    top:98px;
    width:725px;
    height:12px;
}

#container007 {
    position:absolute;
    left:750px;
    top:98px;
    width:1px;
    height:569px;
}

#header {
    position:absolute;
    left:25px;
    top:110px;
    width:550px;
    height:233px;
}

#search {
    position:absolute;
    left:575px;
    top:110px;
    width:175px;
    height:263px;
}

#navMenu {
    position:absolute;
    left:25px;
    top:343px;
    width:550px;
    height:30px;
}

#featuredHomes {
    position:absolute;
    left:25px;
    top:373px;
    width:174px;
    height:294px;
}

#index3-12 {
    position:absolute;
    left:199px;
    top:373px;
    width:376px;
    height:294px;
}

#index3-13 {
    position:absolute;
    left:575px;
    top:373px;
    width:175px;
    height:216px;
}

#container014 {
    position:absolute;
    left:575px;
    top:589px;
    width:175px;
    height:1px;
}

#index3-15 {
    position:absolute;
    left:575px;
    top:590px;
    width:175px;
    height:77px;
}

#footer {
    position:absolute;
    left:0px;
    top:667px;
    width:775px;
    height:68px;
}

-->
</style>
<!-- End ImageReady Styles -->
</head>
<body style="background-color:#FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
<!-- ImageReady Slices (index3.psd) -->
<div id="Table_01">
    <div id="container">
        <img src="templates/images/container.jpg" width="25" height="667" alt="">
    </div>
    <div id="logo"><img src="templates/images/logo.jpg" width="175" height="98" alt=""></div>
<div id="container003">
        <img src="templates/images/container-03.jpg" width="254" height="98" alt="">
    </div>
    <div id="topNav">
        <img src="templates/images/topNav.jpg" width="297" height="98" alt="">
    </div>
    <div id="container005">
        <img src="templates/images/container-05.jpg" width="24" height="667" alt="">
    </div>
    <div id="index3-06">
        <img src="templates/images/index3_06.jpg" width="725" height="12" alt="">
    </div>
    <div id="container007">
        <img src="templates/images/container-07.jpg" width="1" height="569" alt="">
    </div>
    <div id="header"><!-- TemplateBeginEditable name="header" --><img src="templates/images/header.jpg" width="550" height="233" alt=""><!-- TemplateEndEditable --></div>
<div id="search">
        <img src="templates/images/search.jpg" width="175" height="263" alt="">
    </div>
    <div id="navMenu">
        <img src="templates/images/navMenu.jpg" width="550" height="30" alt="">
    </div>
    <div id="featuredHomes">
        <img src="templates/images/featuredHomes.jpg" width="174" height="294" alt="">
    </div>
    <div id="index3-12"><!-- TemplateBeginEditable name="body" --><img src="templates/images/index3_12.jpg" width="376" height="294" alt=""><!-- TemplateEndEditable --></div>
    <div id="index3-13"><!-- TemplateBeginEditable name="testimonials" --><img src="templates/images/index3_13.jpg" width="175" height="216" alt=""><!-- TemplateEndEditable --></div>
<div id="container014">
        <img src="templates/images/container-14.jpg" width="175" height="1" alt="">
    </div>
    <div id="index3-15">
        <img src="templates/images/index3_15.jpg" width="175" height="77" alt="">
    </div>
    <div id="footer">
        <img src="templates/images/footer.jpg" width="775" height="68" alt="">
    </div>
</div>
<!-- End ImageReady Slices -->
</body>
</html>
  1. <html>
  2. <head>
  3. <title>index3</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <!-- ImageReady Styles (index3.psd) -->
  6. <style type="text/css">
  7. <!--
  8. #Table_01 {
  9.     position:absolute;
  10.     left:0px;
  11.     top:0px;
  12.     width:775px;
  13.     height:735px;
  14. }
  15. #container {
  16.     position:absolute;
  17.     left:0px;
  18.     top:0px;
  19.     width:25px;
  20.     height:667px;
  21. }
  22. #logo {
  23.     position:absolute;
  24.     left:25px;
  25.     top:0px;
  26.     width:175px;
  27.     height:98px;
  28. }
  29. #container003 {
  30.     position:absolute;
  31.     left:200px;
  32.     top:0px;
  33.     width:254px;
  34.     height:98px;
  35. }
  36. #topNav {
  37.     position:absolute;
  38.     left:454px;
  39.     top:0px;
  40.     width:297px;
  41.     height:98px;
  42. }
  43. #container005 {
  44.     position:absolute;
  45.     left:751px;
  46.     top:0px;
  47.     width:24px;
  48.     height:667px;
  49. }
  50. #index3-06 {
  51.     position:absolute;
  52.     left:25px;
  53.     top:98px;
  54.     width:725px;
  55.     height:12px;
  56. }
  57. #container007 {
  58.     position:absolute;
  59.     left:750px;
  60.     top:98px;
  61.     width:1px;
  62.     height:569px;
  63. }
  64. #header {
  65.     position:absolute;
  66.     left:25px;
  67.     top:110px;
  68.     width:550px;
  69.     height:233px;
  70. }
  71. #search {
  72.     position:absolute;
  73.     left:575px;
  74.     top:110px;
  75.     width:175px;
  76.     height:263px;
  77. }
  78. #navMenu {
  79.     position:absolute;
  80.     left:25px;
  81.     top:343px;
  82.     width:550px;
  83.     height:30px;
  84. }
  85. #featuredHomes {
  86.     position:absolute;
  87.     left:25px;
  88.     top:373px;
  89.     width:174px;
  90.     height:294px;
  91. }
  92. #index3-12 {
  93.     position:absolute;
  94.     left:199px;
  95.     top:373px;
  96.     width:376px;
  97.     height:294px;
  98. }
  99. #index3-13 {
  100.     position:absolute;
  101.     left:575px;
  102.     top:373px;
  103.     width:175px;
  104.     height:216px;
  105. }
  106. #container014 {
  107.     position:absolute;
  108.     left:575px;
  109.     top:589px;
  110.     width:175px;
  111.     height:1px;
  112. }
  113. #index3-15 {
  114.     position:absolute;
  115.     left:575px;
  116.     top:590px;
  117.     width:175px;
  118.     height:77px;
  119. }
  120. #footer {
  121.     position:absolute;
  122.     left:0px;
  123.     top:667px;
  124.     width:775px;
  125.     height:68px;
  126. }
  127. -->
  128. </style>
  129. <!-- End ImageReady Styles -->
  130. </head>
  131. <body style="background-color:#FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
  132. <!-- ImageReady Slices (index3.psd) -->
  133. <div id="Table_01">
  134.     <div id="container">
  135.         <img src="templates/images/container.jpg" width="25" height="667" alt="">
  136.     </div>
  137.     <div id="logo"><img src="templates/images/logo.jpg" width="175" height="98" alt=""></div>
  138. <div id="container003">
  139.         <img src="templates/images/container-03.jpg" width="254" height="98" alt="">
  140.     </div>
  141.     <div id="topNav">
  142.         <img src="templates/images/topNav.jpg" width="297" height="98" alt="">
  143.     </div>
  144.     <div id="container005">
  145.         <img src="templates/images/container-05.jpg" width="24" height="667" alt="">
  146.     </div>
  147.     <div id="index3-06">
  148.         <img src="templates/images/index3_06.jpg" width="725" height="12" alt="">
  149.     </div>
  150.     <div id="container007">
  151.         <img src="templates/images/container-07.jpg" width="1" height="569" alt="">
  152.     </div>
  153.     <div id="header"><!-- TemplateBeginEditable name="header" --><img src="templates/images/header.jpg" width="550" height="233" alt=""><!-- TemplateEndEditable --></div>
  154. <div id="search">
  155.         <img src="templates/images/search.jpg" width="175" height="263" alt="">
  156.     </div>
  157.     <div id="navMenu">
  158.         <img src="templates/images/navMenu.jpg" width="550" height="30" alt="">
  159.     </div>
  160.     <div id="featuredHomes">
  161.         <img src="templates/images/featuredHomes.jpg" width="174" height="294" alt="">
  162.     </div>
  163.     <div id="index3-12"><!-- TemplateBeginEditable name="body" --><img src="templates/images/index3_12.jpg" width="376" height="294" alt=""><!-- TemplateEndEditable --></div>
  164.     <div id="index3-13"><!-- TemplateBeginEditable name="testimonials" --><img src="templates/images/index3_13.jpg" width="175" height="216" alt=""><!-- TemplateEndEditable --></div>
  165. <div id="container014">
  166.         <img src="templates/images/container-14.jpg" width="175" height="1" alt="">
  167.     </div>
  168.     <div id="index3-15">
  169.         <img src="templates/images/index3_15.jpg" width="175" height="77" alt="">
  170.     </div>
  171.     <div id="footer">
  172.         <img src="templates/images/footer.jpg" width="775" height="68" alt="">
  173.     </div>
  174. </div>
  175. <!-- End ImageReady Slices -->
  176. </body>
  177. </html>
  • jameson5555
  • Bronze Robot
  • Bronze Member
  • User avatar
  • Joined: Oct 02, 2007
  • Posts: 575
  • Loc: Phoenix, AZ
  • Status: Offline

Post November 30th, 2007, 8:37 am

It's hard to really see what you're talking about without the images, but... are you saying you want the image you're using as the footer to expand when the page expands?

I wouldn't think your page would even be able to expand because you have everything set to fixed widths and absolute positioning.

This might help for starters. Change:
Code: [ Select ]
#Table_01 {
  position:absolute;
  left:0px;
  top:0px;
  width:775px;
  height:735px;
}
  1. #Table_01 {
  2.   position:absolute;
  3.   left:0px;
  4.   top:0px;
  5.   width:775px;
  6.   height:735px;
  7. }

to
Code: [ Select ]
#Table_01 {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:775px;
  height:735px;
}
  1. #Table_01 {
  2.   position:relative;
  3.   margin-left:auto;
  4.   margin-right:auto;
  5.   width:775px;
  6.   height:735px;
  7. }

That'll center your page.
phoenix web design
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 30th, 2007, 9:53 am

ok so how about the footer because right now to get that accomplished i am using a table within a div so when the body expands the footer will to...
and also sometime the page doesnt wanna scroll how can i fix this too...
like here:
http://www.getflap.com/userProperties_Update.php
  • jameson5555
  • Bronze Robot
  • Bronze Member
  • User avatar
  • Joined: Oct 02, 2007
  • Posts: 575
  • Loc: Phoenix, AZ
  • Status: Offline

Post November 30th, 2007, 10:40 am

olm75 wrote:
ok so how about the footer because right now to get that accomplished i am using a table within a div so when the body expands the footer will to...
and also sometime the page doesnt wanna scroll how can i fix this too...
like here:
http://www.getflap.com/userProperties_Update.php

You should just be able to set the footer width to
Code: [ Select ]
width:100%;

It looks like the page isn't scrolling in IE6.. if you just get rid of that "overflow:visible;" that you have in the body, that should fix it.
phoenix web design
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 30th, 2007, 3:58 pm

i want to make the footer move with the body when it extends downword...
here is my code all cleaned and filtered up i am trying to learn so here we go:
Code: [ Select ]
<html>
<head>
<!-- TemplateBeginEditable name="doctitle" -->
<title>index3</title>
<!-- TemplateEndEditable -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- ImageReady Styles (index3.psd) -->
<style type="text/css">
<!--

#container {
    position:absolute;
    left:0px;
    top:0px;
    width:775px;
    height:735px;
}

#left_blank {
    position:absolute;
    left:0px;
    top:0px;
    width:25px;
    height:667px;
}

#logo {
    position:absolute;
    left:25px;
    top:0px;
    width:175px;
    height:98px;
}

#leftBlank {
    position:absolute;
    left:200px;
    top:0px;
    width:254px;
    height:98px;
}

#topNav {
    position:absolute;
    left:454px;
    top:0px;
    width:297px;
    height:98px;
}

#rightBlank {
    position:absolute;
    left:751px;
    top:0px;
    width:24px;
    height:667px;
}

#topLineDivider {
    position:absolute;
    left:25px;
    top:98px;
    width:725px;
    height:12px;
}

#header {
    position:absolute;
    left:25px;
    top:110px;
    width:550px;
    height:233px;
}

#search {
    position:absolute;
    left:575px;
    top:110px;
    width:175px;
    height:263px;
}

#navMenu {
    position:absolute;
    left:25px;
    top:343px;
    width:550px;
    height:30px;
}

#featuredHomes {
    position:absolute;
    left:25px;
    top:373px;
    width:174px;
    height:294px;
}

#body {
    position:absolute;
    left:199px;
    top:373px;
    width:376px;
    height:294px;
}

#testimonials {
    position:absolute;
    left:575px;
    top:373px;
    width:175px;
    height:216px;
}

#constantContact {
    position:absolute;
    left:575px;
    top:590px;
    width:175px;
    height:77px;
}

#footer {
    position:absolute;
    left:0px;
    top:667px;
    width:775px;
    height:68px;
}

-->
</style>
<!-- End ImageReady Styles -->
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
</head>
<body style="background-color:#FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
<!-- ImageReady Slices (index3.psd) -->
<div id="container">
 <div id="logo"><img src="images/logo.jpg" width="175" height="98" alt=""></div>
<div id="leftBlank"></div>
<div id="topNav">
 <?php require_once('../topNav.php'); ?>
</div>
 <div id="rightBlank"></div>
<div id="topLineDivider">
        <img src="images/index3_06.jpg" width="725" height="12" alt="">
    </div>
    <div id="header"><!-- TemplateBeginEditable name="header" --><img src="images/header.jpg" width="550" height="233" alt=""><!-- TemplateEndEditable --></div>
<div id="search"><!-- TemplateBeginEditable name="search" --><img src="images/search.jpg" width="175" height="263" alt=""><!-- TemplateEndEditable --></div>
<div id="navMenu">
        <img src="images/navMenu.jpg" width="550" height="30" alt="">
 </div>
    <div id="featuredHomes"><!-- TemplateBeginEditable name="featuredHomes" --><img src="images/featuredHomes.jpg" width="174" height="294" alt=""><!-- TemplateEndEditable --></div>
 <div id="body"><!-- TemplateBeginEditable name="body" --><img src="images/index3_12.jpg" width="376" height="294" alt=""><!-- TemplateEndEditable --></div>
    <div id="testimonials"><!-- TemplateBeginEditable name="testimonials" --><img src="images/index3_13.jpg" width="175" height="216" alt=""><!-- TemplateEndEditable --></div>

<div id="constantContact"><!-- TemplateBeginEditable name="constantContact" --><img src="images/index3_15.jpg" width="175" height="77" alt=""><!-- TemplateEndEditable --></div>
<div id="footer">
 <?php require_once('../footerNav.php'); ?>
    </div>
</div>
<!-- End ImageReady Slices -->
</body>
</html>
  1. <html>
  2. <head>
  3. <!-- TemplateBeginEditable name="doctitle" -->
  4. <title>index3</title>
  5. <!-- TemplateEndEditable -->
  6. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  7. <!-- ImageReady Styles (index3.psd) -->
  8. <style type="text/css">
  9. <!--
  10. #container {
  11.     position:absolute;
  12.     left:0px;
  13.     top:0px;
  14.     width:775px;
  15.     height:735px;
  16. }
  17. #left_blank {
  18.     position:absolute;
  19.     left:0px;
  20.     top:0px;
  21.     width:25px;
  22.     height:667px;
  23. }
  24. #logo {
  25.     position:absolute;
  26.     left:25px;
  27.     top:0px;
  28.     width:175px;
  29.     height:98px;
  30. }
  31. #leftBlank {
  32.     position:absolute;
  33.     left:200px;
  34.     top:0px;
  35.     width:254px;
  36.     height:98px;
  37. }
  38. #topNav {
  39.     position:absolute;
  40.     left:454px;
  41.     top:0px;
  42.     width:297px;
  43.     height:98px;
  44. }
  45. #rightBlank {
  46.     position:absolute;
  47.     left:751px;
  48.     top:0px;
  49.     width:24px;
  50.     height:667px;
  51. }
  52. #topLineDivider {
  53.     position:absolute;
  54.     left:25px;
  55.     top:98px;
  56.     width:725px;
  57.     height:12px;
  58. }
  59. #header {
  60.     position:absolute;
  61.     left:25px;
  62.     top:110px;
  63.     width:550px;
  64.     height:233px;
  65. }
  66. #search {
  67.     position:absolute;
  68.     left:575px;
  69.     top:110px;
  70.     width:175px;
  71.     height:263px;
  72. }
  73. #navMenu {
  74.     position:absolute;
  75.     left:25px;
  76.     top:343px;
  77.     width:550px;
  78.     height:30px;
  79. }
  80. #featuredHomes {
  81.     position:absolute;
  82.     left:25px;
  83.     top:373px;
  84.     width:174px;
  85.     height:294px;
  86. }
  87. #body {
  88.     position:absolute;
  89.     left:199px;
  90.     top:373px;
  91.     width:376px;
  92.     height:294px;
  93. }
  94. #testimonials {
  95.     position:absolute;
  96.     left:575px;
  97.     top:373px;
  98.     width:175px;
  99.     height:216px;
  100. }
  101. #constantContact {
  102.     position:absolute;
  103.     left:575px;
  104.     top:590px;
  105.     width:175px;
  106.     height:77px;
  107. }
  108. #footer {
  109.     position:absolute;
  110.     left:0px;
  111.     top:667px;
  112.     width:775px;
  113.     height:68px;
  114. }
  115. -->
  116. </style>
  117. <!-- End ImageReady Styles -->
  118. <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
  119. </head>
  120. <body style="background-color:#FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;">
  121. <!-- ImageReady Slices (index3.psd) -->
  122. <div id="container">
  123.  <div id="logo"><img src="images/logo.jpg" width="175" height="98" alt=""></div>
  124. <div id="leftBlank"></div>
  125. <div id="topNav">
  126.  <?php require_once('../topNav.php'); ?>
  127. </div>
  128.  <div id="rightBlank"></div>
  129. <div id="topLineDivider">
  130.         <img src="images/index3_06.jpg" width="725" height="12" alt="">
  131.     </div>
  132.     <div id="header"><!-- TemplateBeginEditable name="header" --><img src="images/header.jpg" width="550" height="233" alt=""><!-- TemplateEndEditable --></div>
  133. <div id="search"><!-- TemplateBeginEditable name="search" --><img src="images/search.jpg" width="175" height="263" alt=""><!-- TemplateEndEditable --></div>
  134. <div id="navMenu">
  135.         <img src="images/navMenu.jpg" width="550" height="30" alt="">
  136.  </div>
  137.     <div id="featuredHomes"><!-- TemplateBeginEditable name="featuredHomes" --><img src="images/featuredHomes.jpg" width="174" height="294" alt=""><!-- TemplateEndEditable --></div>
  138.  <div id="body"><!-- TemplateBeginEditable name="body" --><img src="images/index3_12.jpg" width="376" height="294" alt=""><!-- TemplateEndEditable --></div>
  139.     <div id="testimonials"><!-- TemplateBeginEditable name="testimonials" --><img src="images/index3_13.jpg" width="175" height="216" alt=""><!-- TemplateEndEditable --></div>
  140. <div id="constantContact"><!-- TemplateBeginEditable name="constantContact" --><img src="images/index3_15.jpg" width="175" height="77" alt=""><!-- TemplateEndEditable --></div>
  141. <div id="footer">
  142.  <?php require_once('../footerNav.php'); ?>
  143.     </div>
  144. </div>
  145. <!-- End ImageReady Slices -->
  146. </body>
  147. </html>
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 30th, 2007, 4:00 pm

i also wanna put the css in its own file do i just copy and paste it in a css file and include and were do i put it....
excuse me for asking alot but i learn pretty fast...
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 30th, 2007, 4:13 pm

an the cenering doesnt work in IE...
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post November 30th, 2007, 4:25 pm

se im trying to prevent this: http://www.getflap.com/templates/home.dwt.php
from happening
  • celandine
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Oct 30, 2007
  • Posts: 2008
  • Loc: Belgrade, Serbia
  • Status: Offline

Post December 1st, 2007, 3:24 am

copy the css into its own file and call it styles.css or something, and take it out of the HTML. Then link it into your document like this: (the following line goes into the <head> of your HTML).

Code: [ Select ]
<link href="styles.css" rel="stylesheet" type="text/css" />
Eagles may soar in the sky but weasels don't get sucked into jet engines.

celandine designblog
  • jameson5555
  • Bronze Robot
  • Bronze Member
  • User avatar
  • Joined: Oct 02, 2007
  • Posts: 575
  • Loc: Phoenix, AZ
  • Status: Offline

Post December 1st, 2007, 7:56 am

olm75 wrote:
i want to make the footer move with the body when it extends downword...

To get the footer to always be underneath the rest of the divs, you would need to take it out from inside the container div and put it at the bottom. Then put "clear:both;" in the CSS for the footer.

Part of the problem you're having I think is that Imageready gave you all the code as absolutely positioned with fixed sizes. Try experimenting with removing the "position:absolute;" from your divs to see what effect it has.

Here is a great article about positioning with CSS. It helped me out a ton when I was learning this stuff.
phoenix web design
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post December 1st, 2007, 10:48 am

so what you are saying is that i shouldnt use photoshop to do this huh
  • jameson5555
  • Bronze Robot
  • Bronze Member
  • User avatar
  • Joined: Oct 02, 2007
  • Posts: 575
  • Loc: Phoenix, AZ
  • Status: Offline

Post December 2nd, 2007, 8:59 am

olm75 wrote:
so what you are saying is that i shouldnt use photoshop to do this huh

No, I'm not saying that at all. Photoshop and Imageready are powerful software, and can be great tools to help with building a web page.

All I'm saying is that if you just take whatever code Imageready gives you, you're always gonna have issues trying to get it to do exactly what you want. With a little knowledge of CSS positioning and the box model, though, you could make a few quick changes to the Imageready code and have complete control.
phoenix web design
  • olm75
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Aug 07, 2005
  • Posts: 294
  • Status: Offline

Post December 2nd, 2007, 11:28 am

do u have any tutorials that may assist me because this is very frustrating working with divs layers...
  • celandine
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Oct 30, 2007
  • Posts: 2008
  • Loc: Belgrade, Serbia
  • Status: Offline

Post December 3rd, 2007, 3:01 am

http://www.w3schools.com/css/default.asp
Eagles may soar in the sky but weasels don't get sucked into jet engines.

celandine designblog
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 3rd, 2007, 3:01 am

Post Information

  • Total Posts in this topic: 46 posts
  • Users browsing this forum: No registered users and 69 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.