Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for SmartBeaver

Hello. I am coding a website that is using a single CSS file that all pages reference. My problem is that each page is a drastically different length. I have colored bars going down the sides, and there are lots of them. I have tried setting all the colored bars …

Member Avatar for FraserM
0
150
Member Avatar for chinmayu

There's a host of things to use instead of pixels, but I would definitely reccomend percents. (%) It will render things, obviously, in percentages of the screen, so it will work across different monitors. =D %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% It may not work as great as you would like across different monitors and …

Member Avatar for MidiMagic
0
141
Member Avatar for SmartBeaver

Hello. I have a webpage im working on as a school project, and everything was going fine. Until I opened it up in IE. [code] <html> <head> <title> J. ROBERT OPPENHEIMER </title> <link rel="stylesheet" type="text/css" href="historyday_template.css"> <style> div#trans2 { background: #100000; width: 10px; height: 842px; position: absolute; top: 0px; left: …

Member Avatar for MidiMagic
0
132
Member Avatar for SmartBeaver

Pixels...ugh. They work fine for height, but width...anyways. Id like suggestions as to what measurement form I should use. Im stooping with the pixels for width so.... Suggestions? Thanks!

Member Avatar for SmartBeaver
0
104
Member Avatar for Roberdin
Member Avatar for lifeworks
Member Avatar for MidiMagic

The End.