Discuss general web development questions. Help others and get help from others.
Moderator: kfury77
by MikeyB » Fri Mar 18, 2011 12:14 pm
Some nice finds, particularly like the CSS Wrap, funky!
-

MikeyB
- Top Contributor
-
- Posts: 511
- Joined: Fri Jun 09, 2006 10:38 am
- Location: UK
-
by mapleleaf » Fri Mar 18, 2011 12:48 pm
MikeyB wrote:Some nice finds, particularly like the CSS Wrap, funky!
Thanks, glad you like it. Here is a shot of it being used. It did take a bit of time to get the hang of it.


I have been toying with the wrap and using it on my web site; still thinking about it.
There is one problem namely IE as it works well in FF, Opera, Safari, Google and Maxthon.
So, as a solution against IE I had to do the following:
- Code: Select all
<!--[if lt IE9]>
<script>
location.href='design.html';
</script>
<![endif]-->
This essentially tells IE go to the old page before I applied the wrap but I am not sure IF this is a good solution or not.
I do however, see plenty of possibilities in the use of wrap in web design.
mapleleaf
-

mapleleaf
-
- Posts: 121
- Joined: Thu Oct 14, 2010 2:21 am
- Location: Ashcroft, BC Canada
-
Return to Web Developer Talk
Who is online
Users browsing this forum: No registered users and 2 guests