css help
|
06-14-2010, 08:44 AM,
|
|||
|
|||
css help
i suck at css and i need it to design my search engine i need help anyone willing to make me a basic css template i can customize or a link to one?
|
|||
06-14-2010, 10:13 AM,
(This post was last modified: 06-14-2010, 10:57 AM by Vanilla.)
|
|||
|
|||
RE: css help
Any ideas how you want it to look? like any special colors, logo, vfx?
Normally, I would take money for this, but i'm in a good mood today, so here you go - just change whatever you want to fit your site. Compliant with XHTML 1 Transitional and shows correctly in latest: Chrome, Firefox, Safari, Opera and Internet Explorer. I've even added a bit of basic SEO stuff. Demo: http://arkine.uni.cc/Zavoo_tmp/zavoo.html Zip Packaged File: http://arkine.uni.cc/Zavoo_tmp/Zavoo.zip Cheers! ;) |
|||
06-18-2010, 06:17 AM,
(This post was last modified: 06-18-2010, 06:48 AM by Zavoo.)
|
|||
|
|||
RE: css help
(06-14-2010, 10:13 AM)Vanilla Wrote: Any ideas how you want it to look? like any special colors, logo, vfx? it looks great!!!! THANKS!!!! how can i set up the search page with that same template :\ ? i cant find a div style for the bg |
|||
06-18-2010, 09:08 AM,
|
|||
|
|||
RE: css help
I suppose you could use the same css file, on the search page? :
PHP Code: <link href="style.css" rel="stylesheet" type="text/css" media="screen" /> Or you could set the body style to have the BG image as background: PHP Code: <body style='background-image: url(BG.jpg);'> It should make the background consistent. By the way, you'r copyright notice div (id : footer) on your main page is floating in the middle of the parent div: - That's atleast what's it's in my browser (Opera), just wanted to let you know :) Hope it helps ;) |
|||
06-18-2010, 10:30 AM,
|
|||
|
|||
RE: css help
yea i know i was trying to move it with css but it wont move
|
|||
06-18-2010, 10:32 PM,
|
|||
|
|||
RE: css help
(06-18-2010, 10:30 AM)Zavoo Wrote: yea i know i was trying to move it with css but it wont move I guess you could make the footer div (id : footer) have relative positioning instead of static. And then place it relation to the top of the parent div. I'm not fully sure, but this should do the trick (edit id: footer) : PHP Code: #footer { Hope it helps ;) |
|||
06-19-2010, 06:38 AM,
|
|||
|
|||
RE: css help
ok .
|
|||
« Next Oldest | Next Newest »
|