Click here to Skip to main content
15,891,136 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: HELP WITH BROWSERS Pin
Abhijit Jana24-Nov-09 20:25
professionalAbhijit Jana24-Nov-09 20:25 
AnswerRe: HELP WITH BROWSERS Pin
Marc Firth24-Nov-09 23:53
Marc Firth24-Nov-09 23:53 
GeneralRe: HELP WITH BROWSERS Pin
SRJ9225-Nov-09 5:09
SRJ9225-Nov-09 5:09 
Questionmoving the new row to the bottom Pin
baselanfouqa23-Nov-09 21:44
baselanfouqa23-Nov-09 21:44 
AnswerRe: moving the new row to the bottom Pin
raghu.g23-Nov-09 22:47
raghu.g23-Nov-09 22:47 
GeneralRe: moving the new row to the bottom Pin
baselanfouqa24-Nov-09 2:49
baselanfouqa24-Nov-09 2:49 
GeneralRe: moving the new row to the bottom Pin
Craig Fahrenholz24-Nov-09 3:34
Craig Fahrenholz24-Nov-09 3:34 
QuestionResizing table cell Pin
Matt Cavanagh21-Nov-09 4:06
Matt Cavanagh21-Nov-09 4:06 
Hi, ive got a image which I want to use sort of like a window in windows or linux(where theres borders around the sides with a title bar at the top and they all stretch around acording to the size of the content in the middle.
Heres an example of the box with borders so you can see what I mean. The big middle one is where the content should go.
But what would the correct HTML and CSS for it to all stretch right?
Please take a look at the image and at my current code below:
<a href="http://img269.imagevenue.com/img.php?image=15336_examplebox_122_143lo.jpg">http://img269.imagevenue.com/img.php?image=15336_examplebox_122_143lo.jpg</a>[<a href="http://img269.imagevenue.com/img.php?image=15336_examplebox_122_143lo.jpg" target="_blank" title="New Window">^</a>]

<code><div id="test" style="width:300px; height:400px; position:absolute; background-color:Red; top:100px; left:100px;">
            <table   style="width:100%; height:100%;" cellpadding="0" cellspacing="0">
                  <tr>
                        <td style="width:31px; height:29px;">
                              <img src="themes/topleft.png" alt="" />
                        </td>
                        <td>
                              <img style="width:100%; height:29px;" src="themes/topmiddle.jpg" alt="" />
                        </td>
                        <td style="width:31px; height:29px;">
                              <img src="themes/topright.png" alt="" />
                        </td>
                  </tr>
                 
                  <tr>
                        <td style="width:31px; height:100%;">
                              <img style="width:31px; height:100%;" src="themes/middleleft.jpg" alt="" />
                        </td>
                        <td style="width:100%; height:100%;"> XXXXXXX
                              <img width="100%" height="100%" src="themes/middlemiddle.jpg" alt="" />
                        </td>
                        <td   style="width:31px; height:100%;">
                              <img style="width:31px; height:100%;" src="themes/middleright.jpg" alt="" />
                        </td>
                  </tr>
                 
                  <tr>
                        <td style="width:31px; height:29px;">
                              <img src="themes/bottomleft.png" alt="" />
                        </td>
                        <td>
                              <img style="width:100%; height:29px;" src="themes/bottommiddle.jpg" alt="" />
                        </td>
                        <td onmousedown="startResize('test5');" onmouseup="stopResize();" style=" background-image: url(themes/bottomright.png); cursor:se-resize;width:31px; height:29px;">
                        </td>
                  </tr>
            </table><br />
      </div></code>

It seems to work ok without the central image. But not with it. Also in IE the left and right sides dont size properly unless the CSS in the XXXXXX line is included.

Please help Smile | :) Thank you!

p.s. Ive tried a bunch of things which will explain any random code

Strive to be humble enough to take advice, and confident enough to do something about it.

AnswerRe: Resizing table cell Pin
Abhishek Sur22-Nov-09 10:05
professionalAbhishek Sur22-Nov-09 10:05 
GeneralRe: Resizing table cell Pin
apraev22-Nov-09 19:42
apraev22-Nov-09 19:42 
GeneralRe: Resizing table cell Pin
Abhishek Sur22-Nov-09 20:23
professionalAbhishek Sur22-Nov-09 20:23 
QuestionWebMethod notification Pin
swjam21-Nov-09 0:33
swjam21-Nov-09 0:33 
AnswerRe: WebMethod notification Pin
SimulationofSai21-Nov-09 7:33
SimulationofSai21-Nov-09 7:33 
AnswerRe: WebMethod notification Pin
Rob Graham21-Nov-09 7:52
Rob Graham21-Nov-09 7:52 
Questionmaking a compose page in word format.. Pin
sangeeta200920-Nov-09 8:41
sangeeta200920-Nov-09 8:41 
AnswerRe: making a compose page in word format.. Pin
Abhishek Sur21-Nov-09 6:47
professionalAbhishek Sur21-Nov-09 6:47 
GeneralRe: making a compose page in word format.. Pin
sangeeta200921-Nov-09 7:30
sangeeta200921-Nov-09 7:30 
GeneralRe: making a compose page in word format.. Pin
Abhijit Jana21-Nov-09 21:20
professionalAbhijit Jana21-Nov-09 21:20 
QuestionCSS: table min-width Pin
Alivemau520-Nov-09 3:29
Alivemau520-Nov-09 3:29 
AnswerRe: CSS: table min-width Pin
Abhijit Jana20-Nov-09 7:14
professionalAbhijit Jana20-Nov-09 7:14 
AnswerRe: CSS: table min-width Pin
Abhishek Sur21-Nov-09 6:46
professionalAbhishek Sur21-Nov-09 6:46 
QuestionWeb service stops working after call back Pin
kKamel20-Nov-09 0:32
kKamel20-Nov-09 0:32 
AnswerRe: Web service stops working after call back Pin
Ashfield20-Nov-09 1:14
Ashfield20-Nov-09 1:14 
GeneralRe: Web service stops working after call back Pin
kKamel20-Nov-09 1:52
kKamel20-Nov-09 1:52 
GeneralRe: Web service stops working after call back Pin
LiJiaXin20-Nov-09 3:07
LiJiaXin20-Nov-09 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.