GG.Pepe Posted October 5, 2010 Share Posted October 5, 2010 Hi all users:I have this issueI wanna add here between logo of eshop and your account BANNER or picture with linkI want add there on or 2 logo but i don´t know where i must get it to codethx for any tips or tricks and thx for anyone guidethere are pictures before and what I want Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 6, 2010 Author Share Posted October 6, 2010 noone? Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 6, 2010 Share Posted October 6, 2010 It can be done using CSS with absolute positioning. Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 6, 2010 Author Share Posted October 6, 2010 what do you mean? be specific pls Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 6, 2010 Share Posted October 6, 2010 Let me work on it. Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 12, 2010 Author Share Posted October 12, 2010 anyone don´t know how can i get there logo or banner? wow Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 12, 2010 Share Posted October 12, 2010 Sorry, I forgot about this one, will try to get to it today or this evening. Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 12, 2010 Share Posted October 12, 2010 Modify your header.tpl like this: <!-- Header --> {$HOOK_TOP} Make sure you have your ad image named header_ad.jpg and it is located in the img directory off your shop root.Then open global.css in your theme's CSS directory and add this to the bottom. Play with the values below until you get the positioning you want. It is best to open in Firefox with Firebug plugin and use the Firebug plugin to play around with the values in the CSS pane on the right. I used relative positioning because I placed it inside the header div. #header_ad { position:relative; left:250px; top:75px; } Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 14, 2010 Author Share Posted October 14, 2010 Modify your header.tpl like this: <!-- Header --> {$HOOK_TOP} Make sure you have your ad image named header_ad.jpg and it is located in the img directory off your shop root.Then open global.css in your theme's CSS directory and add this to the bottom. Play with the values below until you get the positioning you want. It is best to open in Firefox with Firebug plugin and use the Firebug plugin to play around with the values in the CSS pane on the right. I used relative positioning because I placed it inside the header div. #header_ad { position:relative; left:250px; top:75px; } can u show me result of your creation? thx then look at my first post what i rly want Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 14, 2010 Share Posted October 14, 2010 For some reason, I had to change the CSS selector to my_header_ad but it did work.CSS: #my_header_ad { position:relative; left:225px; top:85px; } header.tpl <!-- Header --> {$HOOK_TOP} Here's a screen shot: Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 14, 2010 Author Share Posted October 14, 2010 For some reason, I had to change the CSS selector to my_header_ad but it did work.CSS: #my_header_ad { position:relative; left:225px; top:85px; } header.tpl <!-- Header --> {$HOOK_TOP} Here's a screen shot: ok this work but when i get this code to my page header create free space in upper the page so this only transfer my picture tu another place in my page..and i want picture create with hyper link and i wanna get there 2 pictures a both with other links thx for next guides Link to comment Share on other sites More sharing options...
GG.Pepe Posted October 18, 2010 Author Share Posted October 18, 2010 any ideas with my problem? thx Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 18, 2010 Share Posted October 18, 2010 Do you have a URL to your site? Link to comment Share on other sites More sharing options...
Recommended Posts