1
vote
2answers
24 views
CSS Grid System for Forms
Recently I've started using CSS grid systems and I find the whole process of designing a webpage much more simpler. Now I'm trying to stylize form elements but I'm having a really …
0
votes
4answers
47 views
Putting some Images in a line.
Here's a picture of my current situation :
But I don't want the images below each other, I want them in a line, a straight horizontal line.
This is the code I have currently:
&l …
0
votes
1answer
21 views
need the “IT” removed from the SH - CSS not behaving - I’m still very green - help please
GRRRR.... I've got this page at: http://winteradagency.com/Arvin/advantages/advantages.htm
It's not showing the #content div and it's not obeying the margin-top=20px on the conta …
1
vote
6answers
60 views
Why is this div column not going all the way to the right?
Strangly enough, my website is rendering fine in Internet Explorer but fails in Mozilla based browsers.
Here is a screenshot:
Does anyone see why "right-panel" does not go all t …
0
votes
2answers
51 views
Need help with controlling a page dynamically
Hey guys!
I'm looking to make a page wherein a user will make a selection for eg: "How old is your computer?" - "One year", "Two years" etc etc and the page will remove and add 'o …
0
votes
6answers
52 views
CSS need inline element to appear next to { display: block; } element
I'm trying to introduce a checkbox next to another element. The problem is that the a element has been made a "block" by the CSS so that it appears at the correct height and widt …
1
vote
5answers
81 views
How to build a simple CSS layout that expands to the viewport?
I am trying to build this very simple (visually speaking) layout using HTML/CSS that you can see in the wire frame below:
/------------------------------------------\
| …
0
votes
3answers
36 views
Removeable side bar layout possible without CSS expression?
I have the following layout with a sidebar that is only present on some pages and not others. When the sidebar is not present #main should fill the available width of the container …
0
votes
1answer
30 views
IE8 and CSS rendering issue
I have a website that renders a calendar-like presentation that is set out using css. It took a while to get the rendering just right. In fact, different browsers require a uniqu …
1
vote
4answers
62 views
CSS: force image width and height without stretching
If I have:
#logo {
width: 400px;
height: 200px;
}
then
<img id="logo" src="logo.jpg"/>
will stretch to fill that space. I want the image to stay the same size, …
0
votes
0answers
13 views
Opera and Css rendering issue
I have a height rendering issue with Opera. Out of desperation I have been using "em" and this does not provide a workable proportional height rendering (depending on screen size …
0
votes
1answer
25 views
Style Problem with Repeater Inside a Datalist
i've used a DataList (dlparent) control for one of my page. Inside that datalist is another Datalist (dlchild) that is being populated by itemdatabound event of the parent datalist …
0
votes
2answers
42 views
CSS problem with unordinary layout
It's not easy to explain very well what I'm having problem with so I have attached an image:
http://test.richardknop.com/test.gif
Here is my simplified XHTML markup so far:
< …
2
votes
1answer
33 views
Creating a CSS-rule to work for both a one and two column layout
This is what I'm trying to do:
(Larger image.)
When the <nav> element is present in the design, I want it to look like the example below. Is it possible to do this while t …
1
vote
1answer
17 views
How to float left and overflow to top instead of the bottom of containing div
I have a container with a set of tabs (divs) at the top that are all floating left with a "clear: left" div at the end. My problem is that when the window is too small to fit all …
