Register for your free account! | Forgot your password?

Go Back   elitepvpers Coders Den Web Development
You last visited: Today at 09:40

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Few questions towards Web development

Discussion on Few questions towards Web development within the Web Development forum part of the Coders Den category.

Reply
 
Old   #1
 
norutelt's Avatar
 
elite*gold: 0
Join Date: Sep 2009
Posts: 212
Received Thanks: 44
Few questions towards Web development

Hey guys,

I am not really good in coding had basic html knowledge which i forgot long long ago im interested to learn it again however as for now I am just interested in creating a landing page which would be in psd/ html

my questions are

1: My backround image keeps repeating over the screen if i zoom out as the image is the size of my screen i guess other people would have it the repeated image on screen with a biger monitor size, how do i prevent repeatable image or is there a way to make image bigger and make it fill by itself ?

2: Assigning the position of images, I know this question can be found however,As the screen/monitor sizes are different how do i assign a image that sticks to same spot for all monitor sizes ?

3: I want to add Arrow effects- back- front for my images for e.g in the sides of image, how do i make it ?

Thanks in advance for the support...
norutelt is offline  
Old   #2
 
Mikesch01's Avatar
 
elite*gold: 203
Join Date: Sep 2007
Posts: 732
Received Thanks: 190
Hi,

here are some answers to your questions:

1) To avoid repeating you should set background-repeat with css to no-repeat like:
.yourClass {
background-repeat: no-repeat;
}

To fill any image to max width/height of browser content is not possible for now.

2) This question is depending on your style. With the css attribute "position" you can stick it to a relative or absolute relation to your content.

3) ?? didn't understand the question
Mikesch01 is online now  
Thanks
1 User
Old   #3
 
PseudoPsycho's Avatar
 
elite*gold: 1715
Join Date: Dec 2011
Posts: 672
Received Thanks: 207
Quote:
Originally Posted by Mikesch01 View Post
1) To avoid repeating you should set background-repeat with css to no-repeat like:
.yourClass {
background-repeat: no-repeat;
}

To fill any image to max width/height of browser content is not possible for now.
It is possible using the CSS3 method background-size:cover or background-size:contain.
PseudoPsycho is offline  
Thanks
1 User
Old   #4
 
turk55's Avatar
 
elite*gold: 130
Join Date: Oct 2007
Posts: 1,655
Received Thanks: 706
For the arrows, you can simply add another image and position it with position absolute and possibly increase the zindex of the arrow image using css.
turk55 is offline  
Reply


Similar Threads Similar Threads
Questions on development of pake modules
03/16/2013 - Mabinogi - 12 Replies
Okay... So I've just recently started using this pake/alissa stuff and of course I'm capable of sticking in inputs that someone already gave me, but I was wondering how people came about these codes. It seems to me this is kindof like a computer language, but there really aren't any English commands... just a shit ton of number inputs. So my question is how do people/you come up with these codes? Do you just put in a bunch of inputs and hope it does something (very doubtful)? Do you have a...



All times are GMT +2. The time now is 09:40.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.