FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Anyone know CSS?

 


Jack_Hammer
I am designing a page in HTML and I was wondering if anyone could script that into CSS for me? I would greatly appreciate it.
imagefree
give me.
Azmo
when u ask this kind of questions, try to give some more information.. wanna know what it's all about before I start on anything.. like post a link to your layout (img) so we can see what u want it to look like when we are done..
Jack_Hammer
http://www.frame.frihost.net/Index.php

Similar to this, but I have to change all the design to make it work for IE.
Azmo
what do the design have to do with if it works in IE or not?, that cube thing on the top looks like it came directly from a template Razz
vonboy
well in IE theres a little blank at the top of both section on the left side. i'm guessing it's a graphic.
JayBee
btw, why you use Index.php with big I at the beginning? Razz
imagefree
IE ruins the design of this page.

Anyways, you cant make design without HTML (or XHTML etc) . CSS is just styling.

This site also requires some photoshop or other software's work.


at this point i cant do anything more than converting this CSS to a separate file.

Code:

<style type="text/css">
<!--
.style1  {border: #999999; border-left-style: solid; border-left-width: 0px; border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 1px; border-bottom-style: solid; border-bottom-width: 0px; font-family: Tahoma; font-weight: bold; font-size: 10px; color: #000000; background-image:url(Images/Border_Top.png)}
.style2  {border: #999999; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 0px; border-bottom-style: solid; border-bottom-width: 0px; font-family: Tahoma; font-weight: bold; font-size: 10px; color: #919191;}
.style3  {border: #999999; border-left-style: solid; border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-style: solid; border-top-width: 0px; border-bottom-style: solid; border-bottom-width: 1px; font-family: Tahoma; font-weight: bold; font-size: 10px; color: #919191;}
.style4  {font-family: Tahoma; font-weight: bold; font-size: 10px; color: #000000;}
.style5  {font-family: Tahoma; font-weight: bold; font-size: 10px; color: #919191;}
.style6  {font-family: Tahoma; font-weight: bold; font-size: 10px; color: #D8D0C8;}
a {
   font-family: Tahoma;
   font-size: 10px;
   color: #919191;
   position:relative;
}
a:link {
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #919191;
}
a:hover {
   text-decoration: none;
   color: #666666;
}
a:active {
   text-decoration: none;
   color: #919191;
}
body {
   background-image: url(Images/BG.png);
}
-->
</style>
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.