Tagged Questions
-1
votes
1answer
53 views
How to make stretchable web layout using images [closed]
I want to develop a webpage. The dimensions of psd that is provided is 1980 x 1280 px. There are lot of background images in it. I have to develop a stretchable design with no scroll. How I can make a ...
0
votes
0answers
65 views
Ok to use table for calculator? [closed]
I'm a php/mysql guy, and have been trying to brush up on my frontend skills. So this weekend I made a four function calculator in javascript.
But when I started to work on the presentation, I found ...
0
votes
1answer
232 views
Can the blog width be dynamic on Blogger?
I see that Blogger will let you set the blog width under Overview-> Template Designer->Adjust Widths.
However, this seems to be a fixe width - is there an easy way to set a max and a min width?
0
votes
1answer
59 views
Which online test should I take or any method to know, how much knowledge I acquire as web designer? [closed]
Which online test should I take or any method to know, how much knowledge I acquire as web designer?
Both.
1. Practical knowledge
&
2.theoretical knowledge.
3
votes
2answers
326 views
Is traditional JavaScript image pre-loading taboo
I remember the good-old-days (not really) back when I was still sucking the teet of Dreamweaver to build websites and the lure of playing copypasta with fancy built-in scripts (ex, image-swap) was ...
0
votes
2answers
113 views
Getting the containing box of a given one in the CSS box-model [closed]
My understanding is that most layout (positioning and dimension) problems with CSS are the result of a bad understanding of which is containing box of the box you are trying to lay out.
However as ...
2
votes
1answer
215 views
Layout Columns - Equal Height
I remember first starting out using tables for layouts and learned that I should not be doing that. I am working on a new site and can not seem to do equal height columns without using tables. Here is ...