Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Understanding Cascading Style Sheets - 12
Oct 04, 2012 at 9:18 AMoh, forgot the time... it's starts about 31:40.
i think this overlook comes from that you actually didn't click this link to see an error
anyway, great series
Understanding Cascading Style Sheets - 12
Oct 04, 2012 at 9:15 AMin the document for this lesson there is email link and it's <a href="email:bobtabor@yahoo.com">.
there is also a style for email link:
a[href^="email"] {
font-size:2em;
}
i was learning some html like 10 years ago and it's something i remembered, plus when clicking on it it should open some email client and there's an error instead...
Understanding Cascading Style Sheets - 12
Sep 27, 2012 at 4:42 PMhmmm... shouldn't value of href attribute start with "mailto:..." to send email?
"email:..." doesn't work in my firefox...
Styling Your First HTML5 Web Page with CSS3 - 03
Sep 20, 2012 at 3:48 PMHello, great lesson, but i have FullHD display (1920x1080) and the page is pretty wide. Second image actually floats left of the first one (they are next to each other)...
I think it's like that because there is not enough text between them. How can i overcome this issue?