Forum: HTML and CSS Jul 24th, 2008 |
| Replies: 17 Views: 13,851 I thought you could have clicked on the images to see the enlarged versions...
!!! FINALLY YOU UNDERSTAND ME :icon_cheesygrin:
So is there no way to fix the size of the side panel and... |
Forum: HTML and CSS Jul 18th, 2008 |
| Replies: 17 Views: 13,851 Sorry, I think you still don't
/* I started out with BLOCK and IT IS rendered */
#left_pane {
float: left;
display: block;
width: 300px; |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 5 Views: 888 No you can't. CSS deals with the looks of the web page, not the content of the web page. |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 17 Views: 13,851 @MidiMagic
Thanks for your response, but it wasn't really what I am asking.
OK i'm sorry for pulling the height issue in. I misread the "height" for "width" so let's forget about that... |
Forum: HTML and CSS Jul 12th, 2008 |
| Replies: 17 Views: 13,851 ok.. then how shoud it be done properly ? |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 13,851 In case you also need FF screenshots, here it is:
6584
6585 |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 13,851 |
Forum: HTML and CSS Jul 11th, 2008 |
| Replies: 17 Views: 13,851 Still doesn't work.
With the following code, the behaviour in IE7 is what I want: The content area stretches to fill the remaining area on the right. The green background correctly fills that... |
Forum: HTML and CSS Jul 8th, 2008 |
| Replies: 7 Views: 755 You need to post this question in another forum because it takes more than HTML to accomplish what you are trying to do.
You will need a server-side language to communicate with the mail servers.\... |
Forum: HTML and CSS Jul 8th, 2008 |
| Replies: 17 Views: 13,851 Hi people,
I'd very much appreciate some help with my issue here....
i have
<div id='container'>
<div id='left_pane_tab' style="float: left;" onclick='toggle(left_pane)'><img src="tab.gif"... |