The layout tag has no wiki summary.
0
votes
0answers
14 views
How would I go about changing the layout here? [migrated]
Okay so this issue might require some extra know how, I'm not sure. Maybe some heavy lifting if you know what I mean.
Take a look at my site at r3entertainment.org/
See how the red boxes for each ...
1
vote
0answers
17 views
Incorrect float:left behavior with FireFox 9 & 10 [migrated]
We're having trouble with float:left behavior with what appear to be simple <div>s on Firefox 9 (and evidently also Firefox 10). Here's the screenshot:
The link to the currently misbehaving ...
0
votes
0answers
21 views
CSS Hacks or JavaScript? [closed]
I would like to know which is better and why > CSS Hacks or JavaScript to solve css/layout problems.
I cannot decide my self and this is why I ask it here.
Thank you.
0
votes
1answer
45 views
Are there some good Javascript templates out there? [closed]
I am trying to create a simple .js file that will let me have some submit buttons here and there, with the text paragraph in the middle changing based on which submit button is pressed. Does the ...
0
votes
0answers
23 views
Suggest me some website which has good layout in terms of a graph, a good slider box, a subscription box and websites navigation on homepage? [closed]
Please suggest me a website which has good layout in terms of a graph, a good slider box, a subscription box and websites navigation on homepage?
All of these mentioned - above the fold.
0
votes
0answers
14 views
Merging two website design to create a Web portal design [closed]
I been working on two internal websites for the company I work, and right now I am facing the issue of combining both websites and kind f make a big portal out of both, the first one you will see ...
0
votes
2answers
61 views
Getting the containing box of a given one in the CSS box-model
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
117 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 ...
0
votes
0answers
20 views
What could be done to improve the presentation? [closed]
Being more of a developper I'm not always sure what is suitable in terms of design. Rather than going into details I have provided the links below (will be removed once there are answers) as an ...
1
vote
3answers
50 views
Why do we divide forum articles / comments into pages
All of the forum software I've seen divides postings and their comments up into pages (where each "page" is quite a few pages on the screen and need scrolling).
I assume there is a good reason for ...
11
votes
5answers
368 views
Building for different screen sizes
When building new webpage layouts, I think of all the devices out there - cell phones, tablets, desktops, etc - with a diversity of screen sizes. I can see two ways to accommodate this diversity. One ...