Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Question: okay I made my layout with photoshop how do I make it auto slice and I need
Old 10-01-2007, 10:48 PM Question: okay I made my layout with photoshop how do I make it auto slice and I need
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
Question: okay I made my layout with Photoshop how do I make it auto slice and I need help with the css part so the buttons change when I go over them? I was also wondering how to do this without tables I am moving away from table layouts for ever.
here is the current site http://www.technologyforever.com
I want it to be kind of like webmaster-talk.com how they have a layout that is fits multiple sizes at 100%
header http://www.technologyforever.com/head.php
footer http://www.technologyforever.com/foot.php

I created a new thread because it was not about the same thing
The Original post where I just wanted feed back on how it looks


__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Last edited by goheadtry; 10-01-2007 at 10:51 PM..
goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
 
Register now for full access!
Old 10-02-2007, 12:52 AM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
This really isn't my strength, slicing. I would probably take the blue, a pixel wide, and repeat-x across the page as a background image. If you want the lettering to look like that, put it in a gif inside that div. I guess the search box would have a negative top margin.

Then you would define a class for the navs:

.topNav {
background-image:url(black.jpg);
}
.topNav:hover {
background-image:url(green.jpg);
}
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 10-02-2007, 10:25 AM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
There is no 'auto slicing'.. you'll need to make your own 'slices' to fit your layout.

It is not a good idea to use images where plain text will suffice, especially for navigation. It would be better to let loose on the nav text being a non-standard font and just use an unordered list and a bolded Verdana or Arial font. That keeps your menus accessible and the rollovers easier.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-02-2007, 09:05 PM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
What is the best way to get this to do what I need as of now my buttons for home etc are all different lengths so what is the best way to do this without making a mess out of the code I am using html strict
__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
Old 10-03-2007, 07:49 PM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
coolkbk585's Avatar
Be good this Christmas!

Latest Blog Post:
KBlog has been deativated
Posts: 642
Name: Kyle
Location: Ada, MI
Trades: 0
Well, are you going to want to include hovers on it? Are you going to want to do those in Javascript? Would you be okay with the image staying in one piece? You could just make links hover over the intact image too...

It's probably not the best option, but if you're not the best at making CSS code to slice it it would be a good way to do it.
__________________
<?php if($Adsense_Revenue > 0): define('HAPPINES','100%'); else: define('HAPPINESS', '0%') endif; ?>
coolkbk585 is offline
Reply With Quote
View Public Profile Visit coolkbk585's homepage!
 
Old 10-05-2007, 02:03 PM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
Novice Talker

Posts: 14
Name: kiran
Trades: 0
slicing am image for a website can be really tricky, if you are really smart you can reduce the size of the downloaded images for baground, this is helful especialy when your site is to be resized in all browser resolutions still keeping the design intact.
for example you can see the blue area in your website have a uniform gradient , so youcan make a small 1 px width slice of the header image and keep it as baground , for those areas where the site name and that search box comes you can cut exactly that area and place in the site, links also can be sliced the same way where the texts comes, for the link text to produce a roll over effect you have to make multiple images of the same link with different colors or placements, for the first some times it may seems difficult for you, but with time you will learn and you will instantly visualize how a design can be sliced intelligently. It all comes with experience only.
__________________
for
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE
webdesignseo.co.uk
Please login or register to view this content. Registration is FREE

Last edited by kiranshotgun; 10-07-2007 at 06:32 PM..
kiranshotgun is offline
Reply With Quote
View Public Profile
 
Old 10-05-2007, 08:49 PM Re: Question: okay I made my layout with photoshop how do I make it auto slice and I
goheadtry's Avatar
Webmaster Talker

Posts: 730
Name: John
Location: United States of America, California
Trades: 0
This site is broke.

Quote:
Originally Posted by kiranshotgun View Post
slicing am image for a website can be really tricky, if you are really smart you can reduce the size of the downloaded images for baground, this is helful especialy when your site is to be resized in all browser resolutions still keeping the design intact.
for example you can see the blue area in your website have a uniform gradient , so youcan make a small 1 px width slice of the header image and keep it as baground , for those areas where the site name and that search box comes you can cut exactly that area and place in the site, links also can be sliced the same way where the texts comes, for the link text to produce a roll over effect you have to make multiple images of the same link with different colors or placements, for the first some times it may seems difficult for you, but with time you will learn and you will instantly visualize how a design can be sliced intelligently. It all comes with experience only.
just check this site for affordable web designing webdesignseo.co.uk solutions, they may be able to help you till you learn the tricks
__________________
Free $1 gift card when you signup at
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE

goheadtry is offline
Reply With Quote
View Public Profile Visit goheadtry's homepage!
 
Reply     « Reply to Question: okay I made my layout with photoshop how do I make it auto slice and I need
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35065 seconds with 12 queries