Page 1 of 1
Chnage Apearance? - Colours, Images?
Posted:
Sun Jul 01, 2012 12:14 am
by DirectProject
Hello,
Im Recently Studying in college about Html - CSS *bit of a noob*, Etc.. I would like to know how do I change the Colour of the header and footer? Also with the navigation Colour hover over affect.
Help Apreciated!
Adam.
Here is the Site, Thatfile.co.cc
Re: Chnage Apearance? - Colours, Images?
Posted:
Sun Jul 01, 2012 2:09 pm
by SamEA
Hello,
I highly recommend using CSSViewer for Chrome, where you can hover over CSS elements on a page. Once hovered on a CSS element, CSSViewer will indicate what specific effect that CSS element is producing on the page.
Indigo is currently producing the header/footer background by using the background-color tag and by using an image in the ./img folder.
Re: Chnage Apearance? - Colours, Images?
Posted:
Sun Jul 01, 2012 7:35 pm
by DirectProject
HI,
Thanks for the quick reply =D, Urm.. whats the img called for the blue headder bit & footer? ive looked but no joy
.
Thanks, Adam
Re: Chnage Apearance? - Colours, Images?
Posted:
Mon Jul 02, 2012 3:33 pm
by SamEA
No problem. The 4 image files in ./img/ ./styles/Indigo/img are responsible for a lot of the background colours:
bg.gif
bgfooter.gif
bgmain.gif
topleft.gif
Re: Chnage Apearance? - Colours, Images?
Posted:
Mon Jul 02, 2012 4:38 pm
by DirectProject
SamEA wrote:No problem. The 4 image files in ./img/ are responsible for a lot of the background colours:
bg.gif
bgfooter.gif
bgmain.gif
topleft.gif
I have no:
bgfooter.gif
bgmain.gif
?
Thnaks, Adam
Re: Chnage Apearance? - Colours, Images?
Posted:
Mon Jul 02, 2012 6:19 pm
by SamEA
Sorry, the image files should be located in /styles/Indigo/img and not /img.
Re: Chnage Apearance? - Colours, Images?
Posted:
Mon Jul 02, 2012 10:22 pm
by DirectProject
Hi,
I've acomplished that now the next part, The links hover over effect where do i change the colour or the img?
Thanks, Adam
Re: Chnage Apearance? - Colours, Images?
Posted:
Wed Jul 04, 2012 7:12 pm
by SamEA
As I'm not nearby PC, I cannot tell you exactly what parts to modify. However, all effects on hovering within CSS will be defined as [TAG]:hover{ e.g.
- Code: Select all
a:hover{
color: #FFFFFF;
}
Re: Chnage Apearance? - Colours, Images?
Posted:
Thu Jul 05, 2012 1:50 am
by DirectProject
SamEA wrote:As I'm not nearby PC, I cannot tell you exactly what parts to modify. However, all effects on hovering within CSS will be defined as [TAG]:hover{ e.g.
- Code: Select all
a:hover{
color: #FFFFFF;
}
When you say "As I'm not nearby PC", How do you post to the forum?
Re: Chnage Apearance? - Colours, Images?
Posted:
Sat Jul 07, 2012 2:04 am
by SamEA
Via a mobile device I believe.