It is currently Fri May 31, 2024 4:52 am

Psy wrote:I don't see anything except your name and email address.

TheMiede wrote:SixThree wrote:You're going to make those enlarge-able, right?
Ya, I am debating whether I should:
A) Open a new window with the full size image
B) Change the current window to have just the full size image
C) Create a page with the same layout but instead of having multiple thumbnails, show the full size image and a back button.
I think C is the best option, but what do you think would be best?


Bema wrote:Whole shitload of helpful direction.

SpaceJesus wrote:Not to sound harsh, but cl_commonsense 1 please folks


TheMiede wrote:Psy wrote:I don't see anything except your name and email address.
Uh, wut? You don't see my thumbnails of the screenshots?

Psy wrote:TheMiede wrote:Psy wrote:I don't see anything except your name and email address.
Uh, wut? You don't see my thumbnails of the screenshots?
Nope. I'm using Firefox by the way.


Psy wrote:TheMiede wrote:Psy wrote:I don't see anything except your name and email address.
Uh, wut? You don't see my thumbnails of the screenshots?
Nope. I'm using Firefox by the way.





Blink wrote:I'm using latest Firefox and the right column is floating underneath the left column. The left column is too wide the right column has nowhere to go but underneath.
This problem exists in IE6 and 7.
You must be looking at your website on widescreen so that the columns have enough room. Try resizing your browser to 1280x1024 and the most common 1024x768. You'll notice the site breaks.
Make both columns fluid so they can expand with the browser or just set a much smaller container width. You should be supporting 1024x768 as the minimum width these days. It's rubbish but that's how it is.
@charset "utf-8";
/* CSS Document */
a:link {color: white;}
a:active {color: white;}
a:visited {color:white;}
a:hover {color: white;}
body {
margin: 0px;
padding: 0px;
background-color:#364F52;
color: white;
font-family:Arial, Helvetica, sans-serif;
}
#rightcol {
padding: 50px;
float: left;
width: 860px;
}
#leftcol {
text-align: right;
float: left;
width: 400px;
border-right-style: dotted;
border-right-width: thin;
border-right-color: white;
}
.post {
vertical-align:top;
background-color: #72878a;
border-color:#FFFFFF;
border-style: solid;
border-width: thin;
width: 820px;
}
.title {
padding: 5px;
background-color: #9cb7ba;
padding-left: 10px;
}
.content {
text-align: center;
}
.footer {
background-color: #9cb7ba;
padding: 5px;
text-align: right;
}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Daniel Miede</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="leftcol">
<p><a name="top"></a><img src="images/dmlogo.gif"/></p>
</div>
<div id="rightcol">
<p>
<div class="post">
<div class="title"><h5>TC_Rubble - Source Engine</h5></div>
<div class="content">
<p><img src="images/art/thumbnails/rubble01_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/rubble02_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/rubble03_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/rubble04_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/rubble05_thumbnail_daniel_miede.jpg" /></p>
</div>
<div class="footer"><h6><a href="#top"> back to top </a></h6></div>
</div>
</p>
<p>
<div class="post">
<div class="title"><h5>TC_IwoJima - Source Engine</h5></div>
<div class="content">
<p><img src="images/art/thumbnails/iwojima01_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/iwojima02_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/iwojima03_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/iwojima04_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/iwojima05_thumbnail_daniel_miede.jpg" /></p>
<p><img src="images/art/thumbnails/iwojima06_thumbnail_daniel_miede.jpg" /></p>
</div>
<div class="footer"><h6><a href="#top"> back to top </a></h6></div>
</div>
</p>
</div>
</body>
</html>






Return to Web Design & Development
Users browsing this forum: No registered users