Forum: HTML and CSS 20 Days Ago |
| Replies: 8 Views: 524 |
Forum: HTML and CSS 30 Days Ago |
| Replies: 4 Views: 491 For example, when I put in min-width=100px; for the left div, it resizes pretty good, and everything stays in the same position, the right div just disappears when the browser window gets too small.... |
Forum: HTML and CSS 30 Days Ago |
| Replies: 4 Views: 491 well, I have tried to create a "liquid" banner (fluid design) that gets wider when the window's width increases. So there are typical 3 div's (left, center, right) (and a container div for these... |
Forum: HTML and CSS 31 Days Ago |
| Replies: 4 Views: 491 never mind, solved it with a fluid design approach. |
Forum: HTML and CSS 31 Days Ago |
| Replies: 4 Views: 491 Hi
I'm trying to put this 800x60 banner image on my page, I succeeded to center it, but I don't want it to stay from above the menu on the left.
So, lets say that this menu is 100px wide, then... |
Forum: HTML and CSS Nov 6th, 2009 |
| Replies: 8 Views: 524 Yes, I know it's kind of interesting, but the problem is that 1: I'm pretty new, and 2: I'm making a website for someone to manage with a CMS, so I might overlook an element he might use lateron, and... |
Forum: HTML and CSS Nov 5th, 2009 |
| Replies: 8 Views: 524 I had the margin and padding of the html and the body element set to 0, I would really like to know which element it is that is still preserving a space between the header and the top of the browser... |
Forum: HTML and CSS Nov 5th, 2009 |
| Replies: 8 Views: 524 I was like "ok, it certainly doesn't do it for me", but it's the
* { padding: 0; margin: 0; }
in the CSS that does the trick.
I am in doubt whether to use this or not. It does the trick indeed,... |
Forum: HTML and CSS Nov 5th, 2009 |
| Replies: 8 Views: 524 Hi all
I want a header to stick to the top of the browser window and left and right to it. (pretty standard, right?)
I have configured the following things for this: (never mind the colors,... |
Forum: HTML and CSS Jul 6th, 2009 |
| Replies: 2 Views: 487 Ok, thx.
I think I'll be trying using Id's as value and then using php to get the classes, ajax would probably give a better result, but since I'm just starting with web development I'm going to try... |
Forum: HTML and CSS Jun 30th, 2009 |
| Replies: 2 Views: 487 Hi all
I was wondering if there was something like Java's JList in HTML.
I guess not because I can't find anything like it in the list of the form's input types.
What is the easiest way to... |