This is a discussion on "[solved] Weird blue Box" within the Starting Out section. This forum, and the thread "[solved] Weird blue Box are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
[solved] Weird blue Box
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
[solved] Weird blue Box
Hi there
Does anyone know why i would have a blue box around one of my images which is inside a table? I am using dreamweaver and can't figure it out. It (the blue box) doesn't show when previewing in safari, but it does on firefox... I have checked the code, but really can't see anything and the validate code option in dreamweaver also does reveal anything. Thanks! |
|
|
|
#2
|
||||
|
||||
|
Re: Weird blue Box
Is the image a link by chance? Most browsers wrap images in blue borders if they are wrapped within an anchor <a> tag.
To remove this, you can use a spot of CSS.
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
|
#3
|
||||
|
||||
|
Re: Weird blue Box
Could you post a link to your site?
__________________
Last Blog Entry: A Royal Mistake (Feb 20th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Weird blue Box
"is the image a link by chance? Most browsers wrap images in blue borders if they are wrapped within an anchor <a> tag.
To remove this, you can use a spot of CSS. CODE: SELECT ALL a img { border: none; } Yesterday 21:03" Thanks I think you are right here, it is a link and is wrapped within an <a> tag. Ok, so where do i put that css? i am using an external stylesheet, does it go there? And is it a img or a.img? Thanks so much! |
|
#5
|
|||
|
|||
|
Re: Weird blue Box
Yep, you put it in your external stylesheet
|
|
#6
|
|||
|
|||
|
Re: Weird blue Box
Many thanks... It works
|
|
#7
|
||||
|
||||
|
Re: Weird blue Box
excellent!
Thread Solved / Closed
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Weird Problem with Form in IE | Jack Franklin | PHP Forum | 3 | Dec 20th, 2007 15:58 |
| [SOLVED] Weird particle idea | snowangel | Flash & Multimedia Forum | 9 | Nov 22nd, 2007 11:39 |
| [SOLVED] weird question marks.... | lockmac | Web Page Design | 5 | Oct 27th, 2007 15:27 |
| Blue.... | Blake121 | Webforumz Cafe | 8 | Sep 20th, 2007 23:32 |
| blue-anvil.com | jolley_small | Free Web Site Critique | 19 | Sep 13th, 2006 11:00 |