Tagged Questions
0
votes
1answer
43 views
How do I get a FIXED div to hold it's space?
I am trying to create a layout with fixed menus on both the upper-right and upper-left-hand corners (both have a width of 50px), and a 900px wide content area in the middle (not difficult). However, ...
0
votes
4answers
45 views
980px wrap with 1px left & border + 2 footer same size right below it not aligning properly
issue that I`m facing
Layout:
on top of the page there's 980px width menu centered with fixed position, it stays when site is being scrolled down
both below divs are centered:
980px wrap with 1px ...
0
votes
0answers
192 views
Off canvas menu and fixed header “Mashable” style
How can I achieve this layout in the mobile website version where the header is fixed and main menu is off canvas exactly like Mashable website ??
3
votes
2answers
11k views
CSS or JQuery Fixed sidebar in website layout
My website is setup with the content structure like this
<body>
<div id="header></div>
<div id="contentwrapper">
<div id="content>
...
...
2
votes
3answers
39 views
How to create fixed height 1st column layout?
How to create fixed height 1st column layout?
I saw a kevinrose.com blog and i liked it, simple and clean layout, i wanted to use that layout so i was trying to create it but i stuck with this fixed ...
2
votes
0answers
66 views
Fixed Width (position:fixed) — Fluid Width (scrollable) — Fixed Width (scrollable)
Alright, I have this issue, but whenever I want to search "fixed-fluid-fixed" it brings back fixed width on the first column, not position fixed.
How do I get a 3 column layout that is like this:
...
0
votes
1answer
268 views
Fixed header to 1140 grid system
I am building website with 1140 grid system.
I need help with fixed header.
I have header with "onecol" for logo and "elevencol last" for menu aligned to right.
When I add lines
...
2
votes
2answers
33 views
How to have a fixed and % elements alongside one another in a line
I want a container to be filled in a single line in the following way:
60px fixed yellow
And then of the remaining space:
20% blue
60% black
20% red
This is what I have so far (doesn't work):
...
2
votes
2answers
2k views
How to use jQuery draggable with fixed position?
It works perfect in firefox, but in ie, chrome and opera it doesn't work.
<div> has position:fixed, and is .draggable()
and it doesn't work except firefox
3
votes
2answers
296 views
Setting the FieldOffset of a pointer to a structure to the same value as a fixed byte array
i am new to stackoverflow and i would have a question about C# structs and their layout.
Let's assume following structs:
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public unsafe struct Link
{
...
0
votes
2answers
264 views
How Can I Add a Scrollbar (Jscrollpane) to a Fixed layout (centered 2 columns + header, 100% height) Column
I'm trying to create a centered (margin:0 auto) 2 column layout with header that fits (100%) the screen. I need to make a separate scroll bar for each column (afterwards I want to change that scroll ...
2
votes
2answers
124 views
fixed layout + wide content = tables?
I have a webpage which has fixed width layout. It used tables before and I re-created it using divs. In general I am happy with it (footer sticks to the bottom nicely now).
But there is a problem - ...
2
votes
3answers
871 views
Liquid - Fixed - Liquid Layout
I'm working on this web-site: http://www.justaddsolutions.com/SampleSite/
The main area is meant to be 1024px wide and always centered, which is achieved. However my client would like the yellow and ...
0
votes
3answers
434 views
How to create fixed header layout
Having some issues trying to create a fixed header layout for this jsfiddle:
http://jsfiddle.net/4xk4D/107/
Basically, I'd like the id element app-header-container to be fixed on the page.
I used ...
1
vote
4answers
197 views
css relative vs fixed layout
H!
I have learned that when writing a GUI, especially if this GUI is to be used on different operating systems, one should never use fixed positions for any graphic elements inside the program ...