Tag: html
-
Was True North really planning an NHL announcement last week?
I was poking around the HTML source of the Winnipeg NHL season tickets drive website – driveto13.com – on Tuesday where I discovered this HTML comment. It looks like True North was actually planning an announcement last week. As of today (June 2nd) 5 of 8 presale groups have been activated. This HTML comment points to a…
-
This Week I Learned
Turns out being a dad and employed full time leaves little room for things like long blog posts. I came across a number of particularly fascinating things this week in my travels on the information super highway. Monday: Protocol relative URLs Turns out, you can leave out the protocol (http, https, ftp, etc) when including…
-
How To: Add Multiple Borders With CSS2
Found this on Nettuts+:
-
Bizzare Firefox 3 HR Tag Rendering
I stumbled across this bizare new rendering bug in Firefox 3. CSS: hr { background: url(“bar.gif”) no-repeat; width: 385px; height: 15px; border: 0; } HTML: <hr noshade=”noshade” /> Here’s what it looks like in Firefox 2. Now Firefox 3. It would appear that Firefox 3 is adding a border-radius value to all <hr/> tags. Removing…