Jump to content

Image attachments gone haywire?


Recommended Posts

what resoloution are you using?

 

im 1280x1024

 

ah ok now its changed on this topic, now the top attachement is gone wierd, but the second one is fine...

 

thats lost me completly.

 

ah well guess its jsut something we will have to put up with, if more people complain then fix it?

This is a diff of the vanilla stylesheet (style.css) and our stylesheet (style_mod.css):

 

--- style.css	2009-01-10 12:48:42.000000000 -0500
+++ style_mod.css	2009-02-15 05:49:40.000000000 -0500
@@ -1,3 +1,25 @@
+#header {
+        width: 100%;
+        background: url(/media/images/forums/bg_header.png) repeat-x;
+        height: 133px;
+        margin: 0;
+        padding: 0;
+}
+
+#header h1 {
+        padding: 0;
+        margin: 0;
+}
+
+#header h1 a {
+        text-indent: -9999em;
+        width: 429px;
+        height: 133px;
+        background: url(/media/images/forums/logo.png) no-repeat;
+        display: block;
+        outline: none;
+}
+
/* ************************************* */
/* Common styles for the theme           */
/* ************************************* */
@@ -241,23 +263,23 @@
/* A quote, perhaps from another post. */
blockquote
{
-	color: #000000;
-	background-color: #D7DAEC;
-	border: 1px solid #000000;
+	background: url(images/quote_bg.png) 5px 5px no-repeat #eee;
+	border: 1px solid #AAA;
	margin: 1px;
-	padding: 1px;
-	font-size: x-small;
+	padding: 5px 5px 5px 28px;
+	font-size: 8pt;
	line-height: 1.4em;
}

/* A code block - maybe even PHP . */
-code
+code, .phpcode
{
	color: #000000;
	background-color: #dddddd;
	display: block;
	font-family: "courier new", "times new roman", monospace;
-	font-size: x-small;
+	/*font-size: x-small;*/
+	font-size: 9pt;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
@@ -393,6 +415,17 @@
	background-color: #E0E1E8;
}

+/* Solved Topic Background colors */
+.solvedbg {
+    color: #000000;
+    background-color: #D6F5D3;
+}
+.solvedbg3 {
+    color: #000000;
+    background-color: #D6EFDC;
+}
+
+
/* Color for background of posts requiring approval */
.approvebg
{
@@ -529,6 +562,7 @@
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
+	font-size: 85%;
}

/* Sometimes there will be an error when you post */
@@ -865,4 +899,4 @@
	padding: 2px;
	cursor: pointer;
	color: white;
-}
\ No newline at end of file
+}

 

that fixes it in firefox, on the class

.attachments {forum.css (line 353)

changing clear:right;

to clear:both;

 

that should fix it in chrome as well.

Doing that adds a large amount of vertical whitespace in the post body.

  • 2 weeks later...

Another example here: http://www.phpfreaks.com/forums/index.php/topic,240597.0/topicseen.html

FF3 on Vista 1440x900

Will attach screenshot if needed.

 

I get the attachment picture in the top middle part of the topic as well.

FF3 on Ubuntu 8.10

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.