Today I would like to share some techniques I did for my website tho- it will be usefull..
view my Website here
Tools I used:
- Photoshop CS4
- Dreamweaver CS3
Layout Concept: DIV
Photos Popup effect: Jquery Fancybox-1.0.0 ( these for the Ajax popup images)
* For the Photo Layout Scroller I used a Div and specify a height, with a CSS Overflow: auto, thats gives the function of the iframe which is a normal css
The Overflow Scroller Box Style
.web-design {
position: absolute;
left: 41px;
font-size: 14px;
color: #8F8F8F;
text-align: justify;
overflow: auto;
height: 350px;
width: 782px;
top: 13px;
}
I'm not sure is it a good idea to share my Design Technique, But anyway we didn't born good designers, Otherwise we get to learn till we cover everything
I hope my design techniques gives newbie designers new ideas on how to improve their designs with the latest web technique in the world wide web,
Best Regards,










