Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Rate This Please!, C&C welcome
RomfordReject1
post Oct 30 2005, 09:19 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 26-October 05
From: Romford
Member No.: 9,305



Ok my mate has a web site and asked me to make an entrance page for him here it is rate it please!

user posted image


What Do YOU Think!


I have got the background and the button seperate (put the together to show you) but dont know how to make the button go on top of the backgrounf using HTML(so i can make the button a link and not the whole thing) if anyone can help me please post You will be really heping me out!

( i have just noticed on the border of the button it is too big and you can see other stuff slightlly in it please ignore this for i will correct it when i get time Thanks tongue.gif )
Go to the top of the page
 
+Quote Post
foolakadugie
post Oct 30 2005, 09:46 PM
Post #2


Premium Member
Group Icon

Group: Members
Posts: 242
Joined: 4-August 05
From: Los Angeles
Member No.: 7,624



QUOTE(RomfordReject1 @ Oct 30 2005, 01:19 PM)
Ok my mate has a web site and asked me to make an entrance page for him here it is rate it please!

user posted image
What Do YOU Think!
I have got the background and the button seperate (put the together to show you) but dont know how to make the button go on top of the backgrounf using HTML(so i can make the button a link and not the whole thing) if anyone can help me please post You will be really heping me out!

( i have just noticed on the border of the button it is too big and you can see other stuff slightlly in it please ignore this for i will correct it when i get time Thanks tongue.gif )
*


It looks good, but I have a few suggestions. First off, like you already said make the border fit around the button area better. Also I would either move the button slightly to the right maybe, because it is so close to being lined up with that vertical stroke that it is creating some tension in the composition. Also the little black space near the top left is a little distracting. Either move those circles back a little to hide it or pull the circles out more to make the space bigger. Right now it just looks like a mistake. I like the clean graphicsimplicity of the piece.

As far as the coding for the buttion, I think an image map would work well. This allows you to use the whole image as just one image, but designate a shape on the page, that is hyperlinked.

This page explains it well: W3 Schools: Image Maps

Another way would be to slice the image up in 9 pieces and just make the centyer one linked, but this might not seem as proffessional as the images sometimes look weird when they load in pieces.
Go to the top of the page
 
+Quote Post
jinty
post Oct 30 2005, 10:06 PM
Post #3


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 30-October 05
Member No.: 9,372



Hello, I was recently reading a bit about CSS and found it is straight forward to make a button disappear on the mouse hovering over it. But I'm not sure how this works with your coding. I could find the address of the web site that had a demonstration?
Go to the top of the page
 
+Quote Post
gamerchick39
post Oct 30 2005, 10:40 PM
Post #4


Advanced Member
Group Icon

Group: Members
Posts: 152
Joined: 25-May 05
Member No.: 5,434



i wish i could help you on html coding but i stink at it which is why i just do animations and still images haha.. anyhoo as far as your picture goes, i love it! the design is really cool and eye catching so people will definately not forget it smile.gif

Go to the top of the page
 
+Quote Post
clagnol
post Oct 31 2005, 09:37 PM
Post #5


Advanced Member
Group Icon

Group: Members
Posts: 102
Joined: 21-August 05
Member No.: 8,003



This has a clean and simple look. Overall, I would rate it highly, but I notice that some of the long rounded rectangles do not look quite right to me. The first, third, and fourth rounded rectangles from the right edge near the top, curve too soon as they go into the circle above. And the big one stretched horizontally near the bottom seems like it shouldn't protrude into the circle on the left at all.

The black space which Foolakadugie mentions doesn't detract from the piece for me, but that's a matter of personal taste, I think.

As for the HTML, image maps are definitely the way you want to go.
Go to the top of the page
 
+Quote Post
RomfordReject1
post Nov 1 2005, 06:20 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 26-October 05
From: Romford
Member No.: 9,305



Ok thanks all i will try and have a look at these problems.

The inmage map is a great help i knew it was called something like that!!

Should soon be releasing the website (my mates no longer wants it so im using it)
And will put it on here for rating!
Go to the top of the page
 
+Quote Post
saint-michael
post Nov 1 2005, 08:36 PM
Post #7


SM- the Man -The Myth - The Legend Himself
Group Icon

Group: Members
Posts: 432
Joined: 4-September 05
From: Drinking da rootbeers
Member No.: 8,313



i have to agree looks like a good splash page and if you vector design just a bit more it will look even better.
Go to the top of the page
 
+Quote Post
organicbmx
post Nov 1 2005, 10:07 PM
Post #8


Premium Member
Group Icon

Group: Members
Posts: 284
Joined: 2-June 05
From: Dorset, England
Member No.: 5,730



really really like it except:

the font - really doesnt work you need something very plain or slightly bubbly like the graphics. just try arial - i rekon that'll look great
Go to the top of the page
 
+Quote Post
RomfordReject1
post Nov 2 2005, 06:58 PM
Post #9


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 26-October 05
From: Romford
Member No.: 9,305



user posted image



Hi Alljust posting an update this is the new splash for the site it has the enter frame redone and the bubbles moved. i like teh font i have for the minute might put a poll on the site to see what the users think!!
keep the coments coming much apreciated!
Go to the top of the page
 
+Quote Post
Reaver
post Nov 3 2005, 01:58 AM
Post #10


Premium Member
Group Icon

Group: Members
Posts: 200
Joined: 29-May 05
Member No.: 5,553



Romford are you designing this in ps (photoshop) if you are then its not the html you need to worry about for the link but the images themselves smile.gif let me explain. Once you have your image ex. your splash page ready ..grab the slice tool and for your picture you will need to cut in into 5 parts so that the "button" is left in th middle by iteself then click file > save for web and u can save both images and html format. then open up the html page ps created for you and edit it for example by putting the image in the center of the page or making the background colour black and most importantly placing a hyperlink on the "part number 3" (which should be your button). I did this to all my splash pages and it also improves loading time for low end internet uses as it doesnt have to load an entire image on the page at once but does them in parts.

Good Luck
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Rate My Logo(41)
  2. Rate My Latest Work(15)
  3. Logo Designs I Created For My 2 New Websites(20)
  4. My Own Car Design Done With 3DS Max Rate It!(32)
  5. Review And Rate My New Logo(4)
  6. Rate My Logo(7)


 



- Lo-Fi Version Time is now: 30th August 2008 - 03:23 PM