Rustedfables Posted August 17, 2007 Share Posted August 17, 2007 I just wanted to show off my integration of WHMCS. Take a look at hostinggrizzly.com and let me know what you think. Thanks. This is a great product and it was pretty easy to integrate. 0 Quote Link to comment Share on other sites More sharing options...
Daniel Posted August 17, 2007 Share Posted August 17, 2007 You might want to check your site in Firefox... It appears very broken. 0 Quote Link to comment Share on other sites More sharing options...
generic Posted August 18, 2007 Share Posted August 18, 2007 beautiful layout, kind of macromedia like, nice integration too. u buy that as a template or design it yourself. but ouch in firefox....... may have to re do your style sheets. 0 Quote Link to comment Share on other sites More sharing options...
digitalacceleration Posted August 18, 2007 Share Posted August 18, 2007 the problem is no style sheet is being assigned for FF browsers. The top of your code reads <!--[if IE 6]> <link rel="stylesheet" href="hg_css6.css" type="text/css" /> <![endif]--> <!--[if IE 7]> <link rel="stylesheet" href="hg_css.css" type="text/css" /> <![endif]--> what about FF ?? 0 Quote Link to comment Share on other sites More sharing options...
Jordan Posted August 18, 2007 Share Posted August 18, 2007 I think the ironic part of this is the fact that the site is coded entirely with DIVs and CSS, yet it doesn't work in Firefox. If you paid someone to design that website for you, it's a shame that they didn't know how to actually set it up so that it could work in bother browsers without having to do conditional statements (or whatever they're called, I don't use that crap :9). But yeah, deifnitely ironic and comical that the coding is clean (aside from <body id="home">, wtf is up with that? lol) yet it fails to work with a default browser, rather than having browser specific styles picked up by host. 0 Quote Link to comment Share on other sites More sharing options...
Rustedfables Posted August 30, 2007 Author Share Posted August 30, 2007 I went back in and changed css and html a little to make it run under FF and IE6. Took out the pngs and had to swap a couple divs for a table. Apparently there is some sort of limit to how many divs can be stacked on top of each other in FF, but not in IE. Check it out again when you get a chance. 0 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.