(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-20-24 04:45 PM
0 users currently in Modern Art.
Acmlm's Board - I3 Archive - Modern Art - Layout changes, one small bug. New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-12-06 03:30 AM Link | Quote
I updated my layout. For those too lazy to check my bio:

  • Improved quote boxes (now with titlebars!)
  • Code boxes now have indentation (plus improvements made to quote boxes)
  • Slightly cleaner code
  • Smaller banner
  • Removed pointless Inuyasha sprite (even though it was only 800 bytes ) and Sloganizer
  • Smaller quote/link box font
  • Post area is wider
  • Better "broken CSS" message


The only bug I know of is the titlebars for the quote/code boxes. They have no close button, and if you have a HUGE screen resolution they might glitch up... it just uses this as a background with no vertical repeat. If anyone knows a better way (at least a way to add a close button in the corner), I'd like to hear it. I tried defining 2 background images, but neither would show up.

Oh yeah, and post your comments and any problems you see.
Peardian

N-Z

KvSG #193 is up!








Since: 11-17-05
From: Pearl Island

Last post: 6302 days
Last view: 6300 days
Posted on 07-12-06 12:34 PM Link | Quote
Cool. The text in the quote touches the left side of the box, though.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-12-06 01:59 PM Link | Quote
Not anymore it doesn't.

Speaking of CSS, this doesn't have to do with the layout but I noticed something odd today. If you define a class like this:

.blah {
border-left: 2px #123456 solid;
border-right: 2px #123456 solid;
padding-left: 4px;
width: 100px;
}


The output is different in IE and lololol. IE reads "width: 100px" as "make the entire box, including padding and borders, 100 pixels wide", while lololol reads it as "make the content area 100 pixels wide, then add padding and borders", so the box is 108 pixels in lololol (100 pixels of content plus padding and border). Which behaviour is correct?
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6301 days
Posted on 07-12-06 02:31 PM Link | Quote
The way it works in IE is the way it should work. If you make a border larger, the text area should get smaller, so the way FF is outputting the code is wrong. It isn't that big of a difference.

Note: While typing this post, I tried out border resizing to see if it was different in each browser. While doing this, I found out that it wasn't, so I don't see why it's doing that with your layout.
Peardian

N-Z

KvSG #193 is up!








Since: 11-17-05
From: Pearl Island

Last post: 6302 days
Last view: 6300 days
Posted on 07-12-06 03:37 PM Link | Quote
Huh. It's fixed now.


As for the width thing, I'd say IE got it right... If you wanted something to fit in a certain space but still have borders and spacing, you'd have to do additional minor calculations just for it to work right.

Edit: I just did a small test and it turns out IE stops at the borders, only adding in the padding.


(edited by Peardian on 07-12-06 02:43 PM)
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-14-06 06:48 PM Link | Quote
Originally posted by Peardian
Huh. It's fixed now.

Yeah, I fixed it.

I think I heard that IE's way is wrong according to the W3C standards, but it does make more sense. I dunno why yours ignored the borders though.
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-16-06 08:01 PM Link | Quote
Alright, I changed the quote/code titlebar style. It makes sense since they're like child windows of the post box, and gets rid of that no-close-button/cutoff problem. You might have to view the individual images and hit Ctrl+F5 to re-download the new versions.

BTW, is there a way to do a gradient of transparency in Photoshop? Like I can use the gradient tool to fade to a specific colour, but can I use it to fade to nothing (transparent)?


(edited by HyperMackerel on 07-16-06 07:02 PM)
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-17-06 10:33 PM Link | Quote
*whaps the 24-hour post limit* 
Alright, so I made more changes. The quote/code boxes use up most of the available horizontal space, so less is wasted. The quote box titlebar style is changed too:

Originally posted by "nobody"
The "posted by blah" is now to the right of the title bar instead of below it.


There's some small spacing problems, that's the best I could do without breaking title-less quotes or rewriting the HTML. I also fixed a small border colour bug on visited links.

Also, the stylesheet is generated by a PHP script, mainly so I don't need a separate file for the Christmas version. This allows some fun tricks, see if you can find them.
Radiation

UFO








Since: 11-19-05
From: Techno City, The Moon

Last post: 6361 days
Last view: 6301 days
Posted on 07-18-06 12:00 AM Link | Quote
Awwww, my favorite part about your layout was the "Get Banned" button. All good things have to go at sometime, though, don't they?

anyway your layout is pretty good I guess what with the sidebars and the boxes and the signatures and the custom quoteboxes
HyperHacker

Star Mario
Finally being paid to code in VB! If only I still enjoyed that. <_<
Wii #7182 6487 4198 1828


 





Since: 11-18-05
From: Canada, w00t!
My computer's specs, if anyone gives a damn.
STOP TRUNCATING THIS >8^(

Last post: 6301 days
Last view: 6301 days
Posted on 07-18-06 01:39 AM Link | Quote
That button stopped working a while ago.
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Modern Art - Layout changes, one small bug. |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.009 seconds; used 400.41 kB (max 499.55 kB)