Which is the CSS hack you use most often and which one do you avoid using?
I am asking this question so that I can understand different views of different people about CSS hacks and also understand which hacks are good and which ones are not.
...
Here's two screen shots, showing the effect with a small viewport that has to be scrolled.
HTML looks like this: (ignoring head and html tags)
<body>
<div id="grad1"></div>
<div id="wrapper">
<header>
<h1 class="logo"><a href="/">Dartrite</a></h1>
</header>
<nav>
<ul>
<li><a class="first" id="index" href="/index.php">Ho...
I tried to use jquery.corner.js and it works well in FF but on IE, it adds several breaks and makes the div look "longer". I found several ways of rounding corners using images, but it really gets tedious trying to create images for every corner.
There are some approaches that work only on FF, Opera (and other Mozilla based browsers) bu...
Hi All,
If you look at this link: http://www.internetworld.co.uk/g/2010/ExhibLogos/ExhibID_137_Graphic1.jpg.
In IE8, it doesn't show. In Mozilla it does. I have no idea as to what would cause this issue as this is just a bog standard jpg. This is also happening for other companies other than ourselves on the same site. Can anyone shed ...
Starting from scratch is hard. How do you do it? I quite like color lovers for some palette ideas but after that I just browse randomly until I find soemthing that catches my eye.
...
i am working on a small experimental app where part of the form will be users entering date and time.
Apart from the calendars ...are there any creative ways of inputting date and time that you have come across?
maybe have a text field with analog clock on top. when data is inputted in text fields and tabbed out the analog clock would...
Im gonna use some kind of accordion javascript (you click a button and some content appears), Id like to know from an UI/ergonomic standpoint what's the best orientation of the expanded state?
the button moves down as the content
becomes visible (UP)
the content beside the button (DOWN)
side questions:
Will the page auto-scroll...
I like the page parts which look like paper notes in this page, with the raised shadowed edges or corners. (What is this effect called?)
Is there a library of these similar paper notes effects I can download and use on my own sites?
...
I notice on bad quality websites with ads a piece of the site will load then stall for seconds then load in the rest of the site. With AdBlock it loads very quicky. What is causing the stall? Is there a simply way around it?
...
I usually develop content management solutions in php, I work with designers that create the front end (html & css) and I usually develop the backend (php & mysql) of said cms. I know that the cost of the website may vary depending of the complexity of the html or the backend, but taking as reference a very basic website, what percentage...
Should we only use Web-Safe Colors while in design/coding/development for website/apps?
...
Hi,
Which algorithm or data structure is used in auto suggest feature to display list of words. I am thinking that edit-distance will be used to display this, but again frequency or score associated with each word should also be considered. For example, consider the tags option on the ask question page.
Thank you
Bala
...
I was creating a website http://tapasya.co.in and i found that this site has some layout problem in IE 6 but working fine in Mozilla.
I want this site to look same as it is looking in Mozilla right now.
What i need to do in CSS do make it work perfect.
In mozilla also their is little space between two rows. I dont want that space.
E...
I am a web developer for a Django-based site for a student organization, and I have the opportunity to make the website temporarily absurd for a day of general campus-wide debauchery and chaos (long story, doesn't matter.)
What are your best ideas for web development practical jokes (that you could never use in the real world)?
For exa...
I'm looking to get back into advanced Web Design. I'd say I was already fairly advanced but I haven't designed much in a good few years and haven't got any books any more. I was just interested to know if anyone had any good recommendations for Web Design books and resources, I've spent the last couple of days looking around but can't ma...
We have an old control panel for customers where they can not only update their account (contact information, billing, etc...) but also interact with our application.
We want to rebuild this application to have a newer look and feel and want to be able to easily expand it in the future.
The layout is fairly simple... a header on top wi...
Does anyone know of a tutorial on how to create a burn effect in Silverlight?
...
I recently created a website and added some jQuery into it. However doing this makes IE8 display a white page. Whenever I remove the Javascript IE8 renders the site fine. I have tested locally as well as on the internet, the problem still persists.
This is my code to include my .js files:
<script type="text/javascript" src="jQuery/jQue...
Over the connections that most people in the USA have in their homes, what is the approximate length of time to send a list of 200,000 integers from a client's browser to an internet sever (say Google app engine)? Does it change much if the data is sent from an iPhone?
How does the length of time increase as the size of the integer list...
I believe this is a beginner's CSS question. I am utilizing the method described in http://www.xs4all.nl/~peterned/examples/csslayout1.html to fix a header to the top and a footer to the bottom.
What I'd like to achieve now is two columns inside the content div. A left one of 200px and a right one that takes up the rest of the widt...