GetDotted Domains

Viewing Thread:
"New site, what do you all think?"

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Tue 18/05/04 at 18:15
Regular
"Digging!"
Posts: 1,560
Hey all,

I've finished a new site, what do you think?

http://paladin.8bit.co.uk/

Also, I know it works in Mozilla Firefox, Mozilla, and IE, but can you check if it works in Opera etc.

Cheers
S.A.
Tue 18/05/04 at 23:08
Regular
"l33t cs50r"
Posts: 2,956
Stevie boy wrote:
> Tyla wrote:
>
> you declare the link state with a background image (image 1) and the
> link:hover with a different background image (image 2), no scripting
> needed, the CSS handles the lot. You can get clever using
> transparent
> gifs and just changing the background colour using CSS instead.
>
> I can't quite work out how to do this. I wnat the folloing to change
> to GIF/INDEX/index_r2_c3_f2.gif when rolled over and link to
> info.htm:
>
> #index_r2_c3{
> margin-top: 12px;
> margin-left: 205px;
> width: 186px;
> height: 19px;
> background: #FFFFFF;
> background-image: url(GIF/INDEX/index_r2_c3.gif);
> position: absolute;
> }
>
> Cheers a very mucha.


First... YOU SHOULDN'T USE UNDERSCORES IN CSS NAMES!!
Second... All values, including hex colours should be in lowercase
Third.. Use logical names for your images instead of relying on fireworks to name them

Right, now down to the code...

Example;

a.norm:link, a.norm:visited {
display: block;
width: 186px;
height: 19px;
background-color: #fff;
background-image: url(GIF/INDEX/index_r2_c3.gif);
text-decoration: none;
}

a.norm:hover {
background-image: url(GIF/INDEX/index_r2_c3_f2.gif);
text-decoration: none;
}

You place your link text as usual,

If your using images for links that can be reproduced in text/css, DO IT!
Tue 18/05/04 at 21:56
Regular
"Digging!"
Posts: 1,560
Tyla wrote:

> you declare the link state with a background image (image 1) and the
> link:hover with a different background image (image 2), no scripting
> needed, the CSS handles the lot. You can get clever using transparent
> gifs and just changing the background colour using CSS instead.

I can't quite work out how to do this. I wnat the folloing to change to GIF/INDEX/index_r2_c3_f2.gif when rolled over and link to info.htm:

#index_r2_c3{
margin-top: 12px;
margin-left: 205px;
width: 186px;
height: 19px;
background: #FFFFFF;
background-image: url(GIF/INDEX/index_r2_c3.gif);
position: absolute;
}

Cheers a very mucha.
Tue 18/05/04 at 21:41
Regular
"Digging!"
Posts: 1,560
I think I'll just leave it with a 100px margin-left for now. Once you get the hang of this CSS it's much nicer to work with than tables.
Tue 18/05/04 at 21:23
Regular
"l33t cs50r"
Posts: 2,956
taka-Q wrote:
> Oh, very nice. Another one, how would i centre a the folloing
> element:
>
> #blacktopsection{
> margin-left: 25%;
> margin-right: 25%;
> padding: 0px 0px 0px 0px;
> width: 700px;
> background: #000000;
> height: 1px;
> }
>
> I want it to appear in the centre of the browser, but I can't wotk
> out how (you can see my lame attempt with the margins).

Create an outer div (around the whole page), #container for instance and set the text-align to center, thats the quick way.
Tue 18/05/04 at 21:22
Regular
"Digging!"
Posts: 1,560
I can't be bothered to centre the whole thing, it'll just be easier to have it a set distance from the left.
Tue 18/05/04 at 21:00
Regular
"Digging!"
Posts: 1,560
Oh, very nice. Another one, how would i centre a the folloing element:

#blacktopsection{
margin-left: 25%;
margin-right: 25%;
padding: 0px 0px 0px 0px;
width: 700px;
background: #000000;
height: 1px;
}

I want it to appear in the centre of the browser, but I can't wotk out how (you can see my lame attempt with the margins).
Tue 18/05/04 at 20:46
Regular
"l33t cs50r"
Posts: 2,956
taka-Q wrote:
> Can I ask a question Tyla, how would you do image rollovers in CSS?
> Would I have to do them in HTML with javascript as per normal or is
> there a whay of doing them in CSS?

you declare the link state with a background image (image 1) and the link:hover with a different background image (image 2), no scripting needed, the CSS handles the lot. You can get clever using transparent gifs and just changing the background colour using CSS instead.
Tue 18/05/04 at 20:35
Regular
"Digging!"
Posts: 1,560
Can I ask a question Tyla, how would you do image rollovers in CSS? Would I have to do them in HTML with javascript as per normal or is there a whay of doing them in CSS?
Tue 18/05/04 at 20:31
Regular
"Twenty quid."
Posts: 11,452
taka-Q wrote:
> Edit: Try now...
*****

Yep - works fine now.
Tue 18/05/04 at 20:18
Regular
"Digging!"
Posts: 1,560
Captain Scarlet wrote:
> bit image excessive but then again loads quickly

I used high compression GIF's which is why I limited myself the 2/3 colours so you still got good antialiasing.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

I've been with Freeola for 14 years...
I've been with Freeola for 14 years now, and in that time you have proven time and time again to be a top-ranking internet service provider and unbeatable hosting service. Thank you.
Anthony
My website looks tremendous!
Fantastic site, easy to follow, simple guides... impressed with whole package. My website looks tremendous. You don't need to be a rocket scientist to set this up, Freeola helps you step-by-step.
Susan

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre
Feedback Close Feedback

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.