Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
im unable to set my div to the desired width to match to footer
Old 02-26-2009, 02:01 PM im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
hi, im trying to make the div above my navigation footer the same width, but in dreamweaver, every time i make it the same size, the div pops below one level. it appears better in the browser, but the div and footer still dont line up. any help is greatly appreciated. thank you. derek
here is the link to the page i am working on. (#rightlogo is the offending div- and #footer is what im trying to line up to)

http://derekvanderven.com/phyllisgallery_raw/about.html

and here is the css to the page

Code:
@charset "utf-8";
/* CSS Document */
#wrapper {
margin: 100px auto 0 auto;
width: 790px;
height: 326px;
}
body {
background-color: #988A9F;
}
 #leftimage {
 float: left;
 width: 237px;
 height: 326px;
 }
 
 #rightimage {
 background-image: url( main.gif);
 background-repeat:no-repeat; 
 float: left;
 width: 553px;
 height: 326px;
 }
#imgwrapper {
 margin: auto;
 display: inline;
}
 
 #footer {
 float: left;
 background-color: #6878C1;
 text-align: center;
 width: 790px;
 height: 30px;
 border: 1px solid black;
 color: #ffffff;
 padding-top: .3em;
 }
 
 #copyright {
 float: left;
 text-align: left;
 width: 790px;
 height: 30px;
 color: #000000;
 padding-top: .3em;
 font-size: small;
 }
 
 #homeinfo {
  float: right;
  width: 175px;
  height: 75px;
  margin-top:250px;
  font-size: small;
  text-align: left;
 
}
 
 a:link {
 color: #FFFFFF;
 text-decoration: none;
}
a:visited {
 text-decoration: none;
 color: #FFFFFF;
}
a:hover {
 text-decoration: none;
 color: #FFFFFF;
}
a:active {
 color: #FFFFFF;
}
/**********************ABOUT US CODE**********************/
#leftlogo {
 float: left;
background-image: url( leftlogo.gif);
 background-repeat:no-repeat;
 height: 400px;
 width: 211px;
 background-position: top right;
 background-color: #DCCBE2;
 }
#rightlogo {
 
 float: left;
background-image: url( rightlogo.gif);
 background-repeat:no-repeat;
 height: 400px;
 width: 520px;
 background-position: top left;
 background-color: #ffffff;
 
 }
 
 #wrapperabout {
 
 margin: 50px auto 0 auto;
 height: 400px;
 width: 790px;
 }
this is the html code to the page

Code:
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="phyllis.css" rel="stylesheet" type="text/css"/>
 
<title>Untitled Document</title>
 

 
</head>

<body>
<div id="wrapperabout"> 

   <div id="leftlogo"> </div>
    <div id="rightlogo">  
        <div id="homeinfo"> New York City<br />
           212-345-9584<br />
           212-345-9874 fax<br />
              phyllis@gardnergallery.com<br />
          </div> <!--END homeinfo--> 
   </div> <!-- end rightlogo-->
 
 
 
<div id="footer"><a href="about.html">About the gallery</a> | <a href="lautrec.html">Henri de Toulouse-Lautrec</a> | <a href="cheret.html">Jules Cheret</a> | <a href="icart.html">Louis Icart </a>| <a href="villon.html">Jaques Villon</a> | <a href="other_artists.html">Other Artists </a>| <a href="resources.html">Resources</a> | <a href="site_map.html">Site map</a></div>






<div id="copyright"><pre class="style1"> &copy; Phyllis Gardner Gallery        Site design by: <a href="http://derekvanderven.com">derekvanderven.com</a></pre>
</div>


</body>
</html>

Last edited by silverglade; 02-26-2009 at 02:05 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-26-2009, 02:20 PM Re: im unable to set my div to the desired width to match to footer
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
put them in the same container and use that to control the width.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 02-26-2009, 02:36 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
awesome! thank you again chris! the page is perfect now. so far so good. i guess im not a self sufficient web designer yet (sigh) but thank you very much for looking through my code. here is the page looking good now. derek


http://derekvanderven.com/phyllisgallery_raw/about.html
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 03:08 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
sorry about this, i have another problem now when i add padding to the #rightlogo div text, the div pops down to the bottom. any more help greatly appreciated. thank you again. derek

here is the page im talking about.

http://derekvanderven.com/phyllisgallery_raw/about.html


here is the css to the page

Code:
@charset "utf-8";
/* CSS Document */
 #wrapper {
margin: 100px auto 0 auto;
width: 790px;
height:  326px;
}
body {
background-color: #988A9F;
}
  #leftimage {
 float: left;
 width: 237px;
 height:  326px;
 }
 
 #rightimage {
 background-image: url(  main.gif);
 background-repeat:no-repeat; 
 float: left;
 width:  553px;
 height: 326px;
 }
#imgwrapper {
 margin: auto;
 display:  inline;
}
 
 #footer {
 float: left;
 background-color:  #6878C1;
 text-align: center;
 width: 790px;
 height: 30px;
 border:  1px solid black;
 color: #ffffff;
 padding-top:  .3em;
 }
 
 #copyright {
 float: left;
 text-align:  left;
 width: 790px;
 height: 30px;
 color: #000000;
 padding-top:  .3em;
 font-size: small;
 }
 
 #homeinfo {
  float: right;
   width: 175px;
  height: 75px;
  margin-top:250px;
  font-size:  small;
  text-align: left;
  
}
 
 a:link {
 color:  #FFFFFF;
 text-decoration: none;
}
a:visited {
 text-decoration:  none;
 color: #FFFFFF;
}
a:hover {
 text-decoration:  none;
 color: #FFFFFF;
}
a:active {
 color:  #FFFFFF;
}
/**********************ABOUT US  CODE**********************/
#leftlogo {
 float: left;
background-image:  url( leftlogo.gif);
 background-repeat:no-repeat;
 height:  400px;
 width: 211px;
 background-position: top  right;
 background-color: #DCCBE2;
  }
#rightlogo {
 
 float: left;
background-image: url(  rightlogo.gif);
 background-repeat:no-repeat;
 height: 400px;
 width:  579px;
 background-position: top left;
 background-color: #ffffff;
      padding: 2em;
   font-size: small;
 }
 
 #wrapperabout  {
 
 margin: 50px auto 0 auto;
 height: 400px;
 width:  790px;
 }
 
 #logocontainer {
 margin: 0 auto 0 auto;
 height:  400px;
 width: 790px;
 } 
  
 #homepage {
  margin: 0 0 0 0;
   height: 30px;
  width: 50px;
  text-align: center;
  padding:  10px;
  }
  
  #leftlogo a:link {
  color: #000000;
  border:  black solid 1px;
  }
and here is the html


Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="phyllis.css" rel="stylesheet" type="text/css"/>
 
<title>Untitled Document</title>
 

 

<style type="text/css">
<!--
.style1 {font-weight: bold}
 
 
-->
</style>
</head>

<body>
<div id="wrapperabout"> 
    <div id="logocontainer">
   <div id="leftlogo"> <div id="homepage"><a href="home.html">Home</a><a href="home.html" class="style1"></a></div> 
   </div>
    <div id="rightlogo"> 
      <p><strong>Welcome to The Phyllis Gardner Gallery      </strong></p>
      <p class="style2">With one of the world's finest collections of original works by Toulouse-Lautrec, Jules Cheret, Jacques Villon and their contemporaries, the Phyllis Gardner Gallery is an essential source of important works of the late 19th century. Phyllis Gardner offers a large collection of original museum-quality pastels, oil paintings and watercolors by Jules Cheret and Jacques Villon as well as an ever-changing inventory of original posters and lithographs by Toulouse-Lautrec. Considered the foremost world expert on the works of Louis Icart, original oil paintings are always part of the Elliott collection.        </p>
      <p class="style2">Phyllis Gardner is located in New York City and is an important resource for those interested in collecting art, whether they are a museum, decorator or private collector. Phyllis Gardner has been purchasing posters and original works of art for over 25 years throughout the United States and Europe and is considered an expert in her field.        </p>
      <p class="style2">If you are considering purchasing an original work or art by Jules Cheret, Toulouse-Lautrec, Jacques Villon or Louis Icart please contact the Phyllis Elliott Gallery. </p>
<div id="homeinfo"> New York City<br />
           212-345-9584<br />
           212-345-9874 fax<br />
              phyllis@gardnergallery.com<br />
          </div> <!--END homeinfo--> 
   </div> 
    <!-- end rightlogo-->
   </div> <!--end logocontainer-->
 
 
<div id="footer"><a href="about.html">About the gallery</a> | <a href="lautrec.html">Henri de Toulouse-Lautrec</a> | <a href="cheret.html">Jules Cheret</a> | <a href="icart.html">Louis Icart </a>| <a href="villon.html">Jaques Villon</a> | <a href="other_artists.html">Other Artists </a>| <a href="resources.html">Resources</a> | <a href="site_map.html">Site map</a></div>






<div id="copyright"><pre class="style1"> &copy; Phyllis Gardner Gallery        Site design by: <a href="http://derekvanderven.com">derekvanderven.com</a></pre>
</div>


</body>
</html>

Last edited by silverglade; 02-26-2009 at 03:12 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 03:36 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
nevermind thanks. i found the fix on google. you just put a padding div inside the div you want padded that is expanding when you dont want to. so it is like this

<outside div>
<padded div>

</div>

</outside div>


thank you. derek
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 03:47 PM Re: im unable to set my div to the desired width to match to footer
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
It works, but that's really not a good solution - adding a div just to add padding .

Have you looked at that site in Firefox ?? It's a mess - sorry.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 04:02 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
i guess thats the best i could do, but if you know of a better way i will do it. but here is the page now. updated to show the padded div. the one you saw was the old version. here it is...

http://derekvanderven.com/phyllisgallery_raw/about.html
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 06:36 PM Re: im unable to set my div to the desired width to match to footer
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I guess that's not horrible, but it would be cleaner if you just put the padding on the paragraphs INSIDE the div than just using an extraneous div for padding.

Your menu at the bottom is messed up in Firefox.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-26-2009, 06:42 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
what version of firefox are you using? mine looks good using version 3.o.6

i uploaded everything just to be sure at

http://derekvanderven.com/phyllisgallery_raw/about.html

i hope it looks ok in your version. otherwise im in trouble again. LOL>
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-27-2009, 11:38 AM Re: im unable to set my div to the desired width to match to footer
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I am using Firefox 3.0.6. Attached is a screenshot of what I'm seeing.

You're also missing a closing </div> for #wrapperabout .
Attached Images
File Type: png phyllisgallery_about.png (41.4 KB, 1 views)
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 02-27-2009 at 11:41 AM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-28-2009, 12:03 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
oh no! this is terrible. i have no clue how to fix that . here is the code to the page, at the bottom should be the closing div for wrapperabout,
i have a <!--end wrapperabout--> comment on it , its at the bottom. i think thats the right place.

do you have any idea what i have to do to fix it for firefox? it looks good in my version of firefox. im using version 3.0.6 and it looks good on my computer for some reason(its an IBM clone computer i built), and ie6 for testing. please if there is anything you can do to help id GREATLY appreciate it. also, do any of my other pages look bad in your browser? here is the link to the main page of my site.

http://derekvanderven.com/phyllisgallery_raw/home.html

here is my full css for all of the pages on my site.

Code:
@charset "utf-8";
/* CSS Document */

#wrapper {
margin: 100px auto 0 auto;
width: 790px;
height: 326px;
}
body {
background-color: #988A9F;
}

 #leftimage {
 float: left;
 width: 237px;
 height: 326px;
 }
 
 #rightimage {
 background-image: url( main.gif);
    background-repeat:no-repeat; 
 float: left;
 width: 553px;
 height: 326px;
 }
#imgwrapper {
 margin: auto;
    display: inline;
}
 
 #footer {
 float: left;
 background-color: #6878C1;
 text-align: center;
 width: 790px;
 height: 30px;
 border: 1px solid black;
 color: #ffffff;
 padding-top: .3em;
 }
 
 #copyright {
 float: left;
 text-align: left;
 width: 790px;
 height: 30px;
 color: #000000;
 padding-top: .3em;
 font-size: small;
 }
 
 #homeinfo {
  float: right;
  width: 175px;
  height: 75px;
  margin-top:250px;
  font-size: small;
  text-align: left;
  
}
 
 a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color: #CCCCCC;
}
a:active {
    color: #FFFFFF;
}
/**********************ABOUT US CODE**********************/
#leftlogo {
 float: left;
background-image: url( leftlogo.gif);
    background-repeat:no-repeat;
    height: 450px;
    width: 211px;
    background-position: top right;
    background-color: #DCCBE2;

    }
#rightlogo {
 
 float: left;
background-image: url( rightlogo.gif);
    background-repeat:no-repeat;
    height: 450px;
    width: 579px;
    background-position: top left;
    background-color: #ffffff;
     
   font-size: small;
    }
    
    #wrapperabout {
    
    margin: 50px auto 0 auto;
    height: 400px;
    width: 790px;
    }
    
    #logocontainer {
    margin: 0 auto 0 auto;
    height: 400px;
    width: 790px;
     
    } 
     
 #homepage {
  margin: 0 0 0 0;
  height: 30px;
  width: 50px;
  text-align: center;
  padding: 10px;
  }
  
  #leftlogo a {
  color: #000000;
  border: black solid 1px;
  }
  
  #abouthomeinfo {
  float: left;
  width: 175px;
  height: 75px;
  margin-top:35px;
  font-size: small;
  text-align: left;
  
}
  
  #padded {
  padding: 2em;
  }
  
  /**** LAUTREC CODE *******/
   
  #wrapper_lautrec {
    
    margin: 50px auto 0 auto;
    height: 725px;
    width: 790px;
    }
  #logocontainer_lautrec {
    margin: 0 auto 0 auto;
    height: 725px;
    width: 790px;
    }
    
    #leftlogo_lautrec {
 float: left;
background-image: url( leftlogo.gif);
    background-repeat:no-repeat;
    height: 725px;
    width: 211px;
    background-position: top right;
    background-color: #DCCBE2;

    }
#rightlogo_lautrec {
 
 float: left;
background-image: url( rightlogo.gif);
    background-repeat:no-repeat;
    height: 725px;
    width: 579px;
    background-position: top left;
    background-color: #ffffff;
     
   font-size: small;
    }
    
     #padded_lautrec {
  padding: 2em 2em 0 2em;
  height: 700px;
  }
  
  #leftlogo_lautrec a {
  color: #000000;
  border: black solid 1px;
  }
  
  #gallery_lautrec {
   background-color: #988A9F;
   border: 1px solid #000000;
   text-align: center;
   padding: 5px;
   height: 30px;
   width: 50px;
   color: #ffffff;
   margin-left: 17em;
  
   }
   
  /****************LAUTREC IMAGE GALLERY PAGE***************/ 
   
   #leftlogo_lautrec_image a {
  color: #000000;
  border: black solid 1px;
  }
   #wrapper_lautrec_image {
    
    margin: 50px auto 0 auto;
    height: 725px;
    width: 790px;
    }
  #logocontainer_lautrec_image {
    margin: 0 auto 0 auto;
    height: 725px;
    width: 790px;
    }
    
    #leftlogo_lautrec_image {
 float: left;
background-image: url( leftlogo.gif);
    background-repeat:no-repeat;
    height: 500px;
    width: 211px;
    background-position: top right;
    background-color: #DCCBE2;

    }
#rightlogo_lautrec_image{
 
 float: left;
background-image: url( rightlogo.gif);
    background-repeat:no-repeat;
    height: 500px;
    width: 579px;
    background-position: top left;
    background-color: #ffffff;
     
   font-size: small;
    }
   #lautrec_header
   {
   float: left;
   margin: 30px 0 0 40px;
   }
   
   #lautrec_image_container
   {
    margin: 50px 0 0 100px;
    float: left;
    width: 400px;
    height: 300px;
    
    }
    .lautrec_image
    {
    float: left;
    text-align: center;
    margin: 40px 0 0 20px;
     width: 67px;
     height: 90px;
     }
      
    /**** CHERET CODE *******/
  
  #wrapper_cheret {
    
    margin: 50px auto 0 auto;
    height: 500px;
    width: 790px;
    }
  #logocontainer_cheret {
    margin: 0 auto 0 auto;
    height: 500px;
    width: 790px;
    }
    
    #leftlogo_cheret {
 float: left;
background-image: url( leftlogo.gif);
    background-repeat:no-repeat;
    height: 500px;
    width: 211px;
    background-position: top right;
    background-color: #DCCBE2;

    }
#rightlogo_cheret {
 
 float: left;
background-image: url( rightlogo.gif);
    background-repeat:no-repeat;
    height: 500px;
    width: 579px;
    background-position: top left;
    background-color: #ffffff;
     
   font-size: small;
    }
    
     #padded_cheret {
  padding: 2em 2em 0 2em;
  height: 500px;
  }
  
  #leftlogo_cheret a {
  color: #000000;
  border: black solid 1px;
  }
  
  #gallery_cheret {
   background-color: #988A9F;
   border: 1px solid #000000;
   text-align: center;
   padding: 5px;
   height: 30px;
   width: 50px;
   color: #ffffff;
   margin-left: 17em;
  
   }
and here is the html code to the about us page that looks wrong in firefox.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="phyllis.css" rel="stylesheet" type="text/css"/>
 
<title>about us</title>
 

 

<style type="text/css">
<!--
.style1 {font-weight: bold}
 
 
-->
</style>
</head>

<body>
<div id="wrapperabout"> 
    <div id="logocontainer">
   <div id="leftlogo"> <div id="homepage"><a href="home.html">Home</a><a href="home.html" class="style1"></a></div> 
   </div>
    <div id="rightlogo"><div id="padded"> 
      <p><strong>Welcome to The Phyllis Gardner Gallery      </strong></p>
      <p class="style2">With one of the world's finest collections of original works by Toulouse-Lautrec, Jules Cheret, Jacques Villon and their contemporaries, the Phyllis Gardner Gallery is an essential source of important works of the late 19th century. Phyllis Gardner offers a large collection of original museum-quality pastels, oil paintings and watercolors by Jules Cheret and Jacques Villon as well as an ever-changing inventory of original posters and lithographs by Toulouse-Lautrec. Considered the foremost world expert on the works of Louis Icart, original oil paintings are always part of the Gardner collection.        </p>
      <p class="style2">Phyllis Gardner is located in New York City and is an important resource for those interested in collecting art, whether they are a museum, decorator or private collector. Phyllis Gardner has been purchasing posters and original works of art for over 25 years throughout the United States and Europe and is considered an expert in her field.        </p>
      <p class="style2">If you are considering purchasing an original work or art by Jules Cheret, Toulouse-Lautrec, Jacques Villon or Louis Icart please contact the Phyllis Gardner Gallery. </p>
<div id="abouthomeinfo"> New York City<br />
           212-345-9584<br />
           212-345-9874 fax<br />
              phyllis@gardnergallery.com<br />
          </div> <!--END homeinfo--> </div> <!--end padded-->
   </div> 
    <!-- end rightlogo-->
   </div> <!--end logocontainer-->
 
 
<div id="footer"><a href="about.html">About the gallery</a> | <a href="lautrec.html">Henri de Toulouse-Lautrec</a> | <a href="cheret.html">Jules Cheret</a> | <a href="icart.html">Louis Icart </a>| <a href="villon.html">Jaques Villon</a> | <a href="other_artists.html">Other Artists </a>| <a href="resources.html">Resources</a> | <a href="site_map.html">Site map</a></div>






<div id="copyright"><pre class="style1"> &copy; Phyllis Gardner Gallery        Site design by: <a href="http://derekvanderven.com">derekvanderven.com</a></pre>
</div>
</div> <!-- end wrapperabout-->

</body>
</html>

Last edited by silverglade; 02-28-2009 at 01:25 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Old 02-28-2009, 02:25 PM Re: im unable to set my div to the desired width to match to footer
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Ok, I'm looking at it now from home, and it's different and not messed up. However, I believe I know what's going on. You have not defined a font for your page, so there is some default and/or substitution going on.

Get in the habit of defining a font in your body declarations and then that won't happen.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 02-28-2009, 02:38 PM Re: im unable to set my div to the desired width to match to footer
Webmaster Talker

Posts: 611
Trades: 0
awesome ladynred! you are a css genius. also, i have FOUR other websites where a font is not defined. LOL> i will have to go back into their css and define a font. hehe. thank you. derek

edit- well i just added fonts to the css to the four sites. wasnt so bad. lol.

Last edited by silverglade; 02-28-2009 at 03:17 PM..
silverglade is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to im unable to set my div to the desired width to match to footer
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36358 seconds with 13 queries