Onyx
-
First site - feedback appreciated
I would work a bit on the menu. Change the color of the "active tab", the tab linking to the page the visitor is on right now. Also, you could change the color of the tab when the visitor hovers over it with the mouse. A quick example (se…
-
New Design For my site
Your design is a bit simple, but it's nice. Your menu is creative, but I'm not sure if I like all the moving text, it's a little bit chaotic imo. I like your header. Like Edwin said, use some more typography. Make your headers stand …
-
Digital Skraps Redesign:
It looks very nice. :) Maybe strech the background image of the right menu down to fit the whole page?
-
CSS layout help
"pghtech" said:I think i found the trick. Background-position: center 0 This centered horizontal and at 0 from the top. That's the trick indeed. ;) Aligning a div in the center and removing the scrollbars (overflow:hidden) is not a…
-
Clickable Wordpress Header in 2.5
In your CSS file, you have this code: #headerimg { margin: 7px 9px 0; height: 192px; width: 740px; } Replace it by: #header h1 { margin: 7px 9px 0; height: 192px; width: 740px; } #header h1 a { display:block; } You can…