|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Urgent !!! Resolution / Design
Hey,
Can anybody tell me how can i make my webpage same for all resolutions means i have a Web Interface designed in Fireworks which have a canvas size of 800x600. I want my Design to be fit for all higher resolutions means on 1152 Resolution it will show my Webpage header and footers on that resolution not on 800x600 resolution. how can i do this in CSS..... or there is anyother solution other than CSS do tell me |
|
#2
|
|||
|
|||
|
Depends on your graphics, you have to create repeating cells. Or you could resize all the graphics for every different resolution you wanted to support, and there is some java out there that detects screen resolution.
Being a noob web developer I am, I just use a table and a repeating cell with the colum the tables in Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="38%" background="images/header_cell_bg.gif"><img src="images/header.gif" width="388" height="101"></td>
<td width="36%" background="images/header_cell_bg.gif"><div align="center">
|
|
#3
|
|||
|
|||
|
Newbies helping newbies is nice to see, but advice from newbies tends not to be very good and 420Paul's advice is not an exception.
shrry8, there's more than one way to do that. Without seeing your design it's difficult to advise you. Please don't cross-post. Please read Guidelines and Suggestions for Posting on Web Development Forums. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Development > Urgent !!! Resolution / Design |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|