This is a discussion on "Take a look at this coding..." within the Web Page Design section. This forum, and the thread "Take a look at this coding... are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Take a look at this coding...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Take a look at this coding...
Hi all you css geeks out there,
There's no urgency, but if you would take a look at my coding and let me know if there is a more efficient way to do this design before I publish. Site http://69.93.144.2/~bennett/csscheck.html CSS http://69.93.144.2/~bennett/css/willy.css One more thing, will somebody tell me why my links are pushed over a little from the edge in the navigation? No biggy, I actually like it, but I was just wondering why. Thanks! |
|
|
|
#2
|
|||
|
|||
|
Re: Take a look at this coding...
-instead of using h1 with different class names, use h1,h2,h3, etc.
-You never need to define the background colour after the body - CSS is cascading. -I assume 'border:medium', is supposed to be 'border-width:medium', but a lot of people find it handier to use -- 'border:solid medium #808080' -- so they're all declared together -It might be handy to declare a font colour in the body, i.e. the red - then you wouldn't have to declare that in every element. These are just basic things I'll take a non-2minute look when I have some more time if no one else has looked. I won't comment on the overall site design because you haven't asked me to.... |
|
#3
|
||||
|
||||
|
Re: Take a look at this coding...
Thanks snow,
Yeah the design is lacking, but that was just the basic design. Thanks for the tips. Just checked, IE is a little messed up but whatever. I'm still wondering about the links. |
|
#4
|
|||
|
|||
|
Re: Take a look at this coding...
ul gets an instant margin/padding - set them to 0...
|
|
#5
|
||||
|
||||
|
Re: Take a look at this coding...
For efficiency, take a look at an article I wrote about CSS shorthand. It's at the bottom of the sticky in this forum.
|
![]() |
| Tags |
| css coding, css, check my css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Hi some Help for coding | ScorpionKing | ASP.NET Forum | 1 | Nov 4th, 2007 11:09 |
| Re-coding problem | garfunkle | Web Page Design | 3 | Jul 3rd, 2007 11:33 |
| coding | crackafaza | Web Page Design | 2 | Jun 15th, 2007 13:31 |
| I am a <div> at coding | DregondRahl | Web Page Design | 8 | Jun 7th, 2007 13:02 |
| ASP Coding | chris123 | Classic ASP | 8 | May 24th, 2005 11:50 |