
Brendon Branigin
Members-
Content Count
148 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Brendon Branigin
-
Rank
Member
-
go to college...I'm pretty sure network administration falls under the computer engineering field.
-
I use an SGI CAD grade 22" monitor (21" viewable) and it runs 2048x1536 at 75 Hertz. In a perfect world we all would run at atleast 1280x1024 but the truth is that most people don't even know how to change the resolution. We're stuck with whatever dell sets as the standard. Do what I do, create fluid website layouts...
-
Im going to end up buying a digital camera...to hard to find exactly what I'm looking for in stock art...
-
you need to apply the value "auto" to the left and right margins of the table.
-
Because only 20% of the world uses firefox...(thats a high estimate)
-
Why is CSS so different in IE compared to FF?!!!
Brendon Branigin replied to LittleNicky's topic in CSS
see my post about the solution to IE problems -
If all you are wanting is color changes then you shouldn't have much trouble...*If only my client was so easy on me*
-
Im working on a project right now where the client will be able to change the entire sites look just by switching out the css file...I will tell you this now, be very careful with the way you structure your xhtml.
-
I didn't see any free images on corbis...
-
I have been trying to find good free stock art for ages. If anyone has a link I'm sure many would benefit from it...
-
I think so, when it comes to saving hours in IE bug fixing or applying a patch and having a little extra resource consumption in IE...I will take the prior
-
First you need to download the packageThen extract the content of the .zipmove the content to your website directoryadd <!-- compliance patch for microsoft browsers --><!--[if lt IE 7]><script src="/IE7_0_9/ie7-standard-p.js" type="text/javascript"></script><![endif]-->to any file you want to patch (make sure the filepath is correct)http://prdownloads.sourceforge.net/ie7/IE7_0_9.zip?download
-
theres a big file called readme ;/let me know if that worked for you
-
Did you add<!-- compliance patch for microsoft browsers --><!--[if lt IE 7]><script src="/IE7_0_9/ie7-standard-p.js" type="text/javascript"></script><![endif]-->to the head of your xhtml file?(modify the src to your need)