grabenair Posted May 24, 2011 Report Posted May 24, 2011 I found some code for a light box. I have fingered out how to tweak it all to what I want it to do, but for one prob there is a blue border on the small photos. I do not want it blue it does not go with my color sceam. If some one can tell me where this is set at for I can change it, Thank you. http://www.robertbonnerswebdesigns.com/photo_gallery.htm this is the link to the page.
falkencreative Posted May 24, 2011 Report Posted May 24, 2011 I'm not seeing any blue border? What browser are you using?
grabenair Posted May 25, 2011 Author Report Posted May 25, 2011 well that is weird the blue border only shows up in firefox and IE. I guess I should have checked that first sorry. I checked in chrome,opera and safari the border does not show up there.
webdevelopers Posted May 25, 2011 Report Posted May 25, 2011 You must apply border and give none for images.
falkencreative Posted May 25, 2011 Report Posted May 25, 2011 In that case, you may try adding a img { border:0; } to your stylesheet. That should fix the issue.
grabenair Posted May 25, 2011 Author Report Posted May 25, 2011 (edited) Thanks Ben, that worked. I was just writing the css as photo_gal a { border none }; adding the img fixed the prob. I added this little replay comment hoping it might help some one else out in the future also will make me remember better. Oh ya I was adding it to the wrong style sheet also had to go in my main ccs not the light box css as I thought. Edited May 25, 2011 by grabenair
henrylayla Posted May 26, 2011 Report Posted May 26, 2011 Many pages are not working i think that because the site is still under construction right ?
grabenair Posted May 30, 2011 Author Report Posted May 30, 2011 (edited) Yes sir, I always just start with making the nav and the header. Then make all the pages with the divs and the ul's and css that I need. Then make them library items in DW. Then I move on to creating what ever img that I need. Also I am not very fast I have only been doing this for about 2 years. I still have a long way to go. I can write code ok but when it come to the design aspect I am afraid that I am not all that good. I kinda struggle with it. Edited May 30, 2011 by grabenair
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now