Showing posts with label css style. Show all posts
Showing posts with label css style. Show all posts

Oct 31, 2012

New forum

Starting today, the coders has a new forum for their comunnication. Here we are:
coderstalk.co.cc

It is structurated by software domains: PHP, ASP, .NET, C#, Databases and HTML&CSS.
We are 4 people which will respond for every question.

The website is based on the SMF Simple Machines Forum.

Aug 13, 2012

IE7 Preview for developers

Last 2 weeks I've tried to repair the css styles for a web app which must be opened with Internet Explorer 7.0

Now I use Windows 7 and IE10. So, for debug my webpage in IE7.0 I've used IETester.

Now, I founded a new app which is just trial for 60 days (unfortunatelly). This application is:
Microsoft Expression Web4 SuperPreview. I've downloaded from here:
http://www.microsoft.com/expression/try-it/Default.aspx

And looks like:



UPDATE: Now I can use this: http://browsershots.org/

Dec 29, 2010

Textarea in Chrome and Safari

OhOhOhoooo!!!.. how long time have past from my last post!!!

Anyway, today I have one more problem with .css styles. For example, the textarea in Chrome and Safari. As you know, in Chrome you can drag the right-bottom corner of a textarea and resize it. But I have need of textarea element who cannot resize. So,
i put in css styles this:


height: 77px !important;   
width: 330px !important;
                          
And, after that, I have discovered this:
resize: none; /* just for Chrome and Safari */