*New page* Feedback
Hi,
this page is not designed by me, but I need feedback to try to explain for a customer that it really needs a redesign. I't may seem like it's designed around the 90's, but its actually a product of 2010. So please, help me out here!
The Site
What is the best way to build a clickable image banner in CSS?
I've been building my first CSS website and I have hit a wall. I'm not sure of the best way to build the top banner, normally I would split it up in tables and do a rollover for the links, but I know there is a better way in using CSS, I just don't know how.
Any suggestions on what would be the best way to set this up? I am a noob at this so any help is greatly appreciated.
http://www.robraeclothiers.com/website/dress.html
this is my css code:
@charset "utf-8"; /* CSS Document */ * { margin: 0; padding: 0; } body { color: #B0B0B0;
Center CSS, make it center, this is not a pretty one.
Hey Guys and Gals!
I've been handed an HTML document using CSS that was created with a "what you see is what you get" (i know, ew) program...
It's ugly, it's difficult to understand...
I just need to get this page to be centered, 0 margin from the top, but centered horizontally.
Can anyone help me???
Thanks a TON for your time and help!
-Tyler
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!-- Generated by Avanquest Technology v:8.0. For information please visit: <a href="http://www.avanquestusa.com/" rel="nofollow">http://www.avanquestusa.com/</a> --> <html lang="en"> <head> <title> Home </title>
changing sequence of html but not changing layout of page
If i understand correctly the spiders look at the content highest up on the page, so i am tring to do some SEO on my index.html page. The way my page was laid out it has some testimonials and an opt-in box as some of the first content on the page. i want to move these down without changing the layout of the page. Do i do this within CSS? If so how?
i tried to just cut and paste the div id “sidebar” which contains the testimonials and container down below everything but it changed the layout.
this is page I am referencing: www.lowcostloanmodificaiton.com
How would you solve this div riddle?
Hi there.
I try to build this website strictly with div's and css. I put one body div around everything. I put pictures 1,2,3 and 4 inside a header div and each inside it's own div. Pictures 5,6,7 and 8 are inside container and each inside it's own div. Footer is pic 9 and it has div on it's own.
Now, I managed to make 1 and 2 image look like in photoshop but img 3 and 4 I can't force into the header div.
It keeps slipping underneath the header box no matter what I do. I did my maths by the way with dimensions and check it many times. I really wander if this is possible?
