I had a great idea last night about something that can be a little cumbersome when trying to choose a background image for a <div>. My idea is a popup box that looks similar to this...
http://agateau.files.wordpress.com/2007 ... 6-crop.png
Ignoring the rotate and the other tools this would then automatically enter the CSS to resize the DIV (the lighter box), put the image inside it and then position it accordingly so it matches up.
Is this something that could be done as I don't think its been done before?
Background Image
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: Background Image
No way, this is exactly the kind of stuff that makes an application less efficient and slower, WB is a code editor with a minimal aspect, fast and lightweight, your stuff should be welcome for something like dreamweaver.To be honnest you had an extremely bad idea.
webuilder 2010 version 10.02 (10.0.2.118) is the best !!
Re: Background Image
+1daredare wrote:No way, this is exactly the kind of stuff that makes an application less efficient and slower, WB is a code editor with a minimal aspect, fast and lightweight, your stuff should be welcome for something like dreamweaver.To be honnest you had an extremely bad idea.

Re: Background Image
It sounds like there is some confusion over my first post, it would insert the following code (and not save the image output)...daredare wrote:No way, this is exactly the kind of stuff that makes an application less efficient and slower, WB is a code editor with a minimal aspect, fast and lightweight, your stuff should be welcome for something like dreamweaver.To be honnest you had an extremely bad idea.
Code: Select all
background-image: url(/images/button.png);
background-position: 20px 50px;
background-repeat: no-repeat;
height:50px;
width:150px;
Hope this clears it up
Thanks
p.s. I would not recommend using the line ...
as this is very patronising. I'm not a child and your have no authority over me. Saying things like that amplifies differences and could prevent this software evolving because of childish squabbles over what you like and don't like rather than the development that's at hand. Plus what if I have an idea that could save you hours of work, I might not feel like sharing this idea because you might shoot it down too.To be honnest you had an extremely bad idea