Forums » Support
making inexhibit one frame.
Tomorrow
UNITED STATES
2007-10-15 15:18:25
--

has anyone tried this? i love the back end of inexhibit and would love to integrate into the site i already have setup here...

Tomorrow

it seems like i will have to make this one frame to make the background images reach across...

any suggestions?

thanks.

clint.

Vaska
I WROTE THIS
2007-10-15 16:02:17
--

You can adjust some code to make that work properly...in the css...both the style.css and ie.css (dealing with body background image)...and also /ndxz-studio/site/plugin/index.php...change line 210 from...


$style .= ($img != '') ? "\nbackground-image: url(".BASEURL."/files/$img);\nbackground-repeat: $tile;\nbackground-position: 215px 0;\nbackground-attachment: fixed;\n" : '';

to...


$style .= ($img != '') ? "\nbackground-image: url(".BASEURL."/files/$img);\nbackground-repeat: $tile;\nbackground-position: 0 0;\nbackground-attachment: fixed;\n" : '';

Should make the image left justified in every situation for you.

Tomorrow
UNITED STATES
2008-05-09 00:37:10
--

i just realized i never said thanks...

thanks Vaska.... bot for your help here and the radness of indexhibit.

cant wait for the update.

clint.

Showing 1 - 3 of 3 posts in Forum > Support > making inexhibit one frame.
 

You need to be logged in to post.