Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

CSS + Noob = KABOOOOM!!!

Options
  • 10-10-2007 10:48pm
    #1
    Closed Accounts Posts: 8,983 ✭✭✭


    well not quite...

    Hi all. I'm just trying to get to grips with some CSS issues, general noob helplessness and some cross browser ones... I'm an IT student and have been asked to build some sites for people so i thought id take it as an opportunity to learn CSS and other skills, rather than doing it up all on Dreamweaver say.

    Anyway i've made up a basic template for the site using CSS. The two issues are: one, is my application of CSS correct? am I on the right road with this? and secondly: i'm having cross browser issues, it renders ok in everything except IE. i expected this pretty much but haven't a notion with which to even begin knowing where I might find resources that could help me on this.

    so if you have a spare minute or two to glance over the code that'd be splendiferous. (i should probably point out that i just embedded the CSS in the html just for now, just found it easier to learn it that way)


Comments

  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    ..page not found.

    Is it supposed to be http://www.eftireland.com/mockup/template.html ? Havinga look at that now.


  • Closed Accounts Posts: 8,983 ✭✭✭leninbenjamin


    Goodshape wrote:
    ..page not found.

    Is it supposed to be http://www.eftireland.com/mockup/template.html ? Havinga look at that now.

    yeah sorry. edited. i forget to use preview.... :rolleyes:


  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    Don't really have time to look over this at the moment, but just a couple of quick things :

    + The site looks quite nice, so that's good.

    - Your javascript roll-over links could be replaced with simple anchor (<a>) and CSS (a:hover { blah } )

    - I don't have access to IE at the moment (using a mac), but I'm going to guess your problems have something to do with padding and/or margin. IE treats padding and margins differently than other, standards compliant, browsers.


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    Goodshape wrote:
    ....

    +1


    :) you're using a table for layout as well I think .. thats a no no


  • Registered Users Posts: 4,468 ✭✭✭matt-dublin


    [html]</body>
    </html>

    </object></layer></span></div></table></body></html><!-- adsok -->
    <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>[/html]

    why close everything off twice?


  • Advertisement
  • Registered Users Posts: 6,511 ✭✭✭daymobrew


    I suggest you fix the validation errors with your HTML and CSS.


  • Closed Accounts Posts: 8,983 ✭✭✭leninbenjamin


    thanks for the replies and advice guys. havn't had the free time yet to put it into practice, but i will...
    [html]</body>
    </html>

    </object></layer></span></div></table></body></html><!-- adsok -->
    <script language='javascript' src='https://a12.alphagodaddy.com/hosting_ads/gd01.js'></script>[/html]

    why close everything off twice?

    that's the GoDaddy ads script at work, not me. quite irritating that is. whenever the site is built though i'll get them to actually pay for hosting without that crap....


Advertisement