steviewdr Posted June 22, 2006 Share Posted June 22, 2006 My latest web development is with this Conference site: [a href=\"http://skycon.skynet.ie/\" target=\"_blank\"]http://skycon.skynet.ie/[/a]Any thoughts, queries or suggestions welcome. It should work across all browsers.The History page is quite large. I may have to reduce image sizes, not sure. What do ye think?Cheers,Steve Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted June 22, 2006 Share Posted June 22, 2006 Looks good to me!The only thing that I saw is with your footer...Without looking at the code I'm assuming that you have the backround of the text set as white...which is fine, but you have it extending across the whole width of the page and when it hits your shark it cuts part of it off.I like the header and the rollovers a lot.-Chris Quote Link to comment Share on other sites More sharing options...
steviewdr Posted June 23, 2006 Author Share Posted June 23, 2006 Cheers Chris.Ya - having to set the background when you use a font colour is a right pain."Line : 73 (Level : 1) You have no background-color with your color : #navcontainer a "Is there a way to get around this from the CSS validator?? - I.E. letting me specify a FONT COLOUR on a non-coloured/specified background??-steve Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted June 23, 2006 Share Posted June 23, 2006 background-color:transparent;try that and see what happens Quote Link to comment Share on other sites More sharing options...
steviewdr Posted June 23, 2006 Author Share Posted June 23, 2006 Cheers Chris.I tried that - however no joy.It worked visually - however the CSS validator didnt recoginise it and just said the same thing:Line : 124 (Level : 1) You have no background-color with your color : #footer a Rgds,Steve Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted June 23, 2006 Share Posted June 23, 2006 try background-color : inherit; instead. This validated and it should give you the same thing as transparent Quote Link to comment Share on other sites More sharing options...
steviewdr Posted June 23, 2006 Author Share Posted June 23, 2006 Genius.Thanks very much Chris - that worked a treat!Pity dreamweaver doesnt have it included.Anyways - thanks again.-steve Quote Link to comment Share on other sites More sharing options...
cmgmyr Posted June 23, 2006 Share Posted June 23, 2006 Awesome! Glad it worked out for you. :-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.