Quantcast
Channel: Sam Lee's .NET Blog » UI / CSS
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

ie7 display:inline-block problem fix

inline-block option doesn’t exist on ie7 or lower. if you want to fix this problem, simple change inline-block to inline and maybe float:left, if neccessary.

View Article



Image may be NSFW.
Clik here to view.

ie7 text-indent problem fix

you tried to do something like this? #btn_submit { text-indent: -9999px; display: block; background: url("../images/btn_next.png") 0 0 no-repeat; border: none; width: 72px; height: 35px; margin: -35px...

View Article

Image may be NSFW.
Clik here to view.

how to write xml and read in csharp using linqtoxml

example xml : <?xml version="1.0" encoding="utf-8" ?> <Recipes> <Recipe> <Name>Cajun Kiss Manhattan</Name> <Image>test1.jpg</Image> <Ingredients>...

View Article

Image may be NSFW.
Clik here to view.

Video player on blackberry?

streaming on blackberry is i’d say- IMPOSSIBLE. so what do we do now? You can just offer a download link for a blackberry user since there is no way to stream the video. var mobile_agent = "some...

View Article

Image may be NSFW.
Clik here to view.

JQuery multi-select box

http://abeautifulsite.net/blog/2008/04/jquery-multiselect/#demo

View Article


Image may be NSFW.
Clik here to view.

Viewport metadata

<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> </head> <body> hello </body> </html>

View Article

Image may be NSFW.
Clik here to view.

html5 doctype and root element

<!-- This is the HTML5 doctype: --> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <!DOCTYPE html> <head> <meta...

View Article

Image may be NSFW.
Clik here to view.

how to render pdf in html page?

1. google pdf viewer (IFRAME) <iframe src="http://docs.google.com/gview?url=http://example.com/mypdf.pdf&embedded=true" style="width:718px; height:700px;" frameborder="0"></iframe> 2....

View Article

Browsing all 8 articles
Browse latest View live


Latest Images