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
~511 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for ktd

Ok guys, I need some help with this one. I've been beating my head for a day now trying to get this code to work and have gotten nowhere. Let me give you an idea how this web app works: What this does is create a ticket with a date …

Member Avatar for scrager
0
141
Member Avatar for jproducer

You could change: [CODE="css"] div#body_2 { width: 825px; margin:0 auto; background-color:#FFF; text-align: left; } [/CODE] To: [CODE="css"] div#body_2 { width: 825px; margin:0 auto; background-color:#FFF; text-align: left; min-height:600px; } [/CODE] You will need to add: [CODE="html"] <meta http-equiv="X-UA-Compatible" content="IE=7" /> [/CODE] Or will will not render correctly in IE8. I will …

Member Avatar for MidiMagic
0
148
Member Avatar for Erek4
Member Avatar for progurammaar

[QUOTE=jedi_ralf;809523]Elaborate on "not working". That means nothing. What's not working? As a side note, IE6 is not compatible with your site as it cannot render png images.[/QUOTE] The menu in 7 mode is over the logo. If you switch compatibility mode in IE8 you can see it. Usually this issue …

Member Avatar for ktd
0
88

The End.