Jump to content

BiteMe

Members
  • Posts

    63
  • Joined

  • Last visited

Everything posted by BiteMe

  1. Its all about accessablility.You have to specify a background color with your color, and visa-versa.If you dont want a color or background colour, use :inherit;this will validate against W3C.Also check if its an error or a warning, if its a warning this is still valid code, but it p**ses me of that you cant have one with out the other. I belive that 'transparent' is only for fx, it wont work in ie, suprise spuprise,
  2. you dont have to give it a class if you dont want to input{blah blah blah} then any input field takes the css, saving you putting a class each time.But as RahXephon says check the spelling
  3. BiteMe

    hover in IE?

    Gonna need a bit more info friend.
  4. Alright Pal?Im not really sure as to what it is you are after, the page you have supplied is just an image???The design looks fine if thats what you mean.As far as i can see there isnt a lot we can do with just an image, can you shed some more light on the problem?p.s subject headers should be helpful 2, not just 'help needed'
  5. try giving it a seperate class and not on the body tag.scrollbar-arrow-color:#ffffff; scrollbar-base-color:#252525; scrollbar-shadow-color:#CABCA5; scrollbar-face-color:#252525; scrollbar-highlight-color:#E8ECF2; scrollbar-darkshadow-color:#3C2F1A; scrollbar-3dlight-color:#E8ECF2;Also scroll colours wont validate in css, but it depends if you want it to validate or not
  6. BiteMe

    Browser support

    Remove the position:absolute on the #centerDoc this corrects the links in fx but you will need to re-adjust for IE. Sorry not much time to help further
  7. Yeah, but its unsightly. I think this is a pain in the jacksey.I dont want a valid page with warnings on it, it should be valid or not, ridiculous that this is not the case
  8. 'You have no background-color with your color '
  9. No - 'Inherit' does validate.Normally i would do that but the background image is a gradient, and the background color is on the <a>tag, so the link has a background color, thats what i dont want.
  10. Ok , so i got my site looking how i want and it all validates nicely....except for one thing.I dont want a background color on my footer links, so i putbackground-color:transparent;then i validate it and low and behold i get'You have no background-color with your color : #botMenu a'I know i havent i dont want one.So i change it to :inherit;That validates. Hooray, but now gives me an unwanted background color.What the deal? Please help because the office junior cant take much more beating.
×
×
  • Create New...